diff --git a/.forgejo/workflows/webrepl.yaml b/.forgejo/workflows/webrepl.yaml index 67edce9..d97ef54 100644 --- a/.forgejo/workflows/webrepl.yaml +++ b/.forgejo/workflows/webrepl.yaml @@ -1,9 +1,8 @@ name: webrepl -on: [push] -#on: -# push: -# branches: -# - main +on: + push: + branches: + - main jobs: test: runs-on: docker diff --git a/README.md b/README.md index 0b3ca07..df74769 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Read the documentation for more info. ## Documentation -Documentation is available online at [https://talc.trimill.xyz/](https://talc.trimill.xyz/). +Documentation is available online at [https://talc.trimill.xyz/docs/](https://talc.trimill.xyz/docs/). To build the documentation locally, install [mdBook](https://rust-lang.github.io/mdBook/) and run the following from the diff --git a/docs/src/install/webrepl.md b/docs/src/install/webrepl.md index 3029d26..25eee56 100644 --- a/docs/src/install/webrepl.md +++ b/docs/src/install/webrepl.md @@ -1,7 +1,7 @@ # The Web REPL As an alterative to the command-line REPL, you can try out Talc in the browser -at (https://talc.trimill.xyz/repl)[https://talc.trimill.xyz/repl]. Although +at (https://talc.trimill.xyz/repl/)[https://talc.trimill.xyz/repl/]. Although the full Talc language and standard library (aside from file I/O and process control) are available, editing features are more limited than the command-line interface - especially of note is the lack of syntax highlighting and tab diff --git a/talc-web/index.html b/talc-web/index.html index 3752624..7339033 100644 --- a/talc-web/index.html +++ b/talc-web/index.html @@ -15,7 +15,7 @@
Talc Web REPL
For help, see - the docs + the docs or the repository