From 78edebf656dae3ac56bce3affdf6a8fc01f50413 Mon Sep 17 00:00:00 2001 From: Ricardo Niepel Date: Thu, 18 Nov 2021 17:56:35 +0100 Subject: [PATCH] Fixing link "Using namespaces with pub/sub" --- daprdocs/content/en/operations/components/component-scopes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/operations/components/component-scopes.md b/daprdocs/content/en/operations/components/component-scopes.md index 29834b032..e2de36179 100644 --- a/daprdocs/content/en/operations/components/component-scopes.md +++ b/daprdocs/content/en/operations/components/component-scopes.md @@ -91,7 +91,7 @@ curl -i -d '{ "message": "hello" }' \ ``` ## Using namespaces with pub/sub -Read [Pub/Sub and namespaces]({{< ref "component-scopes.md" >}}) for more information on scoping components. +Read [Configure Pub/Sub components with multiple namespaces]({{< ref "pubsub-namespaces.md" >}}) for more information on using namespaces with pub/sub. ## Application access to components with scopes @@ -127,4 +127,4 @@ scopes: - [Configure Pub/Sub components with multiple namespaces]({{< ref "pubsub-namespaces.md" >}}) - [Use secret scoping]({{< ref "secrets-scopes.md" >}}) -- [Limit the secrets that can be read from secret stores]({{< ref "secret-scope.md" >}}) \ No newline at end of file +- [Limit the secrets that can be read from secret stores]({{< ref "secret-scope.md" >}})