mirror of https://github.com/dapr/docs.git
Fix broken link.
This commit is contained in:
parent
a14efb0e85
commit
1a0984be6a
|
@ -221,7 +221,7 @@ $app->post('/dsstatus', function(
|
||||||
$app->start();
|
$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:
|
go ahead and start the app:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue