@@ -14,12 +14,12 @@ We only assume you know how to use a browser and edit text.
1414!!! note
1515
1616 The easiest way to get a PyScript development environment and hosting, is
17- to use [pyscript.com](pyscript.com) in your browser.
17+ to use [pyscript.com](https:// pyscript.com) in your browser.
1818
1919 It is a free service that helps you create new projects from templates, and
2020 then edit, preview and deploy your apps with a unique link.
2121
22- While the core features of [pyscript.com](pyscript.com) will always be
22+ While the core features of [pyscript.com](https:// pyscript.com) will always be
2323 free, additional paid-for capabilities directly support and sustain the
2424 PyScript open source project. Commercial and educational support is also
2525 available.
@@ -35,10 +35,10 @@ All PyScript applications need three things:
3535 how your application works.
3636
3737Create these files with your favourite code editor on your local file system.
38- Alternatively, [ pyscript.com] ( pyscript.com ) will take away all the pain of
38+ Alternatively, [ pyscript.com] ( https:// pyscript.com) will take away all the pain of
3939organising, previewing and deploying your application.
4040
41- If you decide to use [ pyscript.com] ( pyscript.com ) (recommended for first
41+ If you decide to use [ pyscript.com] ( https:// pyscript.com) (recommended for first
4242steps), once signed in, create a new project by pressing the "+" button on the
4343left hand side below the site's logo. You'll be presented with a page
4444containing three columns (listing your files, showing your code and previewing
@@ -221,22 +221,22 @@ That's it!
221221
222222### PyScript.com
223223
224- If you're using [ pyscript.com] ( pyscript.com ) , you should save all your files
224+ If you're using [ pyscript.com] ( https:// pyscript.com) , you should save all your files
225225and click the "run" button. Assuming you've copied the code properly, you
226226should have a fine old time using "Polyglot 🦜" to translate English to
227227Pirate-ish.
228228
229229Alternatively, [ click here to see a working example of this app] ( https://ntoll.pyscriptapps.com/piratical/latest/ ) .
230230Notice that the bottom right hand corner contains a link to view the code on
231- [ pyscript.com] ( pyscript.com ) . Why not explore the code, copy it to your own
231+ [ pyscript.com] ( https:// pyscript.com) . Why not explore the code, copy it to your own
232232account and change it to your satisfaction.
233233
234234### From a web server
235235
236236Just host the three files (` pyscript.toml ` , ` index.html `
237237and ` main.py ` ) in the same directory on a static web server somewhere.
238238
239- Clearly, we recommend you use [ pyscript.com] ( pyscript.com ) for this, but any
239+ Clearly, we recommend you use [ pyscript.com] ( https:// pyscript.com) for this, but any
240240static web host will do (for example,
241241[ GitHub Pages] ( https://pages.github.com/ ) ,
242242[ Amazon's S3] ( https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteHosting.html ) ,
@@ -252,4 +252,4 @@ needed to build yet more interesting things of your own.
252252
253253PyScript is extremely powerful, and these beginner steps only just scratch the
254254surface. To learn about PyScript in more depth, check out
255- [ our user guide] ( / user-guide) .
255+ [ our user guide] ( user-guide.md ) .
0 commit comments