Skip to content

Commit

Permalink
Use docs.rs.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Mar 22, 2022
1 parent 7a5e865 commit a07dc7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.8.1"
authors = ["Rouven Spreckels <rs@qu1x.dev>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a07dc7e

Please sign in to comment.