aboutsummaryrefslogtreecommitdiff
path: root/template/architecture.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/architecture.html.j2')
-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 76fc138e..0484c42f 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/#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/#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/#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/#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/#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/#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/#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/#Cryptography-API" target="_blank">cryptographic operations</a>. 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>.
111 </p> 111 </p>
112 </div> 112 </div>
113 </div> 113 </div>