diff options
author | yui-knk <spiketeika@gmail.com> | 2015-12-23 13:59:27 +0900 |
---|---|---|
committer | yui-knk <spiketeika@gmail.com> | 2015-12-23 13:59:27 +0900 |
commit | 4e1bc571346854e10b6965c79cf52dfc238684fe (patch) | |
tree | 2d77e9315dc47ee32e59338706bd1f158b74c30b /guides | |
parent | b691d62be9357fddeca6a2ab247a423d0a4ce7ab (diff) | |
download | rails-4e1bc571346854e10b6965c79cf52dfc238684fe.tar.gz rails-4e1bc571346854e10b6965c79cf52dfc238684fe.tar.bz2 rails-4e1bc571346854e10b6965c79cf52dfc238684fe.zip |
[ci skip] An internal link is an relative path
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 5f4fd0f31b..56227e6daf 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -483,7 +483,7 @@ There are a number of settings available on `config.action_mailer`: * `config.action_mailer.raise_delivery_errors` specifies whether to raise an error if email delivery cannot be completed. It defaults to true. -* `config.action_mailer.delivery_method` defines the delivery method and defaults to `:smtp`. See the [configuration section in the Action Mailer guide](http://guides.rubyonrails.org/action_mailer_basics.html#action-mailer-configuration) for more info. +* `config.action_mailer.delivery_method` defines the delivery method and defaults to `:smtp`. See the [configuration section in the Action Mailer guide](action_mailer_basics.html#action-mailer-configuration) for more info. * `config.action_mailer.perform_deliveries` specifies whether mail will actually be delivered and is true by default. It can be convenient to set it to false for testing. |