Skip to content

Commit

Permalink
Add/update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Costea committed Feb 4, 2024
1 parent 1955253 commit 49dad8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions wiles-web-frontend/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ writeline("Hello, " + name + "!")`)
<p>
<textarea disabled id="errors" rows={10} cols={40} value={output.errors}></textarea>
</p>
<p><a href={"https://alex.costea.in/Wiles/"}>Learn more about Wiles.</a></p>
</div>
);
}
Expand Down

0 comments on commit 49dad8a

Please sign in to comment.