diff options
author | Jon Moss <maclover7@users.noreply.github.com> | 2016-05-06 11:30:36 -0400 |
---|---|---|
committer | Jon Moss <maclover7@users.noreply.github.com> | 2016-05-06 11:30:36 -0400 |
commit | c763c00b5e7cdfc7e5523502f7be77314cbfff7b (patch) | |
tree | 0501594ac82c0e1e1b2aad07972c9d6296d926d7 /guides/source | |
parent | 3ffe811bd555916ab24486c0f7af4a7f1d6dcb72 (diff) | |
parent | 8bdade7a839e7fd90438d17c1134f30bb5495f21 (diff) | |
download | rails-c763c00b5e7cdfc7e5523502f7be77314cbfff7b.tar.gz rails-c763c00b5e7cdfc7e5523502f7be77314cbfff7b.tar.bz2 rails-c763c00b5e7cdfc7e5523502f7be77314cbfff7b.zip |
Merge pull request #24888 from javiervidal/configuring
Fix link in 'Configuring Rails Applications' [ci skip]
Diffstat (limited to 'guides/source')
-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 |