diff options
| author | Fuwn <[email protected]> | 2021-05-02 21:02:10 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-02 21:02:10 -0700 |
| commit | 8c312158762cc298cfb14df9fc0267effa0bc9a7 (patch) | |
| tree | 447e9d87c85a32b1b082a1e302577dc4b2cafd9e | |
| parent | feat(api): flush out statistics endpoint (diff) | |
| download | whirl-8c312158762cc298cfb14df9fc0267effa0bc9a7.tar.xz whirl-8c312158762cc298cfb14df9fc0267effa0bc9a7.zip | |
fix(readme): outdated documentation url
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Fuwn <[email protected]>"] edition = "2018" description = "Whirl, an open-source WorldServer implementation in Rust." -documentation = "https://www.whirlsplash.org" +documentation = "https://whirlsplash.org/docs/" readme = "README.md" homepage = "https://whirlsplash.org" repository = "https://github.com/Whirlsplash/whirl" |