aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-02 21:02:10 +0000
committerFuwn <[email protected]>2021-05-02 21:02:10 +0000
commitc68a969674398165e71d2dd0b5070a4887112808 (patch)
tree1df28314f11d064353b45dd90e15fe1e911576e7 /Cargo.toml
parentfeat(api): flush out statistics endpoint (diff)
downloadwhirl-c68a969674398165e71d2dd0b5070a4887112808.tar.xz
whirl-c68a969674398165e71d2dd0b5070a4887112808.zip
fix(readme): outdated documentation url
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1ba1af0..7f55e60 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"