aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/technical
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2025-05-21 19:05:10 +0000
committerJunio C Hamano <gitster@pobox.com>2025-06-06 15:05:47 -0700
commit3717a5775a7ba9e5f5b2794171ab205c0a177ef8 (patch)
treeca7c612205e5a019ef1a8c43357c81b856c17667 /Documentation/technical
parent8613c2bb6cd16ef530dc5dd74d3b818a1ccbf1c0 (diff)
downloadgit-3717a5775a7ba9e5f5b2794171ab205c0a177ef8.tar.gz
doc: update references to renamed AsciiDoc files
The .txt extensions were changed to .adoc in 1f010d6 (doc: use .adoc extension for AsciiDoc files, 2025-01-20). References to the renamed files were not updated yet. Signed-off-by: Jouke Witteveen <j.witteveen@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical')
-rw-r--r--Documentation/technical/build-systems.adoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/technical/build-systems.adoc b/Documentation/technical/build-systems.adoc
index d9dafb407c..3c5237b9fd 100644
--- a/Documentation/technical/build-systems.adoc
+++ b/Documentation/technical/build-systems.adoc
@@ -32,7 +32,10 @@ that generally have somebody running test pipelines against regularly:
- OpenBSD
The platforms which must be supported by the tool should be aligned with our
-[platform support policy](platform-support.txt).
+platform support policy (see platform-support.adoc).
+// once we lose AsciiDoc compatibility, we can start writing the above as:
+// xref:platform-support.adoc#platform-support-policy[platform support policy]
+// or something like that, but until then....
=== Auto-detection of supported features