diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2021-03-11 16:37:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-11 16:37:49 -0800 |
| commit | 75522bb1f2e7d863078bcd06322348f053a9e33f (patch) | |
| tree | a2b291353763d8de9220645fe649b10122230dcc /docs/users/versioning.md | |
| parent | 3c7a12bdf3dd6c29c18647919249c083a6fd3346 (diff) | |
| download | vcpkg-75522bb1f2e7d863078bcd06322348f053a9e33f.tar.gz vcpkg-75522bb1f2e7d863078bcd06322348f053a9e33f.zip | |
[docs] Improve inter-document linking; add 'latest' links (#16502)
* [docs] Improve inter-document linking; add 'latest' links
* [docs] Apply suggestions from code review
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'docs/users/versioning.md')
| -rw-r--r-- | docs/users/versioning.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/users/versioning.md b/docs/users/versioning.md index 5db7f42c2..6fdc678e5 100644 --- a/docs/users/versioning.md +++ b/docs/users/versioning.md @@ -1,11 +1,13 @@ # Versioning +**The latest version of this documentation is available on [GitHub](https://github.com/Microsoft/vcpkg/tree/master/docs/users/versioning.md).** + **This feature is experimental and requires `--feature-flags=versions`** Versioning allows you to deterministically control the precise revisions of dependencies used by your project from within your manifest file. -See our guide to [getting started with versioning](versioning.getting-started.md). +See our guide to [getting started with versioning](../examples/versioning.getting-started.md). ## Version schemes |
