diff options
| author | Fuwn <[email protected]> | 2021-05-02 21:02:10 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-02 21:02:10 +0000 |
| commit | c68a969674398165e71d2dd0b5070a4887112808 (patch) | |
| tree | 1df28314f11d064353b45dd90e15fe1e911576e7 /Cargo.toml | |
| parent | feat(api): flush out statistics endpoint (diff) | |
| download | whirl-c68a969674398165e71d2dd0b5070a4887112808.tar.xz whirl-c68a969674398165e71d2dd0b5070a4887112808.zip | |
fix(readme): outdated documentation url
Diffstat (limited to 'Cargo.toml')
| -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" |