Skip to content

docs: point GoDoc badge to charm.land/glamour/v2 - #583

Open
syf2211 wants to merge 1 commit into
charmbracelet:mainfrom
syf2211:fix/godoc-badge-v2
Open

docs: point GoDoc badge to charm.land/glamour/v2#583
syf2211 wants to merge 1 commit into
charmbracelet:mainfrom
syf2211:fix/godoc-badge-v2

Conversation

@syf2211

@syf2211 syf2211 commented Jun 27, 2026

Copy link
Copy Markdown

Summary

Update the README GoDoc badge link to point at the v2 module path (charm.land/glamour/v2) instead of the legacy v1 path (github.com/charmbracelet/glamour).

Fixes #581

Motivation

Glamour v2 uses the charm.land/glamour/v2 module path (as shown in the README usage examples and go.mod), but the GoDoc badge still linked to the v1 package on pkg.go.dev. Clicking the badge took readers to outdated v1 documentation.

Changes

  • Update the GoDoc badge href in README.md from https://pkg.go.dev/github.com/charmbracelet/glamour?tab=doc to https://pkg.go.dev/charm.land/glamour/v2

Tests

  • go test ./... — all packages pass

Notes

Documentation-only change; no code behavior affected.

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.

README.md GoDoc badge points to V1 not V2

1 participant