From 0e9f7329078e3b4dad01dd8b098ab917808de3dd Mon Sep 17 00:00:00 2001 From: codl Date: Mon, 21 Aug 2017 10:56:51 +0200 Subject: [PATCH] footer: link to commits list instead of single commit --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 52af241..532df9f 100644 --- a/app.py +++ b/app.py @@ -21,7 +21,7 @@ default_config = { "SENTRY_CONFIG": {}, "RATELIMIT_STORAGE_URL": "redis://", "REPO_URL": "https://github.com/codl/forget", - "COMMIT_URL": "https://github.com/codl/forget/commit/{hash}", + "COMMIT_URL": "https://github.com/codl/forget/commits/{hash}", } app.config.update(default_config)