aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormu <mu@m.m>2019-08-18 22:29:23 +0200
committermu <mu@m.m>2019-08-18 22:29:23 +0200
commitf86a15c26821e9afc7b06bc2748dc3413d929fbb (patch)
tree9254f0359f792f96cebfa11ba2d0f8cdcb06fc3f
parentc37c1702bb41ad7770581eef2942deb0ed3c0a6a (diff)
downloadwww-f86a15c26821e9afc7b06bc2748dc3413d929fbb.tar.gz
www-f86a15c26821e9afc7b06bc2748dc3413d929fbb.zip
fixed some more links
-rw-r--r--news/2019-0.11.0.inc4
-rw-r--r--template/gsoc-2018-gnunet-webui.html.j22
-rw-r--r--template/gsoc.html.j22
-rw-r--r--template/tutorial.html.j22
-rw-r--r--template/use.html.j22
5 files changed, 6 insertions, 6 deletions
diff --git a/news/2019-0.11.0.inc b/news/2019-0.11.0.inc
index ca363a09..976869fa 100644
--- a/news/2019-0.11.0.inc
+++ b/news/2019-0.11.0.inc
@@ -40,7 +40,7 @@ stopped using <tt>gnunet-arm -e</tt>.
40 40
41 <ul> 41 <ul>
42 <li>The Web site and manuals have undergone significant rework. You can find an 42 <li>The Web site and manuals have undergone significant rework. You can find an
43 archive of the old Web site at <a href="https://old.gnunet.org/">old.gnunet.org</a>.</li> 43 archive of the old Web site at <a href="http://web.archive.org/web/*/gnunet.org">archive.org</a>.</li>
44 <li>The code now builds again on macOS. GNUnet on macOS is <i>experimental</i>. 44 <li>The code now builds again on macOS. GNUnet on macOS is <i>experimental</i>.
45 While it builds and seems to run fine, some tests are known to fail.</li> 45 While it builds and seems to run fine, some tests are known to fail.</li>
46 <li>Build process now works properly with libidn2</li> 46 <li>Build process now works properly with libidn2</li>
@@ -51,7 +51,7 @@ stopped using <tt>gnunet-arm -e</tt>.
51 <li>GNS responses are now padded to minimize information disclosure from the size</li> 51 <li>GNS responses are now padded to minimize information disclosure from the size</li>
52 <li>Fixed API issues and (rare) crash bugs in CADET</li> 52 <li>Fixed API issues and (rare) crash bugs in CADET</li>
53 <li>The experimental SecuShare code is not included in the release, you can 53 <li>The experimental SecuShare code is not included in the release, you can
54 now find it in the <a href="https://git.gnunet.org/gnunet-secushare/">gnunet-secushare</a> 54 now find it in the <a href="https://git.gnunet.org/gnunet-secushare.git/">gnunet-secushare</a>
55 Git repository.</li> 55 Git repository.</li>
56 <li>The Ascension tool (separate download) now allows importing DNS zones into GNS via AXFR.</li> 56 <li>The Ascension tool (separate download) now allows importing DNS zones into GNS via AXFR.</li>
57 <li>GNUnet now includes a decentralised identity attribute sharing service: 57 <li>GNUnet now includes a decentralised identity attribute sharing service:
diff --git a/template/gsoc-2018-gnunet-webui.html.j2 b/template/gsoc-2018-gnunet-webui.html.j2
index c96b9965..ada000f4 100644
--- a/template/gsoc-2018-gnunet-webui.html.j2
+++ b/template/gsoc-2018-gnunet-webui.html.j2
@@ -55,7 +55,7 @@
55 already merged into the gnunet.git repository 55 already merged into the gnunet.git repository
56 (<a href="https://gnunet.org/git/gnunet.git/">GNUnet Main Git</a>).<br /> 56 (<a href="https://gnunet.org/git/gnunet.git/">GNUnet Main Git</a>).<br />
57 To use the new features, clone the repository 57 To use the new features, clone the repository
58 and follow the <a href="https://gnunet.org/installation">Installation</a> 58 and follow the <a href="https://gnunet.org/en/install.html">Installation</a>
59 on gnunet.org. Then, start the rest service with "gnunet-arm -i rest". 59 on gnunet.org. Then, start the rest service with "gnunet-arm -i rest".
60 {% endtrans %} 60 {% endtrans %}
61 </p> 61 </p>
diff --git a/template/gsoc.html.j2 b/template/gsoc.html.j2
index 5104e516..5b5d5bcf 100644
--- a/template/gsoc.html.j2
+++ b/template/gsoc.html.j2
@@ -255,7 +255,7 @@
255 Design and implementation 255 Design and implementation
256 of <a href="http://jsonapi.org/">REST APIs</a> that expose 256 of <a href="http://jsonapi.org/">REST APIs</a> that expose
257 the 257 the
258 <a href="https://gnunet.org/doxygen/modules.html">GNUnet API</a> 258 <a href="https://docs.gnunet.org/doxygen/modules.html">GNUnet API</a>
259 so that easy, hands-on development is 259 so that easy, hands-on development is
260 possible. Also, browser-based UIs will be much easier to 260 possible. Also, browser-based UIs will be much easier to
261 create on top of REST APIs. 261 create on top of REST APIs.
diff --git a/template/tutorial.html.j2 b/template/tutorial.html.j2
index f48c7feb..541def5c 100644
--- a/template/tutorial.html.j2
+++ b/template/tutorial.html.j2
@@ -30,7 +30,7 @@
30 </p> 30 </p>
31 <p> 31 <p>
32 {% trans %} 32 {% trans %}
33 <a href="https://tutorial.gnunet.org/">C Coding Tutorial for GNUnet</a> 33 <a href="https://docs.gnunet.org/tutorial/gnunet-tutorial.html">C Coding Tutorial for GNUnet</a>
34 {% endtrans %} 34 {% endtrans %}
35 </p> 35 </p>
36 <p> 36 <p>
diff --git a/template/use.html.j2 b/template/use.html.j2
index 9c014036..1aa0ecad 100644
--- a/template/use.html.j2
+++ b/template/use.html.j2
@@ -205,7 +205,7 @@
205 </code> 205 </code>
206 </p> 206 </p>
207 <p> 207 <p>
208 If you are interested into CADET in detail, please have a look in the <a href="https://docs.gnunet.org/handbook/gnunet.html/CADET-Subsystem.html#CADET-Subsystem ">chapter "Cadet-Subsystem" in our handbook</a>. The CADET subsystem is responsible for secure end-to-end communications between nodes in the GNUnet overlay network; as transport protocol it's somewhat of the heart of the project. 208 If you are interested into CADET in detail, please have a look in the <a href="https://docs.gnunet.org/handbook/gnunet.html#CADET-Subsystem">chapter "Cadet-Subsystem" in our handbook</a>. The CADET subsystem is responsible for secure end-to-end communications between nodes in the GNUnet overlay network; as transport protocol it's somewhat of the heart of the project.
209 </p> 209 </p>
210 </section> 210 </section>
211 211