diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-12-04 16:50:26 +0100 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2020-12-04 16:52:25 +0100 |
| commit | 38d32337e7600446c04ecd601b56d6915a4046fd (patch) | |
| tree | a3c933af5f41ddf84fe3db98cccb50d2b48bfde1 /docs/dev/quickstart.rst | |
| parent | 244e812f37940800cee06f222b6cac26c729131e (diff) | |
[mod] documentations & comments: update http://* URL to https://*.
About http://lesscss.org see https://github.com/less/less-docs/issues/520
Diffstat (limited to 'docs/dev/quickstart.rst')
| -rw-r--r-- | docs/dev/quickstart.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/quickstart.rst b/docs/dev/quickstart.rst index 3e1a5e344..14af03fa6 100644 --- a/docs/dev/quickstart.rst +++ b/docs/dev/quickstart.rst @@ -60,7 +60,7 @@ read :ref:`make test`. How to compile styles and javascript ==================================== -.. _less: http://lesscss.org/ +.. _less: https://lesscss.org/ .. _NodeJS: https://nodejs.org How to build styles |