diff options
author | Javier Vidal <javier@javiervidal.net> | 2016-05-06 17:19:27 +0200 |
---|---|---|
committer | Javier Vidal <javier@javiervidal.net> | 2016-05-06 17:20:49 +0200 |
commit | 8bdade7a839e7fd90438d17c1134f30bb5495f21 (patch) | |
tree | 0501594ac82c0e1e1b2aad07972c9d6296d926d7 /guides | |
parent | 3ffe811bd555916ab24486c0f7af4a7f1d6dcb72 (diff) | |
download | rails-8bdade7a839e7fd90438d17c1134f30bb5495f21.tar.gz rails-8bdade7a839e7fd90438d17c1134f30bb5495f21.tar.bz2 rails-8bdade7a839e7fd90438d17c1134f30bb5495f21.zip |
Fix link in 'Configuring Rails Applications' [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/configuring.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md index a9ceb36f48..2afb9356ec 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -900,7 +900,7 @@ Rails will now prepend "/app1" when generating links. #### Using Passenger -Passenger makes it easy to run your application in a subdirectory. You can find the relevant configuration in the [Passenger manual](http://www.modrails.com/documentation/Users%20guide%20Apache.html#deploying_rails_to_sub_uri). +Passenger makes it easy to run your application in a subdirectory. You can find the relevant configuration in the [Passenger manual](https://www.phusionpassenger.com/library/deploy/apache/deploy/ruby/#deploying-an-app-to-a-sub-uri-or-subdirectory). #### Using a Reverse Proxy |