We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b05efcb commit 53e1b24Copy full SHA for 53e1b24
workflow/worker.md
@@ -37,7 +37,7 @@ $worker->registerActivityImplementations(new MyActivity());
37
$factory->run();
38
```
39
40
-Read more about temporal configuration and usage [at official website](https://docs.temporal.io/application-development/features).
+Read more about temporal configuration and usage [at official website](https://docs.temporal.io/develop/php/).
41
42
## Multi-worker Environment
43
To serve both HTTP and Temporal from the same worker use `getMode()` option of `Environment`:
0 commit comments