aboutsummaryrefslogtreecommitdiff
path: root/spec/tor-spec/routing-relay-cells.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/tor-spec/routing-relay-cells.md')
-rw-r--r--spec/tor-spec/routing-relay-cells.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/tor-spec/routing-relay-cells.md b/spec/tor-spec/routing-relay-cells.md
index ff81e27..55520d9 100644
--- a/spec/tor-spec/routing-relay-cells.md
+++ b/spec/tor-spec/routing-relay-cells.md
@@ -48,14 +48,15 @@ with the stream cipher, as follows:
```
The OR then decides whether it recognizes the relay cell, by
-inspecting the payload as described in section 6.1 below. If the OR
+inspecting the payload as described in [Relay cells](./relay-cells.md#relay-cells). If the OR
recognizes the cell, it processes the contents of the relay cell.
Otherwise, it passes the decrypted relay cell along the circuit if
the circuit continues. If the OR at the end of the circuit
encounters an unrecognized relay cell, an error has occurred: the OR
sends a DESTROY cell to tear down the circuit.
-For more information, see section 6 below.
+For more information, see
+[Application connections and stream management](./streams.md#application-connections-and-stream-management).
<a id="tor-spec.txt-5.5.3"></a>