Skip to content

Commit

Permalink
various: update a few outdated URLs
Browse files Browse the repository at this point in the history
Replace http: with https: where possible.

Update a few other URLs including pointing to the wayback
machine for sites that have gone missing.

Signed-off-by: Kyle J. McKay <[email protected]>
  • Loading branch information
mackyle committed Aug 31, 2021
1 parent 701edd7 commit 877b75f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ note that "make doc" and "make install-doc" will accomplish the same thing.
The standard DESTDIR variable is supported to install to an intermediate
location before moving to the final intended destination via some other means.

The TopGit git repository can be found at: http://repo.or.cz/topgit/pro
The TopGit git repository can be found at: https://repo.or.cz/topgit/pro


Other
Expand Down
6 changes: 4 additions & 2 deletions contrib/tg-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
#
# Copyright (C) 2008 Jonas Fonseca <[email protected]>
# Copyright (C) 2006,2007 Shawn O. Pearce <[email protected]>
# Based git's git-completion.sh: http://repo.or.cz/w/git/fastimport.git
# Conceptually based on gitcompletion (http://gitweb.hawaga.org.uk/).
# Based git's git-completion.sh:
# https://repo.or.cz/git.git/tree/HEAD:/contrib/completion
# Conceptually based on gitcompletion (archived):
# https://web.archive.org/web/20111117202126/http://gitweb.hawaga.org.uk/gitweb.cgi?p=gitcompletion;a=summary
# Distributed under the GNU General Public License, version 2.0.
#
# To use these routines:
Expand Down
2 changes: 1 addition & 1 deletion t/test-lib-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/ .
# along with this program. If not, see https://www.gnu.org/licenses/ .

#
## IMPORTANT: THIS FILE MUST NOT CONTAIN ANYTHING OTHER THAN FUNCTION
Expand Down
2 changes: 1 addition & 1 deletion t/test-lib-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/ .
# along with this program. If not, see https://www.gnu.org/licenses/ .

#
## IMPORTANT: THIS FILE MUST NOT CONTAIN ANYTHING OTHER THAN FUNCTION
Expand Down
2 changes: 1 addition & 1 deletion tg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2684,7 +2684,7 @@ if [ -n "$tg__include" ]; then

# We were sourced from another script for our utility functions;
# this is set by hooks. Skip the rest of the file. A simple return doesn't
# work as expected in every shell. See http://bugs.debian.org/516188
# work as expected in every shell. See https://bugs.debian.org/516188

# ensure setup happens

Expand Down

0 comments on commit 877b75f

Please sign in to comment.