mirror of https://github.com/dapr/docs.git
Merge pull request #1982 from RicardoNiepel/patch-4
Fixing link "Using namespaces with pub/sub"
This commit is contained in:
commit
e5ede26a9b
|
@ -91,7 +91,7 @@ curl -i -d '{ "message": "hello" }' \
|
||||||
```
|
```
|
||||||
|
|
||||||
## Using namespaces with pub/sub
|
## 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
|
## Application access to components with scopes
|
||||||
|
|
||||||
|
@ -127,4 +127,4 @@ scopes:
|
||||||
|
|
||||||
- [Configure Pub/Sub components with multiple namespaces]({{< ref "pubsub-namespaces.md" >}})
|
- [Configure Pub/Sub components with multiple namespaces]({{< ref "pubsub-namespaces.md" >}})
|
||||||
- [Use secret scoping]({{< ref "secrets-scopes.md" >}})
|
- [Use secret scoping]({{< ref "secrets-scopes.md" >}})
|
||||||
- [Limit the secrets that can be read from secret stores]({{< ref "secret-scope.md" >}})
|
- [Limit the secrets that can be read from secret stores]({{< ref "secret-scope.md" >}})
|
||||||
|
|
Loading…
Reference in New Issue