diff options
author | ng0 <ng0@n0.is> | 2018-01-10 21:51:25 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2018-01-10 21:51:25 +0000 |
commit | a4585c89f9563a9a11731fcb0ed1b4c399597ca6 (patch) | |
tree | 8327bebc632bcee258a2a85833d48e33b1ecf05a | |
parent | 78f640d6c9e41fd79aedf8d755fe0d592b73725b (diff) |
be more precise about wording.
-rw-r--r-- | index.html.j2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html.j2 b/index.html.j2 index 91b63f7f..f5459fff 100644 --- a/index.html.j2 +++ b/index.html.j2 @@ -183,12 +183,13 @@ <div class="container text-center"> <a class="btn btn-dark" href="https://grothoff.org/christian/habil.pdf"> {% trans %} - Read the overview whitepaper + Read the habiliation thesis 'The GNUnet System' {% endtrans %} </a> <br> {% trans %} - (More in <a href="https://docs.gnunet.org/bib">bibliography</a>) + (More publications around and about GNUnet can be found on our + <a href="https://docs.gnunet.org/bib">bibliography</a> website) {% endtrans %} </div> |