aboutsummaryrefslogtreecommitdiff
path: root/spec/rend-spec/managing-streams.md
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-11-09 14:03:03 +0000
committerNick Mathewson <nickm@torproject.org>2023-11-09 14:03:03 +0000
commita2d16774eb7da56903b2e8e7b23a1282cf55385a (patch)
tree2eb86ec6b409f009a1d8e5a481a63f3e4f1a296a /spec/rend-spec/managing-streams.md
parent4b245187d868a1b78d0a1f81c4a8b76efbcb7993 (diff)
parent560c34381a202fe54124cc300d2d40773bec235f (diff)
downloadtorspec-a2d16774eb7da56903b2e8e7b23a1282cf55385a.tar.gz
torspec-a2d16774eb7da56903b2e8e7b23a1282cf55385a.zip
Merge branch 'linklint' into 'main'
Fix linklint script and broken links See merge request tpo/core/torspec!210
Diffstat (limited to 'spec/rend-spec/managing-streams.md')
-rw-r--r--spec/rend-spec/managing-streams.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/rend-spec/managing-streams.md b/spec/rend-spec/managing-streams.md
index 56f6f51..a32a352 100644
--- a/spec/rend-spec/managing-streams.md
+++ b/spec/rend-spec/managing-streams.md
@@ -14,7 +14,7 @@ and not set any flags on the begin message.
> on port 443, a client would send a BEGIN message with
> the address:port string of `":443"`, and a `FLAGS` value of 0.
> The 0-values `FLAGS` would not be encoded, according to
-> the instructions for [encoding BEGIN messages](../tor-spec/opening/streams#opening).
+> the instructions for [encoding BEGIN messages](../tor-spec/opening-streams.md#opening).
## Receiving BEGIN messages { #receive-begin }