diff options
| author | Michael Kozono <mkozono@gmail.com> | 2019-07-29 16:50:33 +0000 |
|---|---|---|
| committer | Michael Kozono <mkozono@gmail.com> | 2019-07-29 16:50:33 +0000 |
| commit | ccfffd48979730d962607d9f06ae3895bf199269 (patch) | |
| tree | ac0a56e5cb5c2d5ee498deae765ab9c9e86204e7 | |
| parent | d151135a18c76ae60121a938fcd704b242b06c02 (diff) | |
| download | gitlab-ce-ccfffd48979730d962607d9f06ae3895bf199269.tar.gz | |
Apply suggestion to doc/security/rack_attack.md
| -rw-r--r-- | doc/security/rack_attack.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/security/rack_attack.md b/doc/security/rack_attack.md index d9d83686f17..db96ab4e9ff 100644 --- a/doc/security/rack_attack.md +++ b/doc/security/rack_attack.md @@ -29,8 +29,7 @@ If you find throttling is not enough to protect you against abusive clients, Rack Attack offers IP whitelisting, blacklisting, Fail2ban style filtering, and tracking. -For more information on how to use these options check out -[rack-attack README](https://github.com/kickstarter/rack-attack/blob/master/README.md). +For more information on how to use these options see the [Rack Attack README](https://github.com/kickstarter/rack-attack/blob/master/README.md). ## Behavior |
