diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-04-19 20:25:36 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-04-19 20:25:36 +0200 |
commit | f88530de68ca11fbfcac4c703576e10f1a981694 (patch) | |
tree | 084cacceacbb2edb1b17ac3a27555934bcade15f /app | |
parent | 24f65a838c647faf5f4a860642b841bfd159a5db (diff) | |
parent | 4a25bef077a9aaffe1ccd950282098c72c25a934 (diff) | |
download | wallabag-f88530de68ca11fbfcac4c703576e10f1a981694.tar.gz wallabag-f88530de68ca11fbfcac4c703576e10f1a981694.tar.zst wallabag-f88530de68ca11fbfcac4c703576e10f1a981694.zip |
Merge pull request #1954 from wallabag/update-links-doc
Update links in documentation
Diffstat (limited to 'app')
-rw-r--r-- | app/config/capistrano/deploy/staging.rb | 2 |
1 files changed, 1 insertions, 1 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 @@ | |||
1 | set :branch, 'v2' | 1 | set :branch, 'master' |
2 | set :deploy_to, '/var/www/v2.wallabag.org/web/' | 2 | set :deploy_to, '/var/www/v2.wallabag.org/web/' |