diff options
| -rw-r--r-- | docs/introduction/basis.md | 2 | ||||
| -rw-r--r-- | src/pages/index.js | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/introduction/basis.md b/docs/introduction/basis.md index 6520e0e..7f9f603 100644 --- a/docs/introduction/basis.md +++ b/docs/introduction/basis.md @@ -5,7 +5,7 @@ slug: / Whirlsplash is a [WorldServer](http://dev.worlds.net/private/GammaDocs/WorldServer.html) -implementation in [Go](https://golang.org/) which has a strong focus on speed, +implementation in [Rust](https://www.rust-lang.org/) which has a strong focus on speed, maintainability, and easy configuration. <a href="https://discord.com/invite/8hn6padWF6" title="Discord"> diff --git a/src/pages/index.js b/src/pages/index.js index 76df19f..2573ccf 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -51,8 +51,8 @@ const features = [ description: ( <div className="card"> <div className="card__footer"> - Much of Whirl has been built in <a href="https://golang.org/">Go</a>, - a fast, simple, and maintainable modern language. Gone are the days + Much of Whirl has been built in <a href="https://www.rust-lang.org/">Rust</a>, + a lightning fast, memory-safe, and maintainable modern language. Gone are the days of having to maintain legacy code or having to keep fixing bugs in software that wasn't written to be read, and it's all open-source! </div> |