Skip to content

fix: fix repo links - #1

Merged
ayushag-nv merged 1 commit into
mainfrom
ayushag/fix-links
Jun 30, 2026
Merged

fix: fix repo links#1
ayushag-nv merged 1 commit into
mainfrom
ayushag/fix-links

Conversation

@ayushag-nv

@ayushag-nv ayushag-nv commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

What

Update all GitHub repository links to the canonical public repo NVIDIA-NeMo/Switchyard, and drop the premature v0.1.0 release-tag link.

  • mkdocs.yml — fix repo_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 links
  • CHANGELOG.md — repo link; removed the [0.1.0] release-tag link definition (no tag exists yet, so it would 404)
  • Cargo.toml, pyproject.toml — package repository / Homepage / Issues metadata

Why

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 switchyard clean — N/A (no code changed)
  • uv run pytest tests/ green — N/A (no code changed)
  • Verified grep -rn NVIDIA-dev returns zero matches across the repo

Checklist

  • One class per file; filename = snake_case of the primary class. — N/A
  • New public symbols exported from switchyard/__init__.py.__all__ if intended for downstream use. — N/A
  • Unit tests added for new components / bug fixes. — N/A (link/string fix only)
  • README / --help updated if customer-facing surface changed. — README links updated
  • Commits signed off (Signed-off-by: Your Name <email>) per the DCO.

@github-actions

github-actions Bot commented Jun 30, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1

🚀 View preview at
https://NVIDIA-NeMo.github.io/Switchyard/pr-preview/pr-1/

Built to branch gh-pages at 2026-06-30 03:38 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@ayushag-nv
ayushag-nv requested a review from ryan-lempka June 30, 2026 03:35
Signed-off-by: ayushag <ayushag@nvidia.com>
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.

2 participants