Merge branch 'violoncello-main-patch-42109' into 'main'

fix broken links in website footer

See merge request famedly/fluffychat!345
This commit is contained in:
Krille Fear 2021-01-19 06:54:38 +00:00
commit 1805a479a3
1 changed files with 3 additions and 3 deletions

View File

@ -19,13 +19,13 @@
{% endfor %}
)
<br/>
<a href="https://gitlab.com/famedly/flutter/-/blob/main/LICENSE" target="new">{{ site.data[page.lang].index.license }}</a> -
<a href="https://gitlab.com/famedly/fluffychat/-/blob/main/LICENSE" target="new">{{ site.data[page.lang].index.license }}</a> -
<a href="{{ site.baseurl }}en/changelog.md" target="new">{{ site.data[page.lang].index.changelog }}</a> -
<a href="https://hosted.weblate.org/projects/fluffychat/" target="new">{{ site.data[page.lang].index.translations }}</a> -
<a href="https://christianpauly.gitlab.io/" target="new">{{ site.data[page.lang].index.created }}</a> -
<a href="{{ site.baseurl }}en/privacy.html">{{ site.data[page.lang].index.privacypolicy }}</a> -
<a href="https://gitlab.com/famedly/flutter/-/graphs/main" target="new">{{ site.data[page.lang].index.contributors }}</a> -
<a href="https://gitlab.com/famedly/flutter#special-thanks-to" target="new">{{ site.data[page.lang].index.specialthanksto }}</a>
<a href="https://gitlab.com/famedly/fluffychat/-/graphs/main" target="new">{{ site.data[page.lang].index.contributors }}</a> -
<a href="https://gitlab.com/famedly/fluffychat#special-thanks-to" target="new">{{ site.data[page.lang].index.specialthanksto }}</a>
</div>
</div>