Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/296f646e2406ed83ba43ba1a22bf5d84ddfe09cb You should set ROOT_URL correctly, otherwise the web may not work correctly.

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

Replace all `git.io` links
pull/1338/head
Siddharth Dushantha 3 years ago committed by GitHub
commit 296f646e24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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}")

Loading…
Cancel
Save