From b4bcfc165ee2396d272aec220487fd7cc8ae0f14 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Tue, 4 Jun 2019 16:26:38 -0500 Subject: [PATCH] Update nats-client-dev.md --- nats_protocol/nats-client-dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats_protocol/nats-client-dev.md b/nats_protocol/nats-client-dev.md index 4a91579..2847f1c 100644 --- a/nats_protocol/nats-client-dev.md +++ b/nats_protocol/nats-client-dev.md @@ -28,7 +28,7 @@ Probably the best way to learn about implementing a client is to look at one of ## Client connection options -Clients can connect in authenticated or unauthenticated mode, as well as verbose mode which enables acknowledgements. See the [protocol documentation](/documentation/internals/nats-protocol/#CONNECT) for details. +Clients can connect in authenticated or unauthenticated mode, as well as verbose mode which enables acknowledgements. See the [protocol documentation](/nats_protocol/nats-protocol.md#connect) for details. ## Client authorization