diff options
author | Jon Moss <me@jonathanmoss.me> | 2017-08-16 10:33:53 -0400 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2017-08-16 10:33:53 -0400 |
commit | 102ee601ff8245831b931288c4b47bf0ba47fc66 (patch) | |
tree | f91d9c8790cc289d34de77f2c3b4f716b13dd760 | |
parent | 4fd5ceb15775e2c7fd7f286e15acd17b9916201e (diff) | |
download | rails-102ee601ff8245831b931288c4b47bf0ba47fc66.tar.gz rails-102ee601ff8245831b931288c4b47bf0ba47fc66.tar.bz2 rails-102ee601ff8245831b931288c4b47bf0ba47fc66.zip |
Remove period from within links
Periods should be outside of the <a> tags
[ci skip]
-rw-r--r-- | guides/source/security.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/security.md b/guides/source/security.md index 297680b176..56969c7aea 100644 --- a/guides/source/security.md +++ b/guides/source/security.md @@ -1060,7 +1060,7 @@ Additional Resources The security landscape shifts and it is important to keep up to date, because missing a new vulnerability can be catastrophic. You can find additional resources about (Rails) security here: -* Subscribe to the Rails security [mailing list.](http://groups.google.com/group/rubyonrails-security) +* Subscribe to the Rails security [mailing list](http://groups.google.com/group/rubyonrails-security). * [Brakeman - Rails Security Scanner](http://brakemanscanner.org/) - To perform static security analysis for Rails applications. -* [Keep up to date on the other application layers.](http://secunia.com/) (they have a weekly newsletter, too) -* A [good security blog](https://www.owasp.org) including the [Cross-Site scripting Cheat Sheet.](https://www.owasp.org/index.php/DOM_based_XSS_Prevention_Cheat_Sheet) +* [Keep up to date on the other application layers](http://secunia.com/) (they have a weekly newsletter, too). +* A [good security blog](https://www.owasp.org) including the [Cross-Site scripting Cheat Sheet](https://www.owasp.org/index.php/DOM_based_XSS_Prevention_Cheat_Sheet). |