aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaomi Phillips <naomi.phillips@paranoici.org>2019-07-10 20:07:06 -0400
committerNaomi Phillips <naomi.phillips@paranoici.org>2019-07-10 20:07:06 -0400
commitefcfdeb5d2757c7a0d68748134c7d9949cb9f53a (patch)
tree472474d58504fd2c5eb461b3b3c4834cbe87deb9
parentccb3c9a68450870948b5a948e4e962c077231ded (diff)
downloadwww-efcfdeb5d2757c7a0d68748134c7d9949cb9f53a.tar.gz
www-efcfdeb5d2757c7a0d68748134c7d9949cb9f53a.zip
Fix a number of broken handbook links
-rw-r--r--template/architecture.html.j28
1 files changed, 4 insertions, 4 deletions
diff --git a/template/architecture.html.j2 b/template/architecture.html.j2
index 0484c42f..e7d62c08 100644
--- a/template/architecture.html.j2
+++ b/template/architecture.html.j2
@@ -86,13 +86,13 @@
86 <div class="col-md"> 86 <div class="col-md">
87 <h2>{{ _("System architecture") }}</h2> 87 <h2>{{ _("System architecture") }}</h2>
88 <p> 88 <p>
89 Read more about the system architecure in the respective section of our <a href="https://docs.gnunet.org/handbook/#System-Architecture" target="_blank">handbook</a>. 89 Read more about the system architecure in the respective section of our <a href="https://docs.gnunet.org/handbook/gnunet.html#System-Architecture" target="_blank">handbook</a>.
90 </p> 90 </p>
91 </div> 91 </div>
92 <div class="col-md"> 92 <div class="col-md">
93 <h2>{{ _("Subsystems") }}</h2> 93 <h2>{{ _("Subsystems") }}</h2>
94 <p> 94 <p>
95 Read more about the subsystems (or GNUnet services) in the respective section of our <a href="https://docs.gnunet.org/handbook/#Code-overview" target="_blank">handbook</a>. 95 Read more about the subsystems (or GNUnet services) in the respective section of our <a href="https://docs.gnunet.org/handbook/gnunet.html#Code-overview" target="_blank">handbook</a>.
96 </p> 96 </p>
97 </div> 97 </div>
98 </div> 98 </div>
@@ -101,13 +101,13 @@
101 <div class="col-md"> 101 <div class="col-md">
102 <h2>{{ _("libgnunetutil") }}</h2> 102 <h2>{{ _("libgnunetutil") }}</h2>
103 <p> 103 <p>
104 libgnunetutil is the fundamental library that all GNUnet code builds upon. Ideally, this library should contain most of the platform dependent code (except for user interfaces and really special needs that only few applications have). Read <a href="https://docs.gnunet.org/handbook/#libgnunetutil">more</a>. 104 libgnunetutil is the fundamental library that all GNUnet code builds upon. Ideally, this library should contain most of the platform dependent code (except for user interfaces and really special needs that only few applications have). Read <a href="https://docs.gnunet.org/handbook/gnunet.html#libgnunetutil">more</a>.
105 </p> 105 </p>
106 </div> 106 </div>
107 <div class="col-md"> 107 <div class="col-md">
108 <h2>{{ _("APIs") }}</h2> 108 <h2>{{ _("APIs") }}</h2>
109 <p> 109 <p>
110 GNUnet offers variaty of APIs for <a href="https://docs.gnunet.org/handbook/#Interprocess-communication-API-_0028IPC_0029" target="_blank">accessing services</a> (using IPC), <a href="https://docs.gnunet.org/#Service-API">running services</a>, <a href="https://docs.gnunet.org/#Message-Queue-API">message queues</a>, or <a href="https://docs.gnunet.org/handbook/#Cryptography-API" target="_blank">cryptographic operations</a>. 110 GNUnet offers variaty of APIs for <a href="https://docs.gnunet.org/handbook/gnunet.html#Interprocess-communication-API-_0028IPC_0029" target="_blank">accessing services</a> (using IPC), <a href="https://docs.gnunet.org/handbook/gnunet.html#Service-API">running services</a>, <a href="https://docs.gnunet.org/handbook/gnunet.html#Message-Queue-API">message queues</a>, or <a href="https://docs.gnunet.org/handbook/gnunet.html#Cryptography-API" target="_blank">cryptographic operations</a>.
111 </p> 111 </p>
112 </div> 112 </div>
113 </div> 113 </div>