Merge pull request #1325 from SukkaW/replace-git-io-link

Replace all `git.io` links
This commit is contained in:
Siddharth Dushantha
2022-05-05 09:15:43 +02:00
committed by GitHub
+1 -1
View File
@@ -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}")