From 8c193a229749cfcab5e50f8e61dce5e75bf206d7 Mon Sep 17 00:00:00 2001 From: Elvin Efendi Date: Tue, 5 Jan 2021 09:24:23 -0500 Subject: [PATCH] fix link in annotation docs --- docs/user-guide/nginx-configuration/annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/nginx-configuration/annotations.md b/docs/user-guide/nginx-configuration/annotations.md index bb4e76356..77cd3ed07 100755 --- a/docs/user-guide/nginx-configuration/annotations.md +++ b/docs/user-guide/nginx-configuration/annotations.md @@ -509,7 +509,7 @@ it is impossible to configure a proper rate limit using stock NGINX functionalit Global Rate Limiting overcome this by using [lua-resty-global-throttle](https://github.com/ElvinEfendi/lua-resty-global-throttle). `lua-resty-global-throttle` shares its counters via a central store such as `memcached`. The obvious shortcoming of this is users have to deploy and operate a `memcached` instance in order to benefit from this functionality. Configure the `memcached` -using [these configmap settings](./configmap.md#memcached). +using [these configmap settings](./configmap.md#global-rate-limit). **Here are a few remarks for ingress-nginx integration of `lua-resty-global-throttle`:**