Skip to content

docs: fix broken DigitalOcean and Daytona links - #42048

Merged
rekram1-node merged 1 commit into
anomalyco:devfrom
skyzhao1223:fix-dead-links
Aug 12, 2026
Merged

docs: fix broken DigitalOcean and Daytona links#42048
rekram1-node merged 1 commit into
anomalyco:devfrom
skyzhao1223:fix-dead-links

Conversation

@skyzhao1223

Copy link
Copy Markdown
Contributor

Type of change

  • Bug fix (docs: dead links)
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Fixes two broken (404) links in the docs:

  1. packages/web/src/content/docs/providers.mdx — the DigitalOcean "Inference Routers" link pointed to docs.digitalocean.com/products/genai-platform/concepts/inference-routers/ which returns 404. Updated to the current docs.digitalocean.com/products/inference/how-to/use-inference-router/ (this is the same URL already used later on the same page).

  2. packages/web/src/content/docs/ecosystem.mdx — the opencode-daytona link pointed to github.com/daytonaio/daytona/tree/main/libs/opencode-plugin which returns 404 (that repo is no longer maintained). The opencode plugin now lives in github.com/daytona/integrations/tree/main/packages/opencode-plugin.

How did you verify your code works?

Both replacement URLs were checked and return 200. bun typecheck (30/30 packages) passed via the pre-push hook. These are pure doc link changes.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

- providers.mdx: update Inference Routers link to the current
  docs.digitalocean.com/products/inference path (old genai-platform
  path returns 404). Matches the link already used later on the page.
- ecosystem.mdx: update opencode-daytona link to the new
  daytona/integrations repo (the old daytonaio/daytona libs path is 404;
  the opencode plugin now lives in daytona/integrations/packages).
@github-actions github-actions Bot added the needs:compliance This means the issue will auto-close after 2 hours. label Aug 12, 2026
@github-actions

Copy link
Copy Markdown
Contributor

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@rekram1-node
rekram1-node merged commit ca3df21 into anomalyco:dev Aug 12, 2026
4 checks passed
HQ123-BOOP pushed a commit to HQ123-BOOP/LibreCode that referenced this pull request Aug 12, 2026
Co-authored-by: skyzhao1223 <skyzhao1223@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs:compliance This means the issue will auto-close after 2 hours.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants