]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #1894 from wallabag/v2-fix-doc-link
authorJeremy Benoist <j0k3r@users.noreply.github.com>
Sun, 10 Apr 2016 07:44:48 +0000 (09:44 +0200)
committerJeremy Benoist <j0k3r@users.noreply.github.com>
Sun, 10 Apr 2016 07:44:48 +0000 (09:44 +0200)
Fix documentation link in developer page

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>