From 96905a3b1ff2623c6a976dc0f786904415d1860b Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 10 Oct 2019 18:40:51 +0200 Subject: [PATCH] index.md: make sure url's are relative to the webroot --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index fefa454..d93ee31 100644 --- a/index.md +++ b/index.md @@ -40,7 +40,7 @@ Here is a list of different repositories we provide. Each repository has 3 diffe #### Repositories {% for repo in site.repos %} -* [{{ repo.name }}]({{ repo.url }}) - {{ repo.description }} +* [{{ repo.name }}]({{ repo.url | relative_url }}) - {{ repo.description }} {% endfor %} ### Example