fix(docs): update dead opencode-daytona ecosystem link#15979
Merged
nexxeln merged 4 commits intoanomalyco:devfrom Mar 4, 2026
Merged
fix(docs): update dead opencode-daytona ecosystem link#15979nexxeln merged 4 commits intoanomalyco:devfrom
nexxeln merged 4 commits intoanomalyco:devfrom
Conversation
IgorTavcar
added a commit
to IgorTavcar/opencode
that referenced
this pull request
Mar 4, 2026
Cherry-picked from upstream PR anomalyco#15979. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
nexxeln
approved these changes
Mar 4, 2026
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.
Issue for this PR
Closes #15976
Type of change
What does this PR do?
Fixes a dead link for
opencode-daytonaon the Ecosystem docs page.The old link pointed to a README path that no longer exists:
https://github.com/jamesmurdza/daytona/blob/main/guides/typescript/opencode/README.mdThis PR updates it to the repo root:
https://github.com/jamesmurdza/daytonaI applied the same fix to all localized
ecosystem.mdxfiles so every language variant points to a valid destination.How did you verify your code works?
ecosystem.mdxfile, including the default English page.Screenshots / recordings
N/A (docs link update only)
Checklist