aboutsummaryrefslogtreecommitdiff
path: root/spec/tor-spec/tearing-down-circuits.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/tor-spec/tearing-down-circuits.md')
-rw-r--r--spec/tor-spec/tearing-down-circuits.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/tor-spec/tearing-down-circuits.md b/spec/tor-spec/tearing-down-circuits.md
index 05e6444..0609307 100644
--- a/spec/tor-spec/tearing-down-circuits.md
+++ b/spec/tor-spec/tearing-down-circuits.md
@@ -35,7 +35,8 @@ Upon receiving an outgoing DESTROY cell, an OR frees resources
associated with the corresponding circuit. If it's not the end of
the circuit, it sends a DESTROY cell for that circuit to the next OR
in the circuit. If the node is the end of the circuit, then it tears
-down any associated edge connections (see section 6.1).
+down any associated edge connections (see
+[Calculating the 'Digest' field](./relay-cells.md#digest-field)).
After a DESTROY cell has been processed, an OR ignores all data or
destroy cells for the corresponding circuit.