aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-02 21:02:10 -0700
committerFuwn <[email protected]>2021-05-02 21:02:10 -0700
commit8c312158762cc298cfb14df9fc0267effa0bc9a7 (patch)
tree447e9d87c85a32b1b082a1e302577dc4b2cafd9e
parentfeat(api): flush out statistics endpoint (diff)
downloadwhirl-8c312158762cc298cfb14df9fc0267effa0bc9a7.tar.xz
whirl-8c312158762cc298cfb14df9fc0267effa0bc9a7.zip
fix(readme): outdated documentation url
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e577c85..7018adb 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"