Skip to content

Commit 8e75fb4

Browse files
committed
fix wrong urls
- signed-off-by: trimstray <trimstray@gmail.com>
1 parent 5d675f7 commit 8e75fb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/NGINX_BASICS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3858,10 +3858,10 @@ Remember also about [this](https://stackoverflow.com/questions/37438949/antiddos
38583858
38593859
See also examples (all comes from this handbook):
38603860
3861-
- [Limiting the rate of requests with burst mode](#limiting-the-rate-of-requests-with-burst-mode)
3862-
- [Limiting the rate of requests with burst mode and nodelay](#limiting-the-rate-of-requests-with-burst-mode-and-nodelay)
3863-
- [Limiting the rate of requests per IP with geo and map](#limiting-the-rate-of-requests-per-ip-with-geo-and-map)
3864-
- [Limiting the number of connections](#limiting-the-number-of-connections)
3861+
- [Limiting the rate of requests with burst mode](HELPERS.md#limiting-the-rate-of-requests-with-burst-mode)
3862+
- [Limiting the rate of requests with burst mode and nodelay](HELPERS.md#limiting-the-rate-of-requests-with-burst-mode-and-nodelay)
3863+
- [Limiting the rate of requests per IP with geo and map](HELPERS.md#limiting-the-rate-of-requests-per-ip-with-geo-and-map)
3864+
- [Limiting the number of connections](HELPERS.md#limiting-the-number-of-connections)
38653865
38663866
##### Burst and nodelay parameters
38673867

0 commit comments

Comments
 (0)