mirror of https://github.com/dapr/docs.git
v1.10 fix links (#3876)
* fix link Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> * try again with link Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> * pub-sub Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> --------- Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> Co-authored-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
2f88f331fd
commit
252980814e
|
|
@ -48,7 +48,7 @@ This component supports both **input and output** binding interfaces.
|
|||
{{< tabs "Self-Hosted" "Kubernetes">}}
|
||||
|
||||
{{% codetab %}}
|
||||
1. Obtain KubeMQ Key by visiting [https://account.kubemq.io/login/register](https://account.kubemq.io/login/register) and register for a key.
|
||||
1. [Obtain KubeMQ Key](https://docs.kubemq.io/getting-started/quick-start#obtain-kubemq-license-key).
|
||||
2. Wait for an email confirmation with your Key
|
||||
|
||||
You can run a KubeMQ broker with Docker:
|
||||
|
|
@ -61,7 +61,7 @@ You can then interact with the server using the client port: `localhost:50000`
|
|||
{{% /codetab %}}
|
||||
|
||||
{{% codetab %}}
|
||||
1. Obtain KubeMQ Key by visiting [https://account.kubemq.io/login/register](https://account.kubemq.io/login/register) and register for a key.
|
||||
1. [Obtain KubeMQ Key](https://docs.kubemq.io/getting-started/quick-start#obtain-kubemq-license-key).
|
||||
2. Wait for an email confirmation with your Key
|
||||
|
||||
Then Run the following kubectl commands:
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ spec:
|
|||
{{< tabs "Self-Hosted" "Kubernetes">}}
|
||||
|
||||
{{% codetab %}}
|
||||
1. Obtain KubeMQ Key by visiting [https://account.kubemq.io/login/register](https://account.kubemq.io/login/register) and register for a key.
|
||||
1. [Obtain KubeMQ Key](https://docs.kubemq.io/getting-started/quick-start#obtain-kubemq-license-key).
|
||||
2. Wait for an email confirmation with your Key
|
||||
|
||||
You can run a KubeMQ broker with Docker:
|
||||
|
|
@ -55,7 +55,7 @@ You can then interact with the server using the client port: `localhost:50000`
|
|||
{{% /codetab %}}
|
||||
|
||||
{{% codetab %}}
|
||||
1. Obtain KubeMQ Key by visiting [https://account.kubemq.io/login/register](https://account.kubemq.io/login/register) and register for a key.
|
||||
1. [Obtain KubeMQ Key](https://docs.kubemq.io/getting-started/quick-start#obtain-kubemq-license-key).
|
||||
2. Wait for an email confirmation with your Key
|
||||
|
||||
Then Run the following kubectl commands:
|
||||
|
|
|
|||
Loading…
Reference in New Issue