From a07dc7e659bb2e8557b8f15441315f1b57795713 Mon Sep 17 00:00:00 2001 From: Rouven Spreckels Date: Tue, 22 Mar 2022 15:54:20 +0100 Subject: [PATCH] Use `docs.rs`. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1cf609b..f81572e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.8.1" authors = ["Rouven Spreckels "] edition = "2021" description = "Virtual Trackball Orbiting via the Exponential Map" -documentation = "https://doc.qu1x.dev/trackball" +documentation = "https://docs.rs/trackball" repository = "https://github.com/qu1x/trackball" build = "build.rs" readme = "README.md" diff --git a/README.md b/README.md index 59e2d11..3eb7901 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Virtual Trackball Orbiting via the Exponential Map [![Build][]](https://github.com/qu1x/trackball/actions/workflows/build.yml) -[![Documentation][]](https://doc.qu1x.dev/trackball) +[![Documentation][]](https://docs.rs/trackball) [![Downloads][]](https://crates.io/crates/trackball) [![Version][]](https://crates.io/crates/trackball) [![Rust][]](https://www.rust-lang.org)