Skip to content

Fix broken fine-tuning docs links in RAG notebook#2592

Open
Chessing234 wants to merge 1 commit intoopenai:mainfrom
Chessing234:fix/issue-2320-broken-fine-tuning-links
Open

Fix broken fine-tuning docs links in RAG notebook#2592
Chessing234 wants to merge 1 commit intoopenai:mainfrom
Chessing234:fix/issue-2320-broken-fine-tuning-links

Conversation

@Chessing234
Copy link
Copy Markdown

Summary

  • Fixes broken links to OpenAI Fine-Tuning documentation in examples/fine-tuned_qa/ft_retrieval_augmented_generation_qdrant.ipynb
  • The /use-a-fine-tuned-model anchor no longer exists on the OpenAI platform docs page, so both URLs now point to https://platform.openai.com/docs/guides/fine-tuning
  • Also fixes a missing https:// protocol prefix on one of the URLs (cell 20 had a bare platform.openai.com/... link)

Fixes #2320

Test plan

  • Verify that the updated links (https://platform.openai.com/docs/guides/fine-tuning) resolve correctly in a browser
  • Confirm no other links in the notebook are affected

🤖 Generated with Claude Code

…n_qdrant.ipynb

Fixes openai#2320

- Remove broken `/use-a-fine-tuned-model` anchor from fine-tuning docs URLs
  (the anchor no longer exists on the OpenAI platform docs page)
- Add missing `https://` protocol prefix to a bare URL in cell 20

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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

1 participant