Update git repository link

This commit is contained in:
2025-09-15 17:31:42 +02:00
parent c726a18335
commit 3594c85921
6 changed files with 15 additions and 15 deletions

View File

@@ -19,7 +19,7 @@ export interface CommandGroup {
tags: string[]; // command category tag(s)
}
const githubFunctionUrl = "https://git.jabber.space/devs/profanity/src/branch/master/src/command/cmd_defs.c";
const githubFunctionUrl = "https://git.jabber.space/devs/cproof/src/branch/master/src/command/cmd_defs.c";
export class CommandParser {
private buffer: string;