diff --git a/templates/project.html b/templates/project.html index 71452f2094659b4ce33d1325e4fc87604014972b..5116ce95b38b2d2ec92eb11f792c2823f1baa12a 100644 --- a/templates/project.html +++ b/templates/project.html @@ -19,7 +19,7 @@ <h1>{{ project.name }}</h1> <h3> {{number}} corpora </h3> <p> - <a class="btn btn-primary btn-lg" role="button" href="/admin/documents/corpus/add/">Add a corpus</a></p> + <a class="btn btn-primary btn-lg" role="button" href="/add/corpus/">Add a corpus</a></p> {% endif %} </div>