Skip to content

Commit 00c5e76

Browse files
committed
more fixes
1 parent a7e662d commit 00c5e76

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/ai-studio/how-to/develop/sdk-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pip install azure-ai-projects azure-identity
4747

4848
Create a project client in code:
4949

50-
#[Sync](tab/sync)
50+
#[Sync](#tab/sync)
5151

5252
```Python
5353
from azure.identity import DefaultAzureCredential
@@ -60,7 +60,7 @@ project = AIProjectClient.from_connection_string(
6060
credential=DefaultAzureCredential())
6161
```
6262

63-
#[Async](tab/async)
63+
#[Async](#tab/async)
6464

6565
```Python
6666
from azure.identity.aio import DefaultAzureCredential
@@ -259,7 +259,7 @@ violence_score = violence_eval(query="what's the capital of france", response="P
259259
print(violence_score)
260260
```
261261

262-
To learn more, check out [Evaluation using the SDK](evaluate_sdk.md).
262+
To learn more, check out [Evaluation using the SDK](evaluate-sdk.md).
263263

264264
## Tracing
265265

@@ -287,15 +287,15 @@ Client libraries:
287287
* [Azure AI services REST APIs](../../../ai-services/reference/rest-api-resources.md?context=/azure/ai-studio/context/context)
288288

289289
Azure AI services
290-
* [Azure AI Services Python Management Library](/python/api/overview/azure/mgmt-cognitiveservices-readme?view=azure-python)
291-
* [Azure AI Search Python Management Library](/python/api/azure-mgmt-search/azure.mgmt.search?view=azure-python)
290+
* [Azure AI Services Python Management Library](/python/api/overview/azure/mgmt-cognitiveservices-readme)
291+
* [Azure AI Search Python Management Library](/python/api/azure-mgmt-search/azure.mgmt.search)
292292

293293
### Frameworks
294294

295295
Azure Machine Learning
296296

297297
* [Azure Machine Learning Python SDK (v2)](/python/api/overview/azure/ai-ml-readme)
298-
* [Azure Machine Learning CLI (v2)](/azure/machine-learning/how-to-configure-cli?view=azureml-api-2&tabs=public)
298+
* [Azure Machine Learning CLI (v2)](/azure/machine-learning/how-to-configure-cli)
299299
* [Azure Machine Learning REST API](/rest/api/azureml)
300300

301301
Prompt flow

0 commit comments

Comments
 (0)