diff --git a/content/tutorials/get-started/get-started-using-php.md b/content/tutorials/get-started/get-started-using-php.md index f65d7da988..324db0d75d 100644 --- a/content/tutorials/get-started/get-started-using-php.md +++ b/content/tutorials/get-started/get-started-using-php.md @@ -204,7 +204,7 @@ Now, we have a simple application that: 2. Connects to the XRP Ledger. 3. Looks up and prints information about the account you created. -To run the app, you can copy the `_code-samples/get-started/php` directory [Github](https://github.com/XRPLF/xrpl4j-sample) and run it from the command line: +To run the app, you can copy the code from [this website's GitHub Repository]({{target.github_forkurl}}/tree/{{target.github_branch}}/content/_code-samples/get-started/php/) and run it from the command line: ```console composer require hardcastle/xrpl_php