Skip to content

Commit 36c5eba

Browse files
committed
Update links
1 parent c675af2 commit 36c5eba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Write Pluto, a Lua dialect, anywhere JavaScript works.
77
You simply need to load a suitable WASM build of libpluto, and then PlutoScript itself:
88

99
```html
10-
<script src="https://plutolang.github.io/wasm-builds/out/libpluto/0.9.4/libpluto.js"></script>
11-
<script src="https://plutolang.github.io/PlutoScript/plutoscript.js"></script>
10+
<script src="https://pluto-lang.org/wasm-builds/out/libpluto/0.9.5/libpluto.js"></script>
11+
<script src="https://pluto-lang.org/PlutoScript/plutoscript.js"></script>
1212
```
1313

1414
## Example
1515

16-
A simple example is the Base32 Encoder tool that is [available online here](https://plutolang.github.io/PlutoScript/base32.html).
16+
A simple example is the Base32 Encoder tool that is [available online here](https://pluto-lang.org/PlutoScript/base32.html).
1717

1818
Barring the script tags needed for PlutoScript's usage, this is the entire source code:
1919

base32.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script src="https://plutolang.github.io/wasm-builds/out/libpluto/0.9.4/libpluto.js"></script>
1+
<script src="https://pluto-lang.org/wasm-builds/out/libpluto/0.9.5/libpluto.js"></script>
22
<script src="plutoscript.js"></script>
33

44
<textarea id="plain"></textarea>

0 commit comments

Comments
 (0)