aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-11-17 03:24:04 +0900
committerGitHub <noreply@github.com>2017-11-17 03:24:04 +0900
commit66bc40b64c91e9c865994291f37204f9a1c15cf1 (patch)
tree6dbb406c1e56f431c68fb776b6514ba8ba34b613
parentbbae710a405ce92074c1666dcf859196c29e2ed2 (diff)
parent83cb835ff70044d4a0cf0b56acf9503161f8ba8c (diff)
downloadrails-66bc40b64c91e9c865994291f37204f9a1c15cf1.tar.gz
rails-66bc40b64c91e9c865994291f37204f9a1c15cf1.tar.bz2
rails-66bc40b64c91e9c865994291f37204f9a1c15cf1.zip
Merge pull request #31169 from ydakuka/patch-1
Fix links [ci skip]
-rw-r--r--guides/source/security.md4
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