]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix documentation link in developer page 1894/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Sat, 9 Apr 2016 18:43:22 +0000 (20:43 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Sat, 9 Apr 2016 18:43:22 +0000 (20:43 +0200)
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/index.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig

index 7ff64ca67e6c0b1fc5e42bcf874be22cfec9b5e4..67696a7b198d2b5595d1a5cfd939d9a2588cf700 100644 (file)
@@ -14,7 +14,7 @@
 
                 <ul>
                     <li><a href="{{ path('developer_howto_firstapp') }}">{{ 'developer.how_to_first_app'|trans }}</a></li>
-                    <li><a href="http://doc.wallabag.org/en/v2-documentation-api/developer/api.html">{{ 'developer.full_documentation'|trans }}</a></li>
+                    <li><a href="http://doc.wallabag.org/en/v2/developer/api.html">{{ 'developer.full_documentation'|trans }}</a></li>
                     <li><a href="{{ path('nelmio_api_doc_index') }}">{{ 'developer.list_methods'|trans }}</a></li>
                 </ul>
 
index 7ff64ca67e6c0b1fc5e42bcf874be22cfec9b5e4..67696a7b198d2b5595d1a5cfd939d9a2588cf700 100644 (file)
@@ -14,7 +14,7 @@
 
                 <ul>
                     <li><a href="{{ path('developer_howto_firstapp') }}">{{ 'developer.how_to_first_app'|trans }}</a></li>
-                    <li><a href="http://doc.wallabag.org/en/v2-documentation-api/developer/api.html">{{ 'developer.full_documentation'|trans }}</a></li>
+                    <li><a href="http://doc.wallabag.org/en/v2/developer/api.html">{{ 'developer.full_documentation'|trans }}</a></li>
                     <li><a href="{{ path('nelmio_api_doc_index') }}">{{ 'developer.list_methods'|trans }}</a></li>
                 </ul>