Skip to content

Fix documentation badge link#9

Merged
eric-tramel merged 1 commit intomainfrom
codex/fix-documentation-badge
May 6, 2026
Merged

Fix documentation badge link#9
eric-tramel merged 1 commit intomainfrom
codex/fix-documentation-badge

Conversation

@eric-tramel
Copy link
Copy Markdown
Contributor

What

Updates the README documentation badge so it links to the published Data Designer Plugins documentation site at https://nvidia-nemo.github.io/DataDesignerPlugins/.

Why

The existing badge links to docs/adding-a-plugin.md, which is not the published documentation URL and can send readers to a broken GitHub page. The badge text also describes the old authoring-guide-only destination instead of the broader documentation site.

Usage

Readers can click the README Documentation badge to open the published documentation home page:

[![Documentation](https://img.shields.io/badge/docs-documentation-blue)](https://nvidia-nemo.github.io/DataDesignerPlugins/)

How

Changed the README badge image from docs-authoring guide to docs-documentation and updated the link target to the GitHub Pages documentation root.

Validation

  • make sync
  • make docs
  • curl -L -I --max-time 20 https://nvidia-nemo.github.io/DataDesignerPlugins/ returned HTTP/2 200
  • curl -L -I --max-time 20 https://img.shields.io/badge/docs-documentation-blue returned HTTP/2 200

@eric-tramel eric-tramel marked this pull request as ready for review May 6, 2026 13:37
@eric-tramel eric-tramel requested a review from a team as a code owner May 6, 2026 13:37
@eric-tramel eric-tramel added the documentation Improvements or additions to documentation label May 6, 2026
@eric-tramel eric-tramel merged commit 976fca8 into main May 6, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants