Fix a bunch of broken links

This commit is contained in:
mDuo13
2022-02-09 16:45:53 -08:00
parent 73cb3ceb8d
commit 8abb3e6348
21 changed files with 74 additions and 333 deletions

View File

@@ -167,7 +167,7 @@ Using these building blocks, we can create a simple Python app that:
{% include '_code-samples/get-started/py/get-acct-info.py' %}
```
To run the app, you can copy and paste the code into an editor or IDE and run it from there. Or you could download the file from the [XRP Ledger Dev Portal repo](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/xrpl-py) and run it locally:
To run the app, you can copy and paste the code into an editor or IDE and run it from there. Or you could download the file from the [XRP Ledger Dev Portal repo](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/get-started/py) and run it locally:
```sh