From 07fa750157ce4eb92291ccade3f8e0342eef59bb Mon Sep 17 00:00:00 2001 From: Frank Sauerburger <frank@sauerburger.com> Date: Tue, 8 Dec 2020 19:40:06 +0100 Subject: [PATCH] Add new getting-started link --- uhepp_org/uhepp_vault/templates/uhepp_vault/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uhepp_org/uhepp_vault/templates/uhepp_vault/base.html b/uhepp_org/uhepp_vault/templates/uhepp_vault/base.html index 351f623..ceee249 100644 --- a/uhepp_org/uhepp_vault/templates/uhepp_vault/base.html +++ b/uhepp_org/uhepp_vault/templates/uhepp_vault/base.html @@ -31,7 +31,7 @@ <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav ml-auto"> <li class="nav-item"> - <a class="nav-link" href="https://gitlab.cern.ch/fsauerbu/uhepp/-/blob/20-add-documentation/docs/GettingStarted.ipynb">Getting started</a> + <a class="nav-link" href="https://uhepp.readthedocs.io/en/latest/GettingStarted.html">Getting started</a> </li> <li class="nav-item"> <a class="nav-link" href="{% url 'uhepp_vault:collection-create' %}">New Collection</a> -- GitLab