Fix broken examples links in environment READMEs#455
Merged
Conversation
The earlier consolidation missed READMEs that linked to `./examples` (no trailing slash), leaving four dead links after the examples dirs were removed. Repoint them at fission/examples, and update the dotnet8 README prose that referenced the local examples directory. - python, python-fastapi, perl, binary: ./examples -> github.com/fission/examples - dotnet8: "examples directory" prose -> fission/examples link Verified no broken markdown links remain. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
After #454 moved examples to fission/examples, a few READMEs still linked to the now-deleted local
examples/dir. The earlier pass missed these because they used](./examples)(no trailing slash).Fixed broken links:
python/README.md,python-fastapi/README.md,perl/README.md,binary/README.md—./examples→github.com/fission/examples/tree/main/<path>(binary →miscellaneous/binary)dotnet8/README.md— prose "examples directory" now links tofission/examples/tree/main/dotnet8Verification
Ran a markdown link checker across the repo (relative-path existence + environments
examples/URLs): 0 broken links remain.🤖 Generated with Claude Code