aboutsummaryrefslogtreecommitdiff
path: root/docs/maintainers
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2021-05-03 09:43:34 -0700
committerGitHub <noreply@github.com>2021-05-03 09:43:34 -0700
commit2924119c1e000f7243e95c7cd66157df8c83973d (patch)
treed1e9de5f61163a5d32f7b816d8fbc4f6b05f1148 /docs/maintainers
parent4b6289b936c71bbdb8f5c65973249132c0946235 (diff)
downloadvcpkg-2924119c1e000f7243e95c7cd66157df8c83973d.tar.gz
vcpkg-2924119c1e000f7243e95c7cd66157df8c83973d.zip
[docs] Consolidate versioning documentation (#17580)
Co-authored-by: Robert Schumacher <ras0219@outlook.com>
Diffstat (limited to 'docs/maintainers')
-rw-r--r--docs/maintainers/maintainer-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/maintainers/maintainer-guide.md b/docs/maintainers/maintainer-guide.md
index 711f0afa7..b0dd0c4b7 100644
--- a/docs/maintainers/maintainer-guide.md
+++ b/docs/maintainers/maintainer-guide.md
@@ -241,7 +241,7 @@ To update the files for all modified ports at once.
_NOTE: These commands require you to have committed your changes to the ports before running them. The reason is that the Git SHA of the port directory is required in these version files. But don't worry, the `x-add-version` command will warn you if you have local changes that haven't been committed._
-See our [versioning specification](https://github.com/vicroms/vcpkg/blob/versioning-spec/docs/specifications/versioning.md) and [registries specification](https://github.com/strega-nil/vcpkg/blob/git-registries/docs/specifications/registries-2.md) to learn how vcpkg interacts with these files.
+See our [versioning specification](../specifications/versioning.md) and [registries specification](../specifications/registries-2.md) to learn how vcpkg interacts with these files.
## Patching