Fix broken link.

This commit is contained in:
Jeff Foster 2021-03-11 13:48:36 +00:00 committed by GitHub
parent a14efb0e85
commit 1a0984be6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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