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: