diff options
| author | Michel Etienne | 2015-10-30 13:34:47 +0100 |
|---|---|---|
| committer | Bruno Perles | 2015-11-04 13:57:53 +0100 |
| commit | a50151e2e5a3cc3ccf3a7ee4e263bc5c311d3dad (patch) | |
| tree | 08f80ad462c84a23fd1d5bec9375ad3738551355 | |
| parent | 1113b514e3f10b146db163a207bc266006a90dc4 (diff) | |
| download | chouette-core-a50151e2e5a3cc3ccf3a7ee4e263bc5c311d3dad.tar.bz2 | |
fix validation help pages link
| -rw-r--r-- | config/deploy/production.rb | 4 | ||||
| -rw-r--r-- | config/environments/production.rb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/deploy/production.rb b/config/deploy/production.rb index f1c464c48..269e4347a 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -1,3 +1,3 @@ server "chouette.marseille.cityway.fr", :app, :web, :db, :primary => true -set :branch, "V3_0" -set :gui_cmd, "3.0.0" +set :branch, "V3_1" +set :gui_cmd, "3.1.0" diff --git a/config/environments/production.rb b/config/environments/production.rb index 07604fb82..c04e4743e 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -115,7 +115,7 @@ Rails.application.configure do # config.demo_data = "/path/to/demo.zip" # link to validation specification pages - config.validation_spec = "http://www.chouette.mobi/neptune-validation/v21/" + config.validation_spec = "http://www.chouette.mobi/neptune-validation/v22/" # paths for external resources config.to_prepare do |
