From 1a0984be6a658c047ecc1d8ceb4722836e1c77e3 Mon Sep 17 00:00:00 2001 From: Jeff Foster Date: Thu, 11 Mar 2021 13:48:36 +0000 Subject: [PATCH] Fix broken link. --- .../building-blocks/pubsub/howto-publish-subscribe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-publish-subscribe.md b/daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-publish-subscribe.md index 463d4f319..affecfbf8 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-publish-subscribe.md +++ b/daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-publish-subscribe.md @@ -221,7 +221,7 @@ $app->post('/dsstatus', function( $app->start(); ``` -After creating `app1.php`, and with the [SDK installed](https://github.com/dapr/php-sdk/blob/main/docs/getting-started.md), +After creating `app1.php`, and with the [SDK installed](https://docs.dapr.io/developing-applications/sdks/php/), go ahead and start the app: ```bash