From 7ad414fb5516b45d24d6a83b781f43121669b757 Mon Sep 17 00:00:00 2001
From: dre0059 <eliska.dreveniakova@vsb.cz>
Date: Tue, 29 Apr 2025 12:12:50 +0200
Subject: [PATCH] update

---
 src/main/resources/templates/about-project.html     | 2 +-
 src/main/resources/templates/citation-timeline.html | 2 +-
 src/main/resources/templates/statistics.html        | 2 +-
 src/main/resources/templates/upload.html            | 2 +-
 src/main/resources/templates/view-pdf.html          | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/templates/about-project.html b/src/main/resources/templates/about-project.html
index db4482d..f335acf 100644
--- a/src/main/resources/templates/about-project.html
+++ b/src/main/resources/templates/about-project.html
@@ -101,7 +101,7 @@
     <p>
     The whole project was created at <strong>VĹ B Technical University of Ostrava</strong>.
     </p>
-    <p>
+    <p>f
         It utilizes the open-source GROBID system to extract metadata such as
         authors, titles, abstracts, and references. Users can upload PDF files, and the application automatically analyzes them
         and stores the structured results in a database.
diff --git a/src/main/resources/templates/citation-timeline.html b/src/main/resources/templates/citation-timeline.html
index 4baff6b..c980ab2 100644
--- a/src/main/resources/templates/citation-timeline.html
+++ b/src/main/resources/templates/citation-timeline.html
@@ -90,7 +90,7 @@
                         <a class="nav-link" href="/statistics">Statistics</a>
                     </li>
                     <li class="nav-item">
-                        <a class="nav-link" href="/upload">About project</a>
+                        <a class="nav-link" href="/about">About project</a>
                     </li>
                 </ul>
             </div>
diff --git a/src/main/resources/templates/statistics.html b/src/main/resources/templates/statistics.html
index 6ccf7ff..54868a1 100644
--- a/src/main/resources/templates/statistics.html
+++ b/src/main/resources/templates/statistics.html
@@ -89,7 +89,7 @@
                     <a class="nav-link" href="/statistics">Statistics</a>
                 </li>
                 <li class="nav-item">
-                    <a class="nav-link" href="/upload">About project</a>
+                    <a class="nav-link" href="/about">About project</a>
                 </li>
             </ul>
         </div>
diff --git a/src/main/resources/templates/upload.html b/src/main/resources/templates/upload.html
index 7b640cb..82e70a2 100644
--- a/src/main/resources/templates/upload.html
+++ b/src/main/resources/templates/upload.html
@@ -57,7 +57,7 @@
                     <a class="nav-link" href="/statistics">Statistics</a>
                 </li>
                 <li class="nav-item">
-                    <a class="nav-link" href="/upload">About project</a>
+                    <a class="nav-link" href="/about">About project</a>
                 </li>
             </ul>
         </div>
diff --git a/src/main/resources/templates/view-pdf.html b/src/main/resources/templates/view-pdf.html
index a4a7f7e..e13be45 100644
--- a/src/main/resources/templates/view-pdf.html
+++ b/src/main/resources/templates/view-pdf.html
@@ -64,7 +64,7 @@
           <a class="nav-link" href="/statistics">Statistics</a>
         </li>
         <li class="nav-item">
-          <a class="nav-link" href="/upload">About project</a>
+          <a class="nav-link" href="/about">About project</a>
         </li>
       </ul>
     </div>
-- 
GitLab