diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index 49517c4..c69636d 100644 --- a/sherlock/sherlock.py +++ b/sherlock/sherlock.py @@ -563,7 +563,7 @@ def main(): if remote_version != local_version: print("Update Available!\n" + - f"You are running version {local_version}. Version {remote_version} is available at https://git.io/sherlock") + f"You are running version {local_version}. Version {remote_version} is available at https://github.com/sherlock-project/sherlock") except Exception as error: print(f"A problem occurred while checking for an update: {error}")