Skip to content

Commit 9f0bba6

Browse files
committed
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>
1 parent 7cfd7b2 commit 9f0bba6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

gitweb/gitweb.perl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8192,8 +8192,8 @@ sub git_feed {
81928192
my $format = shift || 'atom';
81938193
my $have_blame = gitweb_check_feature('blame');
81948194

8195-
# Atom: http://www.atomenabled.org/developers/syndication/
8196-
# RSS: http://www.notestips.com/80256B3A007F2692/1/NAMO5P9UPQ
8195+
# Atom: https://web.archive.org/web/20230815171113/https://www.atomenabled.org/developers/syndication/
8196+
# RSS: https://web.archive.org/web/20030729001534/http://www.notestips.com/80256B3A007F2692/1/NAMO5P9UPQ
81978197
if ($format ne 'rss' && $format ne 'atom') {
81988198
die_error(400, "Unknown web feed format");
81998199
}

sha1dc/sha1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
/*
8989
* Should define Big Endian for a whitelist of known processors. See
9090
* https://sourceforge.net/p/predef/wiki/Endianness/ and
91-
* http://www.oracle.com/technetwork/server-storage/solaris/portingtosolaris-138514.html
91+
* https://web.archive.org/web/20140421151132/http://www.perforce.com/perforce/doc.current/manuals/p4sag/chapter.superuser.html
9292
*/
9393
#define SHA1DC_BIGENDIAN
9494

t/lib-gpg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test_lazy_prereq GPG '
1313
gpg_version=$(gpg --version 2>&1)
1414
test $? != 127 || exit 1
1515
16-
# As said here: http://www.gnupg.org/documentation/faqs.html#q6.19
16+
# As said here: https://web.archive.org/web/20130212022238/https://www.gnupg.org/faq/gnupg-faq.html#why-does-gnupg-1.0.6-bail-out-on-keyrings-used-with-1.0.7
1717
# the gpg version 1.0.6 did not parse trust packets correctly, so for
1818
# that version, creation of signed tags using the generated key fails.
1919
case "$gpg_version" in

t/t9816-git-p4-locked.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test_expect_success 'start p4d' '
99
'
1010

1111
# See
12-
# http://www.perforce.com/perforce/doc.current/manuals/p4sag/03_superuser.html#1088563
12+
# https://web.archive.org/web/20150602090517/http://www.perforce.com/perforce/doc.current/manuals/p4sag/chapter.superuser.html#superuser.basic.typemap_locking
1313
# for suggestions on how to configure "sitewide pessimistic locking"
1414
# where only one person can have a file open for edit at a time.
1515
test_expect_success 'init depot' '

0 commit comments

Comments
 (0)