From 39fe8258db533d125fa98d04c7b0f1ec65ddab31 Mon Sep 17 00:00:00 2001 From: ole00 Date: Fri, 22 Apr 2022 19:54:32 +0100 Subject: [PATCH] help: changed the afterburner's url --- src_pc/afterburner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_pc/afterburner.c b/src_pc/afterburner.c index 84e74b5..d8b241f 100644 --- a/src_pc/afterburner.c +++ b/src_pc/afterburner.c @@ -125,7 +125,7 @@ static char sendGenericCommand(const char* command, const char* errorText, int m static void printHelp() { printf("Afterburner " VERSION " a GAL programming tool for Arduino based programmer\n"); - printf("more info: molej.cz/index_aft.html\n"); + printf("more info: https://github.com/ole00/afterburner\n"); printf("usage: afterburner command(s) [options]\n"); printf("commands: ierwvs\n"); printf(" i : read device info and programming voltage\n");