From 34b89f5b54cb25c1c5b248ad9ce367bf1feb9a58 Mon Sep 17 00:00:00 2001 From: SukkaW Date: Thu, 28 Apr 2022 21:47:22 +0800 Subject: [PATCH] Replace all `git.io` links --- sherlock/sherlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index 49517c45..c69636d9 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}")