Fix docs URL in Cargo.toml.

This commit is contained in:
Jimmy Cuadra 2016-07-17 03:15:22 -07:00
parent 4e392b2bde
commit 3c0c947262

View File

@ -1,7 +1,7 @@
[package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
description = "Serializable types for the events in the Matrix specification."
documentation = "http://ruma.github.io/ruma-common/ruma_events"
documentation = "http://ruma.github.io/ruma-events/ruma_events"
homepage = "https://github.com/ruma/ruma-events"
keywords = ["matrix", "matrix.org", "chat", "messaging", "ruma"]
license = "MIT"