chore: rename repo URL references to fireflyframework-pyfly#5
Merged
Conversation
The GitHub repository has been renamed from `fireflyframework/pyfly` to `fireflyframework/fireflyframework-pyfly` to align with the `fireflyframework-*` naming convention used by every other Firefly sibling project (kernel, cqrs, eda, orchestration, dotnet, go, …). GitHub serves an automatic redirect from the old URL, but every hard-coded reference inside the source tree is updated explicitly so new clones, badges, install scripts and release links resolve directly: - README.md badge URLs and install commands - ROADMAP.md polyglot-port table - docs/index.md, docs/installation.md, docs/modules/* - install.sh's PYFLY_REPO and curl-pipe instructions - pyproject.toml [project.urls] block The Python package name (`pyfly`) and import path (`import pyfly`) are unchanged. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <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.
Summary
Follow-up to the GitHub-side rename of this repository (`fireflyframework/pyfly` → `fireflyframework/fireflyframework-pyfly`). GitHub serves an automatic redirect, but this PR updates every hard-coded URL in the source tree so badges, install scripts and release links resolve directly without bouncing through the redirect.
What changed
The Python package name (`pyfly`) and import path (`import pyfly`) are unchanged.
Test plan
🤖 Generated with Claude Code