diff options
Diffstat (limited to 'common/navigation.j2.inc')
-rw-r--r-- | common/navigation.j2.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc index 4243db7b..ff161335 100644 --- a/common/navigation.j2.inc +++ b/common/navigation.j2.inc | |||
@@ -79,8 +79,8 @@ | |||
79 | {{ _("Documentation") }} | 79 | {{ _("Documentation") }} |
80 | </a> | 80 | </a> |
81 | <ul class="dropdown-menu" aria-labelledby="navbarMain"> | 81 | <ul class="dropdown-menu" aria-labelledby="navbarMain"> |
82 | <li><a class="dropdown-item" href="tutorial.html">{{ _("Tutorials") }}</a></li> | 82 | <li><a class="dropdown-item" href="install.html">{{ _("Install") }}</a></li> |
83 | <li><a class="dropdown-item" href="video.html">{{ _("Talks (videos)") }}</a></li> | 83 | <li><a class="dropdown-item" href="video.html">{{ _("Videos") }}</a></li> |
84 | <li><a class="dropdown-item" href="glossary.html">{{ _("Glossary") }}</a></li> | 84 | <li><a class="dropdown-item" href="glossary.html">{{ _("Glossary") }}</a></li> |
85 | <li><a class="dropdown-item" target="_blank" href="https://docs.gnunet.org">{{ _("Handbook") }}</a></li> | 85 | <li><a class="dropdown-item" target="_blank" href="https://docs.gnunet.org">{{ _("Handbook") }}</a></li> |
86 | <li><a class="dropdown-item" target="_blank" href="https://rest.gnunet.org">{{ _("REST API") }}</a></li> | 86 | <li><a class="dropdown-item" target="_blank" href="https://rest.gnunet.org">{{ _("REST API") }}</a></li> |