docs: fix broken markdown links (cherry-pick of #7847) (#7848)

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:57:57 -08:00
committed by GitHub
parent 51596af715
commit 125817d5cd
6 changed files with 6 additions and 11 deletions
+1 -1
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