From 4a25bef077a9aaffe1ccd950282098c72c25a934 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 19 Apr 2016 20:03:34 +0200 Subject: [PATCH] Update links in documentation --- app/config/capistrano/deploy/staging.rb | 2 +- .../views/themes/baggy/Developer/index.html.twig | 2 +- .../Resources/views/themes/baggy/Static/about.html.twig | 4 ++-- .../views/themes/baggy/Static/quickstart.html.twig | 8 ++++---- .../views/themes/material/Developer/index.html.twig | 2 +- .../views/themes/material/Static/about.html.twig | 4 ++-- .../views/themes/material/Static/quickstart.html.twig | 8 ++++---- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/app/config/capistrano/deploy/staging.rb b/app/config/capistrano/deploy/staging.rb index ccd05b4d..ad899a85 100644 --- a/app/config/capistrano/deploy/staging.rb +++ b/app/config/capistrano/deploy/staging.rb @@ -1,2 +1,2 @@ -set :branch, 'v2' +set :branch, 'master' set :deploy_to, '/var/www/v2.wallabag.org/web/' diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/index.html.twig index 67696a7b..001c5cbb 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/index.html.twig @@ -14,7 +14,7 @@ diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig index 0b54556a..404d2857 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig @@ -25,8 +25,8 @@
{{ 'about.getting_help.documentation'|trans }}
-
english
-
français
+
english
+
français
{{ 'about.getting_help.bug_reports'|trans }}
{{ 'about.getting_help.support'|trans|raw }}
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/quickstart.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/quickstart.html.twig index 5f65ce15..b3d3d5a0 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/quickstart.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/quickstart.html.twig @@ -48,10 +48,10 @@

{{ 'quickstart.docs.title'|trans }}

diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig index 67696a7b..001c5cbb 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig @@ -14,7 +14,7 @@ diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig index f77f092e..d0b94279 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig @@ -34,8 +34,8 @@
{{ 'about.getting_help.documentation'|trans }}
-
english
-
français
+
english
+
français
{{ 'about.getting_help.bug_reports'|trans }}
{{ 'about.getting_help.support'|trans|raw }}
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig index 706c4a79..59dd037b 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig @@ -53,10 +53,10 @@

{{ 'quickstart.docs.title'|trans }}

-- 2.41.0