docs: fix broken markdown links (#7847)

For most cases I was able to find a new target. In one case the branch was
deleted, so I removed the link.
This commit is contained in:
M. J. Fromberger
2022-02-17 14:59:12 -08:00
committed by GitHub
parent d187962ec0
commit 2183d90d05
8 changed files with 8 additions and 13 deletions

View File

@@ -83,7 +83,7 @@ for more information.
Rate-limiting and authentication are another key aspects to help protect
against DOS attacks. Validators are supposed to use external tools like
[NGINX](https://www.nginx.com/blog/rate-limiting-nginx/) or
[traefik](https://docs.traefik.io/middlewares/ratelimit/)
[traefik](https://doc.traefik.io/traefik/middlewares/http/ratelimit/)
to achieve the same things.
## Debugging Tendermint