From dc86c1e85de915d586ddb0d075eea59ca9835f0d Mon Sep 17 00:00:00 2001
From: Inga Kirschnick <inga.kirschnick@uni-bielefeld.de>
Date: Tue, 20 Sep 2022 15:02:44 +0200
Subject: [PATCH] fix wrong url creation

---
 .../manual/_07_a_closer_look_at_the_corpus_analysis.html.j2     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/templates/main/manual/_07_a_closer_look_at_the_corpus_analysis.html.j2 b/app/templates/main/manual/_07_a_closer_look_at_the_corpus_analysis.html.j2
index f5a1213e..a2c2732c 100644
--- a/app/templates/main/manual/_07_a_closer_look_at_the_corpus_analysis.html.j2
+++ b/app/templates/main/manual/_07_a_closer_look_at_the_corpus_analysis.html.j2
@@ -6,7 +6,7 @@
   </div>
   <div class="col s12 m8">
     <p>
-      To <a href="{{ url_for('corpora.add_corpus') }}">create a corpus</a>, you
+      To <a href="{{ url_for('corpora.create_corpus') }}">create a corpus</a>, you
       can use the "New Corpus" button, which can be found on both, the Corpus
       Analysis Service page and the Dashboard below the corpus list. Fill in the input
       mask to Create a corpus. After you have completed the input mask, you will
-- 
GitLab