Skip to content

Commit 149c5c4

Browse files
authored
Fix dead relative link to versioning docs in bump-version skill (#1807)
1 parent 7acbeb5 commit 149c5c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/skills/bump-version/references/semver-assessment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ While the candidate version uses a prerelease suffix (e.g., `X.Y.Z-preview.N`, `
6262

6363
Going to GA drops the suffix entirely: `2.0.0-rc.2``2.0.0`.
6464

65-
This is purely about how to *compute* the next version. It does **not** declare any new policy about what kinds of changes are permitted between previews — refer to the existing [versioning documentation](../../../../docs/versioning.html) for breaking-change policy.
65+
This is purely about how to *compute* the next version. It does **not** declare any new policy about what kinds of changes are permitted between previews — refer to the existing [versioning documentation](../../../../docs/versioning.md) for breaking-change policy.
6666

6767
### Branch context
6868

0 commit comments

Comments
 (0)