commit 7ecb79521f4749366d7c1c59628a6c7e3a85e96a parent 830b92712c76430c4224cf92e519e5c25b7777c0 Author: Sergej Orlov <wladimirych@gmail.com> Date: Mon, 27 Jun 2022 21:33:10 +0200 Replace unsupported git:// scheme with https:// in link to repo Fixes #1003 Diffstat:
M | Readme.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Readme.md b/Readme.md @@ -5,7 +5,7 @@ Source code of site http://nakarte.me (former http://nakarte.tk) Install locally for development ```bash -git clone git://github.com/wladich/nakarte +git clone https://github.com/wladich/nakarte.git cd nakarte yarn ```