From fa28b218ecea602236e536363771a2f4fa1e8ae5 Mon Sep 17 00:00:00 2001 From: Nuhman Pk <62880706+nuhmanpk@users.noreply.github.com> Date: Thu, 2 Jun 2022 22:59:05 +0530 Subject: [PATCH] Added link to Readme file (#487) https://github.com/pyscript/pyscript/blob/main/README.md --- docs/tutorials/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/getting-started.md b/docs/tutorials/getting-started.md index d1ec71f0..02095a48 100644 --- a/docs/tutorials/getting-started.md +++ b/docs/tutorials/getting-started.md @@ -17,7 +17,7 @@ There is no installation required. In this document, we'll use the PyScript assets served on https://pyscript.net. If you want to download the source and build it yourself, follow -the instructions in the README.md file. +the instructions in the [README.md](https://github.com/pyscript/pyscript/blob/main/README.md) file. ## Your first PyScript HTML file