From 419e1b65720a66e55c807b03ee385ea65b28e16b Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Fri, 6 May 2022 22:21:09 -0700 Subject: [PATCH] documentation: Use https links instead of git links. GitHub no longer supports git:// links. Trying to following the clone instructions leads to an error: > The unauthenticated git protocol on port 9418 is no longer supported. > Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. --- doc/documentation/doxygen.rst | 2 +- doc/documentation/python.rst | 2 +- doc/themes/pelican.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/documentation/doxygen.rst b/doc/documentation/doxygen.rst index a165d4de..e935aec0 100644 --- a/doc/documentation/doxygen.rst +++ b/doc/documentation/doxygen.rst @@ -85,7 +85,7 @@ into the ``documentation/`` directory: .. code:: sh - git clone git://github.com/mosra/m.css + git clone https://github.com/mosra/m.css cd m.css/documentation The script requires Python 3.6, depends on `Jinja2 `_ diff --git a/doc/documentation/python.rst b/doc/documentation/python.rst index 1adba6a4..119dfbcd 100644 --- a/doc/documentation/python.rst +++ b/doc/documentation/python.rst @@ -80,7 +80,7 @@ into the ``documentation/`` directory: .. code:: sh - git clone git://github.com/mosra/m.css + git clone https://github.com/mosra/m.css cd m.css/documentation The script requires Python 3.6 and depends on `Jinja2 `_ diff --git a/doc/themes/pelican.rst b/doc/themes/pelican.rst index 53435093..0d3b550a 100644 --- a/doc/themes/pelican.rst +++ b/doc/themes/pelican.rst @@ -136,7 +136,7 @@ example as a submodule: .. code:: sh - git submodule add git://github.com/mosra/m.css + git submodule add https://github.com/mosra/m.css The most minimal configuration to use the theme is the following. Basically you need to tell Pelican where the theme resides (it's in the ``pelican-theme/`` -- 2.30.2