commit 5d82686ad9754253d03d802d76d14c14c7dae086
parent 14013d2165f62675cf9de255ff734b509ff03325
Author: Olav Sørensen <olav.sorensen@live.no>
Date: Sat, 24 Jul 2021 22:00:08 +0200
Change URL prefix in about screen
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ft2_about.c b/src/ft2_about.c
@@ -26,7 +26,7 @@ typedef struct
} matrix_t;
static char *customText1 = "Clone by Olav \"8bitbubsy\" S\025rensen";
-static char *customText2 = "www.16-bits.org";
+static char *customText2 = "https://16-bits.org";
static char customText3[64];
static int16_t customText1Y, customText2Y, customText3Y;