aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gitprotocol-v2.txt
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2022-09-16 02:23:02 -0400
committerJunio C Hamano <gitster@pobox.com>2022-09-16 08:38:03 -0700
commit086eaab8da7da69907cfc1461d912aea2827406b (patch)
tree53832d08e5df33739d6dc1a7c5015c4a87479448 /Documentation/gitprotocol-v2.txt
parentd3fa443f97e3a8d75b51341e2d5bac380b7422df (diff)
downloadgit-086eaab8da7da69907cfc1461d912aea2827406b.tar.gz
docs: fix a few recently broken links
Some links were broken in the recent move of various technical docs c0f6dd49f1 (Merge branch 'ab/tech-docs-to-help', 2022-08-14). Fix them. Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitprotocol-v2.txt')
-rw-r--r--Documentation/gitprotocol-v2.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gitprotocol-v2.txt b/Documentation/gitprotocol-v2.txt
index c9c0f9160b..59bf41cefb 100644
--- a/Documentation/gitprotocol-v2.txt
+++ b/Documentation/gitprotocol-v2.txt
@@ -544,8 +544,8 @@ the server as well.
Session IDs should be unique to a given process. They must fit within a
packet-line, and must not contain non-printable or whitespace characters. The
current implementation uses trace2 session IDs (see
-link:api-trace2.html[api-trace2] for details), but this may change and users of
-the session ID should not rely on this fact.
+link:technical/api-trace2.html[api-trace2] for details), but this may change
+and users of the session ID should not rely on this fact.
object-info
~~~~~~~~~~~