diff --git a/view/templates/about.html b/view/templates/about.html
index 9c241f0..c1955ff 100644
--- a/view/templates/about.html
+++ b/view/templates/about.html
@@ -9,7 +9,7 @@
 		</p>
 
 		<p>
-			Check out <a href="https://git.nolog.cz/mdivecky/headline">the source code</a>,
+			Check out <a href="https://git.nolog.cz/NoLog.cz/headline">the source code</a>,
 			but be aware that it's not too nice. Feel free to improve it or run the tool yourself.
 		</p>
 
diff --git a/view/templates/parts/footer.html b/view/templates/parts/footer.html
index 7b9bfb5..1f11370 100644
--- a/view/templates/parts/footer.html
+++ b/view/templates/parts/footer.html
@@ -15,6 +15,6 @@
 			</a>
 		</span>
 		<span> ยท </span>
-		<a class="text-gray-400 hover:text-gray-600" href="https://git.nolog.cz/mdivecky/headline">Source code</a>
+		<a class="text-gray-400 hover:text-gray-600" href="https://git.nolog.cz/NoLog.cz/headline">Source code</a>
 	</div>
 </footer>