From e1b0f01755a0053d26f9a7b4ee3cca5f1c91cd86 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Sat, 2 Nov 2019 09:31:14 -0500 Subject: [PATCH] Update queue.md --- concepts/queue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/queue.md b/concepts/queue.md index 28ad135..d08a2c7 100644 --- a/concepts/queue.md +++ b/concepts/queue.md @@ -10,5 +10,5 @@ Queue subscribers are ideal for scaling services. Scale up is as simple as runni ![](../.gitbook/assets/queue.svg) -Try NATS queue subscriptions on your own, using a live server by walking through the [queueing tutorial](../developing-with-nats/intro-6/queues.md). +Try NATS queue subscriptions on your own, using a live server by walking through the [queueing tutorial](../developing-with-nats/tutorials/queues.md).