chiark / gitweb /
documentation: Use https links instead of git links.
authorVarun Gandhi <git@cutcul.us>
Sat, 7 May 2022 05:21:09 +0000 (22:21 -0700)
committerVarun Gandhi <git@cutcul.us>
Sat, 7 May 2022 05:21:17 +0000 (22:21 -0700)
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
doc/documentation/python.rst
doc/themes/pelican.rst

index a165d4deeb2848edf5051575dff65216d44e8262..e935aec00bdd6fafa6bc365abd132a2870164a15 100644 (file)
@@ -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 <http://jinja.pocoo.org/>`_
index 1adba6a40ce8018a3736ee9384cfbb58a12d2ce2..119dfbcd0aae0c43583b53c07d4ef055241c3270 100644 (file)
@@ -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 <http://jinja.pocoo.org/>`_
index 5343509304a542c346c48cb74d9e81bbc74ceae3..0d3b550a676e1394c3e04c55c227a351f27a2d5e 100644 (file)
@@ -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/``