From 072c52f9a54144bc9a58cf2855d5b582f8ba7a1a Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 2 Jun 2022 22:51:23 +0200 Subject: Changed website link in help commands --- src/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.c b/src/commands.c index 048b74c..a91fb4f 100644 --- a/src/commands.c +++ b/src/commands.c @@ -611,7 +611,7 @@ help_exec(CommandArgs *args) " system (such as Linux or MacOS) or in pdf and html" " format in the docs folder.\n" "Nissy is available for free at " - "https://github.com/sebastianotronto/nissy\n" + "https://nissy.tronto.net\n" ); } else { printf("Command %s: %s\nusage: %s\n", args->command->name, -- cgit v1.3