mirror of
https://github.com/eosswedenorg/apt
synced 2026-07-04 12:03:42 +02:00
index.md: make sure url's are relative to the webroot
This commit is contained in:
parent
3c024f5ff9
commit
96905a3b1f
1 changed files with 1 additions and 1 deletions
2
index.md
2
index.md
|
|
@ -40,7 +40,7 @@ Here is a list of different repositories we provide. Each repository has 3 diffe
|
||||||
#### Repositories
|
#### Repositories
|
||||||
|
|
||||||
{% for repo in site.repos %}
|
{% for repo in site.repos %}
|
||||||
* [{{ repo.name }}]({{ repo.url }}) - {{ repo.description }}
|
* [{{ repo.name }}]({{ repo.url | relative_url }}) - {{ repo.description }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue