aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJay Sitter <jsitter@gmail.com>2014-11-05 11:22:22 -0500
committerJay Sitter <jsitter@gmail.com>2014-11-05 11:22:22 -0500
commit62f3e6db75318d2fda6682613fd715240c6b147f (patch)
treed4661c50a2e4920a96f0a58c9c39bf4400d9dba6
parent217f3ca0b4e2d02d90a6561678ffef5f656ed899 (diff)
downloadwallabag-62f3e6db75318d2fda6682613fd715240c6b147f.tar.gz
wallabag-62f3e6db75318d2fda6682613fd715240c6b147f.tar.zst
wallabag-62f3e6db75318d2fda6682613fd715240c6b147f.zip
Fixing URL typo on about page
-rwxr-xr-xthemes/baggy/about.twig2
-rwxr-xr-xthemes/default/about.twig2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/baggy/about.twig b/themes/baggy/about.twig
index ac2fcc8c..7e19a900 100755
--- a/themes/baggy/about.twig
+++ b/themes/baggy/about.twig
@@ -12,7 +12,7 @@
12 <dd><a href="http://www.wallabag.org">http://www.wallabag.org</a></dd> 12 <dd><a href="http://www.wallabag.org">http://www.wallabag.org</a></dd>
13 13
14 <dt>{% trans "Main developer" %}</dt> 14 <dt>{% trans "Main developer" %}</dt>
15 <dd><a href="mailto:nicolas@loeuillet.org">Nicolas Lœuillet</a> — <a href="http://cdetc.fr.fr">{% trans "website" %}</a></dd> 15 <dd><a href="mailto:nicolas@loeuillet.org">Nicolas Lœuillet</a> — <a href="http://cdetc.fr">{% trans "website" %}</a></dd>
16 16
17 <dt>{% trans "Contributors:" %}</dt> 17 <dt>{% trans "Contributors:" %}</dt>
18 <dd><a href="https://github.com/wallabag/wallabag/graphs/contributors">{% trans "on Github" %}</a></dd> 18 <dd><a href="https://github.com/wallabag/wallabag/graphs/contributors">{% trans "on Github" %}</a></dd>
diff --git a/themes/default/about.twig b/themes/default/about.twig
index cd274f26..5ca3217c 100755
--- a/themes/default/about.twig
+++ b/themes/default/about.twig
@@ -12,7 +12,7 @@
12 <dd><a href="http://www.wallabag.org">http://www.wallabag.org</a></dd> 12 <dd><a href="http://www.wallabag.org">http://www.wallabag.org</a></dd>
13 13
14 <dt>{% trans "Main developer" %}</dt> 14 <dt>{% trans "Main developer" %}</dt>
15 <dd><a href="mailto:nicolas@loeuillet.org">Nicolas Lœuillet</a> — <a href="http://cdetc.fr.fr">{% trans "website" %}</a></dd> 15 <dd><a href="mailto:nicolas@loeuillet.org">Nicolas Lœuillet</a> — <a href="http://cdetc.fr">{% trans "website" %}</a></dd>
16 16
17 <dt>{% trans "Contributors:" %}</dt> 17 <dt>{% trans "Contributors:" %}</dt>
18 <dd><a href="https://github.com/wallabag/wallabag/graphs/contributors">{% trans "on Github" %}</a></dd> 18 <dd><a href="https://github.com/wallabag/wallabag/graphs/contributors">{% trans "on Github" %}</a></dd>