From 093b6459c673251f3280db583d3f09d666cd592f Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Mon, 8 Feb 2021 13:41:32 -0600 Subject: [PATCH] update link to JWT --- nats-server/configuration/websockets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats-server/configuration/websockets.md b/nats-server/configuration/websockets.md index 2cce11c..235a8cd 100644 --- a/nats-server/configuration/websockets.md +++ b/nats-server/configuration/websockets.md @@ -72,7 +72,7 @@ websocket { # This setting is useful when generating NATS `Bearer` client JWTs as the # result of some authentication mechanism. The HTTP server after correct # authentication can issue a JWT for the user, that is set securely preventing - # access by unintended scripts. Note these JWTs must be [NATS JWTs](https://docs.nats.io/nats-server/configuration/securing_nats/jwt). + # access by unintended scripts. Note these JWTs must be [NATS JWTs](securing_nats/jwt). # # jwt_cookie: "my_jwt_cookie_name"