diff --git a/index.md b/index.md index a5a75888..475c3f53 100644 --- a/index.md +++ b/index.md @@ -18,7 +18,7 @@ The informal specifications can be found [here](specifications.md). ## How to use -Try it out [online](http://wiles.costea.in)! +Try it out [online](https://wiles.costea.in)! Alternatively, from one of the [releases](https://github.com/Alex-Costea/Wiles/releases/), or compile the code yourself. diff --git a/wiles-web-frontend/components/App.tsx b/wiles-web-frontend/components/App.tsx index b1abeee8..92aa16a0 100644 --- a/wiles-web-frontend/components/App.tsx +++ b/wiles-web-frontend/components/App.tsx @@ -80,6 +80,7 @@ writeline("Hello, " + name + "!")`)
+ ); }