aboutsummaryrefslogtreecommitdiff
path: root/docs/specifications/scripts-extraction.md
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2021-03-11 16:37:49 -0800
committerGitHub <noreply@github.com>2021-03-11 16:37:49 -0800
commit75522bb1f2e7d863078bcd06322348f053a9e33f (patch)
treea2b291353763d8de9220645fe649b10122230dcc /docs/specifications/scripts-extraction.md
parent3c7a12bdf3dd6c29c18647919249c083a6fd3346 (diff)
downloadvcpkg-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/specifications/scripts-extraction.md')
-rw-r--r--docs/specifications/scripts-extraction.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/specifications/scripts-extraction.md b/docs/specifications/scripts-extraction.md
index a617a7741..396e2d4e0 100644
--- a/docs/specifications/scripts-extraction.md
+++ b/docs/specifications/scripts-extraction.md
@@ -1,5 +1,7 @@
# Scripts Tree Extraction
+**Note: this is the feature as it was initially specified and does not necessarily reflect the current behavior.**
+
## Background
We extracted vcpkg-tool as part of a future wherein Registries are the primary mechanism for interacting with the ports tree, which would allow the vcpkg tool and associated artifacts to be deployed and figure the rest out on their own. Unfortunately, we have concurrently edited things in the so called "scripts" tree which lives in support of ports but really probably belongs in the vcpkg-tool repo.