From 42da63256b91083f81f4ef64f3d77a70aa926bb8 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Mon, 9 May 2022 11:56:36 +0200 Subject: [PATCH] Update website/docs/addons/webhook.md Co-authored-by: Thomas Heartman --- website/docs/addons/webhook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/addons/webhook.md b/website/docs/addons/webhook.md index a65f9dc7a7..a026a20623 100644 --- a/website/docs/addons/webhook.md +++ b/website/docs/addons/webhook.md @@ -60,4 +60,4 @@ If your webhook endpoint uses a custom SSL certificate, you will need to start Unleash with the `NODE_EXTRA_CA_CERTS` environment variable set. It needs to point to your custom certificate file in pem format. -For more information: [see node documentation](https://nodejs.org/api/cli.html#node_extra_ca_certsfile) +For more information, see the [official Node.js documentation on setting extra certificate files](https://nodejs.org/api/cli.html#node_extra_ca_certsfile).