From 8616cd758a04dbf2c13b5a113983a017a75061c4 Mon Sep 17 00:00:00 2001 From: Ben Muthalaly Date: Thu, 30 Nov 2023 18:06:54 -0600 Subject: [PATCH] Fix typos, formatting, and variable declarations Co-authored-by: Nick Sweeting --- archivebox/config.py | 2 +- archivebox/templates/admin/base.html | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/archivebox/config.py b/archivebox/config.py index e0a1ccf5..2195f50c 100644 --- a/archivebox/config.py +++ b/archivebox/config.py @@ -403,7 +403,7 @@ def get_version_releases(config): returns a dictionary containing the GitHub release data for the recommended upgrade version and the currently installed version """ - github_releases_api = "https://api.github.com/repos/pirate/archivebox/releases" + github_releases_api = "https://api.github.com/repos/ArchiveBox/ArchiveBox/releases" response = requests.get(github_releases_api) if response.status_code != 200: stderr('Failed to get release data from GitHub', color='lightyellow', config=config) diff --git a/archivebox/templates/admin/base.html b/archivebox/templates/admin/base.html index 7b00fae5..5e84d9bc 100644 --- a/archivebox/templates/admin/base.html +++ b/archivebox/templates/admin/base.html @@ -144,15 +144,15 @@