Skip to content

Commit bdc9ffb

Browse files
committed
fix links
1 parent fa38b7a commit bdc9ffb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/cognitive-services/openai/includes/fine-tuning-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,5 +411,5 @@ for id in results:
411411

412412
## Next steps
413413

414-
- Explore the control plane REST API Reference documentation to learn more about all the fine-tuning capabilities. You can find the [control plane REST documentation here](https://learn.microsoft.com/en-us/rest/api/cognitiveservices/azureopenai/deployments).
414+
- Explore the control plane REST API Reference documentation to learn more about all the fine-tuning capabilities. You can find the [control plane REST documentation here](/rest/api/cognitiveservices/azureopenai/deployments).
415415
- Explore more of the [Python SDK operations here](https://github.com/openai/openai-python/blob/main/examples/azure/finetuning.ipynb).

articles/cognitive-services/openai/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ items:
5959
- name: Reference
6060
items:
6161
- name: REST API (completions & embeddings)
62-
href: /rest/api/cognitiveservices/azureopenai/deployments/create
63-
- name: REST API (control plane)
6462
href: reference.md
63+
- name: REST API (control plane)
64+
href: /rest/api/cognitiveservices/azureopenai/deployments/create
6565
- name: Resources
6666
items:
6767
- name: Support and help options

0 commit comments

Comments
 (0)