From cafaca735dcde705b15e1f07f00efc6f40a18221 Mon Sep 17 00:00:00 2001 From: Alexander Busse <102560752+AlexanderBuzz@users.noreply.github.com> Date: Fri, 17 Nov 2023 17:04:06 +0100 Subject: [PATCH] Update content/tutorials/get-started/get-started-using-php.md Co-authored-by: Rome Reginelli --- content/tutorials/get-started/get-started-using-php.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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