From ca447d988861366d9429af16520806be9b13d264 Mon Sep 17 00:00:00 2001 From: Ada Werefox Date: Mon, 15 Apr 2024 20:42:33 -0500 Subject: [PATCH] updated the front end source code link to point to the correct branch. --- tunictracker/tracker/templates/tracker/about/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tunictracker/tracker/templates/tracker/about/index.html b/tunictracker/tracker/templates/tracker/about/index.html index 5e4bf4a..cbaa7a8 100644 --- a/tunictracker/tracker/templates/tracker/about/index.html +++ b/tunictracker/tracker/templates/tracker/about/index.html @@ -31,7 +31,7 @@ {% endcomment %} {% include "tracker/credits/index.html" %} - {% include "tracker/src/index.html" with tracker_fe_link="https://gitea.werefox.cafe/ada/tunic-tracker-redux" tracker_be_link="https://github.com/spaceglace/tunic-randomizer/" %} + {% include "tracker/src/index.html" with tracker_fe_link="https://gitea.werefox.cafe/ada/tunic-tracker-redux/src/branch/plugin-backend" tracker_be_link="https://github.com/spaceglace/tunic-randomizer/" %}