Skip to content

Fix broken examples links in environment READMEs#455

Merged
sanketsudake merged 1 commit into
masterfrom
fix-broken-example-links
Jun 9, 2026
Merged

Fix broken examples links in environment READMEs#455
sanketsudake merged 1 commit into
masterfrom
fix-broken-example-links

Conversation

@sanketsudake

Copy link
Copy Markdown
Member

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./examplesgithub.com/fission/examples/tree/main/<path> (binary → miscellaneous/binary)
  • dotnet8/README.md — prose "examples directory" now links to fission/examples/tree/main/dotnet8

Verification

Ran a markdown link checker across the repo (relative-path existence + environments examples/ URLs): 0 broken links remain.

🤖 Generated with Claude Code

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>
@sanketsudake sanketsudake merged commit 45815b4 into master Jun 9, 2026
15 of 16 checks passed
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