Skip to content

Commit

Permalink
fix: added https to docs path
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Jun 26, 2023
1 parent 24733cd commit 48e35dc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion costs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MIT"
description = "Costs extension crate for GroveDB"
homepage = "https://www.grovedb.org/"
documentation = "docs.rs/grovedb-costs"
documentation = "https://docs.rs/grovedb-costs"
repository = "https://github.com/dashpay/grovedb"


Expand Down
2 changes: 1 addition & 1 deletion grovedb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
homepage = "https://www.grovedb.org"
repository = "https://github.com/dashpay/grovedb"
readme = "../README.md"
documentation = "docs.rs/grovedb"
documentation = "https://docs.rs/grovedb"


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion merk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
homepage = "https://www.grovedb.org"
repository = "https://github.com/dashpay/grovedb"
readme = "README.md"
documentation = "docs.rs/grovedb-merk"
documentation = "https://docs.rs/grovedb-merk"

[dependencies]
thiserror = "1.0.37"
Expand Down
2 changes: 1 addition & 1 deletion path/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MIT"
description = "Path extension crate for GroveDB"
homepage = "https://www.grovedb.org/"
documentation = "docs.rs/grovedb-path"
documentation = "https://docs.rs/grovedb-path"
repository = "https://github.com/dashpay/grovedb"

[dependencies]
2 changes: 1 addition & 1 deletion storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MIT"
description = "Storage extension crate for GroveDB"
homepage = "https://www.grovedb.org/"
documentation = "docs.rs/grovedb-storage"
documentation = "https://docs.rs/grovedb-storage"
repository = "https://github.com/dashpay/grovedb"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion visualize/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MIT"
description = "Visualizer extension crate for GroveDB"
homepage = "https://www.grovedb.org/"
documentation = "docs.rs/grovedb-visualize"
documentation = "https://docs.rs/grovedb-visualize"
repository = "https://github.com/dashpay/grovedb"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 48e35dc

Please sign in to comment.