From 4687b8b9f96a06119fee85fdd200b1f1d6be9564 Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Sat, 12 Jun 2021 19:09:07 +0530 Subject: [PATCH] all http -> https --- bin/build | 2 +- docs/code/gitweb.conf | 4 ++-- docs/gitweb.conf.html | 6 +++--- docs/overview.mkd | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bin/build b/bin/build index 7ab6668..cf1f81a 100755 --- a/bin/build +++ b/bin/build @@ -61,7 +61,7 @@ mv gen-docs .git # # # redirecting... -# +# # # #

This page has moved; redirecting...

diff --git a/docs/code/gitweb.conf b/docs/code/gitweb.conf index b6d42e9..9239763 100644 --- a/docs/code/gitweb.conf +++ b/docs/code/gitweb.conf @@ -3,8 +3,8 @@ # Per-repo authorization for gitweb using gitolite v3 access rules # Read comments, modify code as needed, and include in gitweb.conf -# Please also see "http://gitolite.com/gitolite/perf" (or search for -# "performance" in the search box at http://gitolite.com/) for some additional +# Please also see "https://gitolite.com/gitolite/perf" (or search for +# "performance" in the search box at https://gitolite.com/) for some additional # tips that may help you. # Please note that the author does not have personal experience with gitweb diff --git a/docs/gitweb.conf.html b/docs/gitweb.conf.html index 77b5494..9533e03 100644 --- a/docs/gitweb.conf.html +++ b/docs/gitweb.conf.html @@ -1,4 +1,4 @@ - + @@ -23,8 +23,8 @@ body { font-family: monospace; color: #000000; background-color: #ffffff; } # Per-repo authorization for gitweb using gitolite v3 access rules # Read comments, modify code as needed, and include in gitweb.conf -# Please also see "http://gitolite.com/gitolite/perf" (or search for -# "performance" in the search box at http://gitolite.com/) for some additional +# Please also see "https://gitolite.com/gitolite/perf" (or search for +# "performance" in the search box at https://gitolite.com/) for some additional # tips that may help you. # Please note that the author does not have personal experience with gitweb diff --git a/docs/overview.mkd b/docs/overview.mkd index 8d7040c..cfa1403 100644 --- a/docs/overview.mkd +++ b/docs/overview.mkd @@ -266,10 +266,10 @@ ldap directory into the gitolite configuration. Gitolite and mgagit are installed using rpm packages and [a puppet module][mageia-puppet]. -[mageia-gitweb]: http://gitweb.mageia.org/ -[mageia-def]: http://gitweb.mageia.org/infrastructure/repositories/software/ -[mgagit]: http://gitweb.mageia.org/software/infrastructure/mgagit/ -[mageia-puppet]: http://svnweb.mageia.org/adm/puppet/deployment/mgagit/ +[mageia-gitweb]: https://gitweb.mageia.org/ +[mageia-def]: https://gitweb.mageia.org/infrastructure/repositories/software/ +[mgagit]: https://gitweb.mageia.org/software/infrastructure/mgagit/ +[mageia-puppet]: https://svnweb.mageia.org/adm/puppet/deployment/mgagit/ ---- -- 2.11.4.GIT