From 08732fac9e7a53b42502cbb2e16993299d100f02 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Fri, 19 May 2023 12:27:04 -0600 Subject: [PATCH] Fix link typo in readme [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc9ed70..e8bc2ec 100644 --- a/README.md +++ b/README.md @@ -402,7 +402,7 @@ There are a few optional environment variables available for customizing a Whoog | WHOOGLE_USER_AGENT | The desktop user agent to use. Defaults to a randomly generated one. | | WHOOGLE_USER_AGENT_MOBILE | The mobile user agent to use. Defaults to a randomly generated one. | | WHOOGLE_USE_CLIENT_USER_AGENT | Enable to use your own user agent for all requests. Defaults to false. | -| WHOOGLE_REDIRECTS | Specify sites that should be redirected elsewhere. See (custom redirecting)(#custom-redirecting). | +| WHOOGLE_REDIRECTS | Specify sites that should be redirected elsewhere. See [custom redirecting](#custom-redirecting). | | EXPOSE_PORT | The port where Whoogle will be exposed. | | HTTPS_ONLY | Enforce HTTPS. (See [here](https://github.com/benbusby/whoogle-search#https-enforcement)) | | WHOOGLE_ALT_TW | The twitter.com alternative to use when site alternatives are enabled in the config. Set to "" to disable. |