docs: fix broken integration links to useinstructor.com#2360
Open
fancy-agent wants to merge 1 commit into
Open
docs: fix broken integration links to useinstructor.com#2360fancy-agent wants to merge 1 commit into
fancy-agent wants to merge 1 commit into
Conversation
The old instructor-ai.github.io domain now 404s. Repoint the three remaining stale links in the integration docs to the current domains: - azure.md: docs link -> python.useinstructor.com - together.md: JS docs link -> js.useinstructor.com - llama-cpp-python.md: broken github blob path -> python.useinstructor.com/concepts/partial/ After this change docs/ has no remaining instructor-ai.github.io links.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
A few integration docs still link to the old
instructor-ai.github.iodomain, which now returns 404. This repoints the three remaining stale links to the current domains:docs/integrations/azure.md— Instructor docs link →https://python.useinstructor.com/docs/integrations/together.md— JS docs link →https://js.useinstructor.com/docs/integrations/llama-cpp-python.md— a broken GitHub blob path (github.com/jxnl/instructor/concepts/partial.md) →https://python.useinstructor.com/concepts/partial/Why
The old GitHub Pages domain is dead, so readers following these links hit a 404. The new domains are already what the rest of the docs use (13 files reference
python.useinstructor.com, 3 referencejs.useinstructor.com), so this just brings the stragglers in line. After this change there are no remaininginstructor-ai.github.iolinks underdocs/.Verification
Checked HTTP status on each link:
Docs-only change, no code touched.