diff options
author | Jesús <heckyel@hyperbola.info> | 2020-04-20 10:26:54 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-04-20 10:26:54 -0500 |
commit | 5e87149877853d85c1c884c43370b0c700d4f95c (patch) | |
tree | de3872308e91ef7bcafc4866d5e9685ef6fd2c4d | |
parent | 247e6109a7d6f7c424a030400c9561eb91edb4c2 (diff) | |
download | cl-5e87149877853d85c1c884c43370b0c700d4f95c.tar.lz cl-5e87149877853d85c1c884c43370b0c700d4f95c.tar.xz cl-5e87149877853d85c1c884c43370b0c700d4f95c.zip |
librejs: change http to https
-rw-r--r-- | content/pages/libreJS.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/pages/libreJS.md b/content/pages/libreJS.md index 8cf9a6a..4aff54e 100644 --- a/content/pages/libreJS.md +++ b/content/pages/libreJS.md @@ -8,12 +8,12 @@ Title: LibreJS <table id="jslicense-labels1"> <tr> <td><a href="../vendor/aplaylist/videoplaylist.js">videoplaylist.js</a></td> - <td><a href="http://www.gnu.org/licenses/gpl-3.0.html">GPL-3.0</a></td> + <td><a href="https://www.gnu.org/licenses/gpl-3.0.html">GPL-3.0</a></td> <td><a href="../vendor/aplaylist/videoplaylist.js">videoplaylist.js</a></td> </tr> <tr> <td><a href="../theme/js/navbar-burger.js">navbar-burger.js</a></td> - <td><a href="http://www.gnu.org/licenses/gpl-3.0.html">GPL-3.0</a></td> + <td><a href="https://www.gnu.org/licenses/gpl-3.0.html">GPL-3.0</a></td> <td><a href="../theme/js/navbar-burger.js">navbar-burger.js</a></td> </tr> </table> |