Skip to content

docs: fix broken integration links to useinstructor.com#2360

Open
fancy-agent wants to merge 1 commit into
567-labs:mainfrom
fancy-agent:docs/fix-broken-integration-links
Open

docs: fix broken integration links to useinstructor.com#2360
fancy-agent wants to merge 1 commit into
567-labs:mainfrom
fancy-agent:docs/fix-broken-integration-links

Conversation

@fancy-agent

Copy link
Copy Markdown

What

A few integration docs still link to the old instructor-ai.github.io domain, 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 reference js.useinstructor.com), so this just brings the stragglers in line. After this change there are no remaining instructor-ai.github.io links under docs/.

Verification

Checked HTTP status on each link:

Link Before After
Azure docs link 404 200
Together JS docs link 404 200
llama-cpp partial-streaming link 404 200

Docs-only change, no code touched.

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.
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.

1 participant