From 4d046de68f40ce2a8db133d2992fc9ea63ea5408 Mon Sep 17 00:00:00 2001 From: ddawson Date: Thu, 22 Jun 2023 11:24:26 -0700 Subject: [PATCH] restore QS code link --- content/tutorials/quickstart/py-quickstart-intro.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/tutorials/quickstart/py-quickstart-intro.md b/content/tutorials/quickstart/py-quickstart-intro.md index d92a7267c2..0b7c6a21b8 100644 --- a/content/tutorials/quickstart/py-quickstart-intro.md +++ b/content/tutorials/quickstart/py-quickstart-intro.md @@ -51,6 +51,7 @@ To get started, create a new folder on your local disk and install the Python li ``` pip3 install xrpl-py ``` -Download the python Quickstart Samples. + +Download the python [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/python/){.github-code-download}. **Note:** Without the Quickstart Samples, you will not be able to try the examples that follow. \ No newline at end of file