From b76364682c60809e4624686bfa475f8aec8159ba Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Wed, 5 May 2021 14:40:26 +0200 Subject: [PATCH] Link to directory (saves one redirect) --- presto2gemini.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presto2gemini.py b/presto2gemini.py index 3b770b1..eb90e58 100755 --- a/presto2gemini.py +++ b/presto2gemini.py @@ -173,7 +173,7 @@ Issued on %s print(""" => %s Reference for this alert -=> /presto All Presto solar alerts +=> /presto/ All Presto solar alerts """ % url, file=gemfile) raw.close() gemfile.close()