Skip to content

Commit 8a51a24

Browse files
authored
Update temporal documentation links
1 parent 53e1b24 commit 8a51a24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workflow/temporal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ class SubscriptionWorkflow implements SubscriptionWorkflowInterface
7474
}
7575
```
7676

77-
> Read more at [official website](https://docs.temporal.io/application-development?lang=php).
77+
> Read more at [official website](https://docs.temporal.io/develop/php/).

workflow/worker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $worker->registerActivityImplementations(new MyActivity());
3737
$factory->run();
3838
```
3939

40-
Read more about temporal configuration and usage [at official website](https://docs.temporal.io/develop/php/).
40+
Read more about temporal configuration and usage [at official website](https://docs.temporal.io/develop/php/core-application#run-a-dev-worker).
4141

4242
## Multi-worker Environment
4343
To serve both HTTP and Temporal from the same worker use `getMode()` option of `Environment`:

0 commit comments

Comments
 (0)