diff options
author | Yauheni Dakuka <yauheni.dakuka@gmail.com> | 2017-11-16 21:13:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-16 21:13:51 +0300 |
commit | 83cb835ff70044d4a0cf0b56acf9503161f8ba8c (patch) | |
tree | 6dbb406c1e56f431c68fb776b6514ba8ba34b613 /guides/source | |
parent | bbae710a405ce92074c1666dcf859196c29e2ed2 (diff) | |
download | rails-83cb835ff70044d4a0cf0b56acf9503161f8ba8c.tar.gz rails-83cb835ff70044d4a0cf0b56acf9503161f8ba8c.tar.bz2 rails-83cb835ff70044d4a0cf0b56acf9503161f8ba8c.zip |
Fix links [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/security.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/security.md b/guides/source/security.md index cfa777d433..fa90cadcd2 100644 --- a/guides/source/security.md +++ b/guides/source/security.md @@ -192,9 +192,9 @@ rotations going at any one time. For more details on key rotation with encrypted and signed messages as well as the various options the `rotate` method accepts, please refer to the -[MessageEncryptor API](api.rubyonrails.org/classes/ActiveSupport/MessageEncryptor.html) +[MessageEncryptor API](http://api.rubyonrails.org/classes/ActiveSupport/MessageEncryptor.html) and -[MessageVerifier API](api.rubyonrails.org/classes/ActiveSupport/MessageVerifier.html) +[MessageVerifier API](http://api.rubyonrails.org/classes/ActiveSupport/MessageVerifier.html) documentation. ### Replay Attacks for CookieStore Sessions |