From 7314ad445912a041fccbd347f56486d3789cb256 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Sat, 2 Nov 2019 09:33:48 -0500 Subject: [PATCH] Update pubsub.md --- concepts/pubsub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/pubsub.md b/concepts/pubsub.md index d8b7c06..bb239c2 100644 --- a/concepts/pubsub.md +++ b/concepts/pubsub.md @@ -4,5 +4,5 @@ NATS implements a publish-subscribe message distribution model for one-to-many c ![](../.gitbook/assets/pubsub.svg) -Try NATS publish subscribe on your own, using a live server by walking through the [pub-sub tutorial](../developing-with-nats/intro-6/pubsub.md). +Try NATS publish subscribe on your own, using a live server by walking through the [pub-sub tutorial](../developing-with-nats/tutorials/pubsub.md).