Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For a detailed documentation on the langue itself, see the language docs: [RSPL]

This project provides both a CLI, and an interactive Web-App which can transpile code in real-time.

A hosted version of the web-app is available at: [https://mbeboek.gitlab.io/rspl/](https://hailtododongo.github.io/rspl/) <br/>
A hosted version of the web-app is available at: [https://hailtododongo.github.io/rspl/](https://hailtododongo.github.io/rspl/) <br/>

The CLI is currently not available as a pre-build, and needs to be build from sources.<br/>
See the build section for more information.
Expand Down
2 changes: 1 addition & 1 deletion src/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<div id="footer">
<span>RSPL-Transpiler © Max Bebök (HailToDodongo)</span>
<a target="_blank" href="https://gitlab.com/mbeboek/rspl">Source-Code</a>
<a target="_blank" href="https://github.com/HailToDodongo/rspl">Source-Code</a>
</div>
</body>
</html>