fix: fix repo links - #1
Merged
Merged
Conversation
|
ryan-lempka
approved these changes
Jun 30, 2026
Signed-off-by: ayushag <ayushag@nvidia.com>
ayushag-nv
force-pushed
the
ayushag/fix-links
branch
from
June 30, 2026 03:38
2b963f3 to
2763766
Compare
6 tasks
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
Update all GitHub repository links to the canonical public repo
NVIDIA-NeMo/Switchyard, and drop the prematurev0.1.0release-tag link.mkdocs.yml— fixrepo_url/repo_name(this is what made the docs header GitHub link point at the old dev repo)README.md,CONTRIBUTING.md,DEVELOPMENT.md,docs/getting_started.md— clone URLs and Issues linksCHANGELOG.md— repo link; removed the[0.1.0]release-tag link definition (no tag exists yet, so it would 404)Cargo.toml,pyproject.toml— packagerepository/Homepage/IssuesmetadataWhy
All these links pointed at
NVIDIA-dev/switchyard, a leftover from before the open-source move. The rendered docs and package metadata sent users to a repo that isn't the public one.Closes #
How tested
Docs/metadata-only change — no Python source touched, so the lint/type/test gates below are N/A:
uv run ruff check .clean — N/A (no code changed)uv run mypy switchyardclean — N/A (no code changed)uv run pytest tests/green — N/A (no code changed)grep -rn NVIDIA-devreturns zero matches across the repoChecklist
snake_caseof the primary class. — N/Aswitchyard/__init__.py.__all__if intended for downstream use. — N/A--helpupdated if customer-facing surface changed. — README links updatedSigned-off-by: Your Name <email>) per the DCO.