diff options
| author | Fuwn <[email protected]> | 2021-04-23 18:31:35 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-23 18:31:35 +0000 |
| commit | b354cbc13d909124b3ee30d84a271b40fdbe82e2 (patch) | |
| tree | e3f39e1c6a49861c325460d8f6cbceee7fb45621 | |
| parent | major: :star: (diff) | |
| download | whirl-b354cbc13d909124b3ee30d84a271b40fdbe82e2.tar.xz whirl-b354cbc13d909124b3ee30d84a271b40fdbe82e2.zip | |
fix: Broken links and refactor
| -rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -4,7 +4,7 @@ </a> </p> <h1 align="center"> - Whirl, an open-source <a href="http://dev.worlds.net/private/GammaDocs/WorldServer.html">WorldServer</a> implementation in <a href="https://www.rust-lang.org/">Rust</a>. + The Open-Source WorldServer. </h1> <p align="center"> @@ -16,6 +16,8 @@ </a> </p> +Whirl, an open-source <a href="http://dev.worlds.net/private/GammaDocs/WorldServer.html">WorldServer</a> implementation in <a href="https://www.rust-lang.org/">Rust</a>. + ## Purpose Two *main* reasons; 1. Worlds' official servers are old, slowly deteriorating, and *probably unmaintained*. @@ -27,10 +29,7 @@ TLDR: To keep Worlds' legacy going for future generations. Use in production environments is not recommended as this project is a work-in-progress. As we begin to become more stable and add new features, we will release periodic updates regarding production use. ## Documentation -[https://www.whirlsplash.org](https://www.whirlsplash.org) - -## Development -[https://www.whirlsplash.org/introduction/development.html](https://www.whirlsplash.org/introduction/development.html) +[https://whirlsplash.org/docs/](https://whirlsplash.org/docs/) ## Contributing Please reference the [contribution guidelines](./CONTRIBUTING.md) of this repository. |