Skip to content

Commit 3beaec9

Browse files
authored
Merge pull request #8 from cluebbehusen/cjl-readme
Fix broken URL in readme
2 parents 3b32831 + 6f55c91 commit 3beaec9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
[package]
22
name = "oura-api"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
license = "MIT"
66
description = "A client for the Oura V2 REST API"
7+
homepage = "https://github.com/cluebbehusen/rust-oura-api"
78
repository = "https://github.com/cluebbehusen/rust-oura-api"
9+
documentation = "https://docs.rs/oura-api/latest/oura_api/"
810

911
exclude = [".github", "tests"]
1012

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A client for the Oura V2 REST API, written in Rust.
44

5-
Documentation for the Oura V2 API is available [here](https://cloud.ouraring.com/v2/doc).
5+
Documentation for the Oura V2 API is available [here](https://cloud.ouraring.com/v2/docs).
66

77
The client relies on [reqwest](https://docs.rs/reqwest/latest/reqwest/) for the underlying HTTP client and [serde](https://serde.rs) for serialization and deserialization.
88

0 commit comments

Comments
 (0)