aboutsummaryrefslogtreecommitdiff
path: root/mdbook
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-17 10:09:56 -0400
committerNick Mathewson <nickm@torproject.org>2023-10-17 10:09:56 -0400
commit679c59fbfb449f90bc9c9a7c4f9fac45c0d1b995 (patch)
tree93e3ffb708c48924dd4b419f57d2536ff2467671 /mdbook
parent17b6fb9165bdc4727e048589e9cca4982d74b6a1 (diff)
downloadtorspec-679c59fbfb449f90bc9c9a7c4f9fac45c0d1b995.tar.gz
torspec-679c59fbfb449f90bc9c9a7c4f9fac45c0d1b995.zip
Add begin/end markers to redirect list.
Diffstat (limited to 'mdbook')
-rw-r--r--mdbook/spec/book.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/mdbook/spec/book.toml b/mdbook/spec/book.toml
index 5fe0370..ee858a8 100644
--- a/mdbook/spec/book.toml
+++ b/mdbook/spec/book.toml
@@ -15,6 +15,8 @@ build-dir = "../../html"
# additional-js = ["theme/pagetoc.js"]
[output.html.redirect]
+
+# BEGIN AUTO-GENERATED REDIRECTS
"/address-spec" = "https://gitweb.torproject.org/torspec.git/tree/address-spec.txt"
"/bandwidth-file-spec/index.html" = "https://gitweb.torproject.org/torspec.git/tree/bandwidth-file-spec.txt"
"/bridgedb-spec" = "https://gitweb.torproject.org/torspec.git/tree/bridgedb-spec.txt"
@@ -39,3 +41,4 @@ build-dir = "../../html"
"/version-spec" = "https://gitweb.torproject.org/torspec.git/tree/version-spec.txt"
"/tor-design" = "https://svn.torproject.org/svn/projects/design-paper/tor-design.pdf"
"/walking-onions" = "https://github.com/nmathewson/walking-onions-wip/tree/master/specs"
+# END AUTO-GENERATED REDIRECTS