summaryrefslogtreecommitdiff
path: root/gitweb/gitweb.perl
diff options
context:
space:
mode:
authorJosh Soref <jsoref@gmail.com>2023-11-24 03:35:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-11-26 01:07:06 (GMT)
commit62b4f7b9c6a767cfa9eb3efa96e65305f98386be (patch)
tree99cdb9d1f0a9990139a1d38ce6ae2d1dc1721d2f /gitweb/gitweb.perl
parent28a0c65f5db0ca5124b405f99f4edf9322dbc7d3 (diff)
downloadgit-62b4f7b9c6a767cfa9eb3efa96e65305f98386be.zip
git-62b4f7b9c6a767cfa9eb3efa96e65305f98386be.tar.gz
git-62b4f7b9c6a767cfa9eb3efa96e65305f98386be.tar.bz2
doc: refer to internet archive
These pages are no longer reachable from their original locations, which makes things difficult for readers. Instead, switch to linking to the Internet Archive for the content. Signed-off-by: Josh Soref <jsoref@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gitweb/gitweb.perl')
-rwxr-xr-xgitweb/gitweb.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index b665941..6f139b8 100755
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
@@ -8193,7 +8193,7 @@ sub git_feed {
my $have_blame = gitweb_check_feature('blame');
# Atom: http://www.atomenabled.org/developers/syndication/
- # RSS: http://www.notestips.com/80256B3A007F2692/1/NAMO5P9UPQ
+ # RSS: https://web.archive.org/web/20030729001534/http://www.notestips.com/80256B3A007F2692/1/NAMO5P9UPQ
if ($format ne 'rss' && $format ne 'atom') {
die_error(400, "Unknown web feed format");
}