On Sun, Sep 24, 2023 at 2:47 PM Josh Soref via GitGitGadget <gitgitgadget@xxxxxxxxx> wrote: > > From: Josh Soref <jsoref@xxxxxxxxx> > > 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. Thanks, these all look good, except on of the old links works for me. Maybe it was just down the day you checked? More comments on that below... > > Signed-off-by: Josh Soref <jsoref@xxxxxxxxx> > --- > gitweb/gitweb.perl | 4 ++-- > sha1dc/sha1.c | 2 +- > t/lib-gpg.sh | 2 +- > t/t9816-git-p4-locked.sh | 2 +- > 4 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl > index b6659410ef1..f12bed87db9 100755 > --- a/gitweb/gitweb.perl > +++ b/gitweb/gitweb.perl > @@ -8192,8 +8192,8 @@ sub git_feed { > my $format = shift || 'atom'; > my $have_blame = gitweb_check_feature('blame'); > > - # Atom: http://www.atomenabled.org/developers/syndication/ > - # RSS: http://www.notestips.com/80256B3A007F2692/1/NAMO5P9UPQ > + # Atom: https://web.archive.org/web/20230815171113/https://www.atomenabled.org/developers/syndication/ > + # RSS: https://web.archive.org/web/20030729001534/http://www.notestips.com/80256B3A007F2692/1/NAMO5P9UPQ The original www.atomenabled.org link works for me.