From 7a30760660fde010033dd37631b39bafd64f484e Mon Sep 17 00:00:00 2001 From: Brian Guarraci Date: Wed, 13 Dec 2023 10:56:51 -0700 Subject: [PATCH] update kgpy web site lin --- scripts/kgpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kgpy b/scripts/kgpy index d5913dd..46d1a86 100644 --- a/scripts/kgpy +++ b/scripts/kgpy @@ -180,7 +180,7 @@ def show_repl_header(ipc_addr=None): print() print(f"{colorama.Fore.GREEN}Welcome to KlongPy REPL v{importlib.metadata.distribution('klongpy').version}") print(f"{colorama.Fore.GREEN}author: Brian Guarraci") - print(f"{colorama.Fore.GREEN}repo : https://github.com/briangu/klongpy") + print(f"{colorama.Fore.GREEN}web : http://klongpy.org") print(f"{colorama.Fore.YELLOW}crtl-d or ]q to quit") print() if ipc_addr: