Skip to content

Commit

Permalink
Revert "Update links"
Browse files Browse the repository at this point in the history
This reverts commit 1f00c3f.
  • Loading branch information
Sainan committed Aug 30, 2024
1 parent 2335598 commit f390e46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pluto is a unique dialect of Lua with a focus on general-purpose programming.

- **Focused On Lua Compatibility.**
- Pluto is largely compatible with Lua 5.4 source code, but there is an imperfection:
- Pluto implements new keywords, which can cause conflicts with otherwise normal identifiers such as 'switch', or 'class'. We offer features — such as Compatibility Mode — to relieve this issue, see our [documentation](https://plutolang.github.io/docs/Compatibility).
- Pluto implements new keywords, which can cause conflicts with otherwise normal identifiers such as 'switch', or 'class'. We offer features — such as Compatibility Mode — to relieve this issue, see our [documentation](https://pluto-lang.org/docs/Compatibility).
- Pluto is also compatible with Lua 5.4 bytecode. Pluto can execute Lua bytecode, and most Pluto features generate bytecode compatible with Lua.
- There's a small subset of Pluto features which do not generate Lua 5.4 bytecode. This is documented alongside those features, so scripters can vouch to avoid using them when bytecode compatibility is desired.
- Pluto has been dropped into large [communities](https://stand.gg/) (100K> users), and did not break any existing scripts.
Expand All @@ -22,7 +22,7 @@ A detailed documentation of getting started with, tooling for, and the additions

### Getting Started

You can use Pluto right in your browser [in the interactive playground](https://plutolang.github.io/web/), or find [pre-built binaries](https://github.com/PlutoLang/Pluto/releases) on our releases page. [Read more...](https://plutolang.github.io/docs/Getting%20Started)
You can use Pluto right in your browser [in the interactive playground](https://plutolang.github.io/web/), or find [pre-built binaries](https://github.com/PlutoLang/Pluto/releases) on our releases page. [Read more...](https://pluto-lang.org/docs/Getting%20Started)

### Tooling

Expand Down
6 changes: 3 additions & 3 deletions scripts/bundle_nupkg.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"title": "Pluto Language",
"description": "A superset of Lua 5.4 with a focus on general-purpose programming.",
"authors": "Ryan Starrett, Sainan",
"website": "https://plutolang.github.io/",
"website": "https://pluto-lang.org/",
"repository": "https://github.com/PlutoLang/Pluto",
"tags": "pluto lua development programming foss cross-platform non-admin",
"icon": "https://plutolang.github.io/img/logo.png",
"icon": "https://pluto-lang.org/img/logo.png",
"license": "https://github.com/PlutoLang/Pluto/blob/main/LICENSE",
"changelog": "https://plutolang.github.io/docs/Changelog",
"changelog": "https://pluto-lang.org/docs/Changelog",
"issues": "https://github.com/PlutoLang/Pluto/issues"
}
EOC);
Expand Down

0 comments on commit f390e46

Please sign in to comment.