summaryrefslogtreecommitdiffstats
path: root/content/pages/index.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-04 23:01:38 -0400
committerDavid Robillard <d@drobilla.net>2022-08-04 23:01:38 -0400
commit21e5242f4fde097d0bacc6fb87f20ce3defef7f8 (patch)
tree02ab9b7bf847fac71dff6cd3b7d126148be3969a /content/pages/index.md
parenta9181e6f94939ca143669900ddd15147d43efaae (diff)
downloadlv2site-21e5242f4fde097d0bacc6fb87f20ce3defef7f8.tar.xz
Use scheme-relative links to lv2plug.in
This makes links to resources on the site (but outside Pelican) use https if the site is being served via https, which is particularly important for binary files like the main download link.
Diffstat (limited to 'content/pages/index.md')
-rw-r--r--content/pages/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/pages/index.md b/content/pages/index.md
index ce852a5..eaacdde 100644
--- a/content/pages/index.md
+++ b/content/pages/index.md
@@ -23,7 +23,7 @@ Documentation
* [Why LV2?](pages/why-lv2.html)
* [Developing with LV2](pages/developing.html)
-* [LV2 Specifications](http://lv2plug.in/ns/)
+* [LV2 Specifications](//lv2plug.in/ns/)
* [News](/news.html)
Community
@@ -36,6 +36,6 @@ Community
Developing
----------
-* [Download LV2 1.18.6](http://lv2plug.in/spec/lv2-1.18.6.tar.xz)<a class="siglink" href="http://lv2plug.in/spec/lv2-1.18.6.tar.xz.sig">&nbsp;&#10003;</a>
+* [Download LV2 1.18.6](//lv2plug.in/spec/lv2-1.18.6.tar.xz)<a class="siglink" href="//lv2plug.in/spec/lv2-1.18.6.tar.xz.sig">&nbsp;&#10003;</a>
* [Repository](http://gitlab.com/lv2/lv2)
* [Issues](https://gitlab.com/lv2/lv2/-/issues)