From c82edfb3169591bb5efa2c744f789de019c64231 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Thu, 26 Jan 2017 00:12:45 -0800 Subject: [PATCH] Update documentation URL. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 56bde883..f7c58b62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Jimmy Cuadra "] description = "Resource identifiers for Matrix." -documentation = "https://ruma.github.io/ruma-identifiers/ruma_identifiers/" +documentation = "https://docs.rs/ruma-identifiers" homepage = "https://github.com/ruma/ruma-identifiers" keywords = ["matrix", "chat", "messaging", "ruma"] license = "MIT" diff --git a/README.md b/README.md index a6a7589c..df7790ef 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://travis-ci.org/ruma/ruma-identifiers.svg?branch=master)](https://travis-ci.org/ruma/ruma-identifiers) **ruma-identifiers** contains types for [Matrix](https://matrix.org/) identifiers for events, rooms, room aliases, and users. -[Documentation](http://ruma.github.io/ruma-identifiers/ruma_identifiers/) is available for the latest release. +[Documentation](https://docs.rs/ruma-identifiers) is available for the latest release. ## License