Skip to content

fix: update broken fine-tuning docs links in ft_retrieval_augmented_generation_qdrant.ipynb#2644

Open
SanskaarUndale21 wants to merge 1 commit intoopenai:mainfrom
SanskaarUndale21:fix/issue-2320-broken-finetuning-docs-link
Open

fix: update broken fine-tuning docs links in ft_retrieval_augmented_generation_qdrant.ipynb#2644
SanskaarUndale21 wants to merge 1 commit intoopenai:mainfrom
SanskaarUndale21:fix/issue-2320-broken-finetuning-docs-link

Conversation

@SanskaarUndale21
Copy link
Copy Markdown

Summary

Fixes #2320

The fine-tuning documentation links in examples/fine-tuned_qa/ft_retrieval_augmented_generation_qdrant.ipynb were pointing to a deprecated URL that no longer resolves:

https://platform.openai.com/docs/guides/fine-tuning/use-a-fine-tuned-model

Changes

  • Section 4 header cell: Updated the broken platform.openai.com fine-tuning link to the current OpenAI Developers guide URL
  • Section 4.2 cell: Updated the same broken link and also fixed a missing https:// scheme prefix on the same URL

Both occurrences now point to:

https://developers.openai.com/api/docs/guides/supervised-fine-tuning

Why this matters

Users following the notebook click these links to understand the full fine-tuning process. A 404 page breaks the learning experience and leaves them without the reference documentation they need.

Test plan

  • Verified old URL (/fine-tuning/use-a-fine-tuned-model) is completely removed from the file
  • Verified both links now point to the correct https://developers.openai.com/api/docs/guides/supervised-fine-tuning URL
  • Confirmed no unrelated files are included in this commit

…eneration_qdrant.ipynb

Fixes openai#2320

The fine-tuning documentation links in the Qdrant RAG fine-tuning notebook
were pointing to a deprecated URL path that no longer exists on the OpenAI
platform docs:

  https://platform.openai.com/docs/guides/fine-tuning/use-a-fine-tuned-model

Both occurrences have been updated to the current OpenAI Developers guide
for supervised fine-tuning:

  https://developers.openai.com/api/docs/guides/supervised-fine-tuning

Additionally, the second occurrence was missing the `https://` scheme prefix,
which has also been corrected.

Files changed:
- examples/fine-tuned_qa/ft_retrieval_augmented_generation_qdrant.ipynb
  - Section 4 header cell: replaced broken platform.openai.com link
  - Section 4.2 cell: replaced broken link and added missing https:// scheme

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 28, 2026 09:08
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[PROBLEM]link is broken to documentation in ft_retrieval_augmented_generation_qdrant.ipynb

2 participants