Skip to content

Commit 9a0d37b

Browse files
committed
chore(php): fixed broken links
1 parent 27bc7f1 commit 9a0d37b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/develop/php/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import * as Components from '@site/src/components';
1717

1818
## Install and get started
1919

20-
You can find detailed installation instructions for the PHP SDK in the [Quickstart](/develop/php/set-up-local-php).
20+
You can find detailed installation instructions for the PHP SDK in the [Quickstart](/develop/php/set-up-your-local-php).
2121

2222
There's also a short walkthrough of how to use the Temporal primitives (Activities, Workflows, and Workers) to build and run a Temporal application to get you up and running.
2323

docs/develop/php/workers/run-worker-process.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ $workerFactory = \Temporal\WorkerFactory::create(
112112
);
113113
```
114114

115-
[How to configure connection to a Temporal Cloud](/develop/php/temporal-client#connect-to-temporal-cloud)
115+
[How to configure connection to a Temporal Cloud](/develop/php/client/temporal-client#connect-to-temporal-cloud)
116116

117117
### How to register types {#register-types}
118118

docs/encyclopedia/activities/activity-execution.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ An Activity Execution is the full chain of [Activity Task Executions](/tasks#act
3232
:::info
3333

3434
- [How to start an Activity Execution using the Go SDK](/develop/go/core-application#activity-execution)
35-
- [How to start an Activity Execution using the Java SDK](/develop/java/activities/execution)
36-
- [How to start an Activity Execution using the PHP SDK](/develop/php/core-application#activity-execution)
35+
- [How to start an Activity Execution using the Java SDK](/develop/java/core-application#activity-execution)
36+
- [How to start an Activity Execution using the PHP SDK](/develop/php/activities/execution)
3737
- [How to start an Activity Execution using the Python SDK](/develop/python/core-application#activity-execution)
3838
- [How to start an Activity Execution using the TypeScript SDK](/develop/typescript/core-application#activity-execution)
3939
- [How to start an Activity Execution using the .NET SDK](/develop/dotnet/core-application#activity-execution)

0 commit comments

Comments
 (0)