From eca68020bcfe2249b4563bb3d6f8667b27e1355f Mon Sep 17 00:00:00 2001
From: Ferenc Schulcz <schulcz.ferenc@gmail.com>
Date: Fri, 18 Oct 2024 09:34:58 +0200
Subject: [PATCH] Fix link from index

---
 templates/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/index.html b/templates/index.html
index 78ae47d..0d1b184 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -12,7 +12,7 @@
 <div class="index_content_holder">
     <img class="profile_pic" id="profile_pic" src="{{ url_for('static', filename='profile_pic.jpg') }}">
     <h1>Ferenc Schulcz</h1>
-    <h2>Go <a href="{{ url_for('cv') }}">read my CV</a></h2>
+    <h2>Go <a href="{{ url_for('service', servicename='about') }}">read my introduction</a></h2>
     <h2>Or check these out</h2>
     <div class="grid">
         <a href="https://kszk.bme.hu/">
@@ -34,4 +34,4 @@
 
 <script src="/static/neko/neko.js"></script>
 
-{% endblock %}
+{% endblock %}
\ No newline at end of file
-- 
GitLab