Skip to content

Commit

Permalink
docs: update documentation URL to point to docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad committed Aug 12, 2024
1 parent 7297df5 commit 710ae30
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 11 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ edition = "2021"
license = "MIT"
description = "Re-imagined approach to application design and architecture"
homepage = "https://rearch.gsconrad.com"
documentation = "https://rearch.gsconrad.com"
repository = "https://github.com/GregoryConrad/rearch-rs"
keywords = ["design", "architecture", "reactive", "immutable", "dependency-injection"]
categories = ["caching", "concurrency"]
Expand Down
1 change: 0 additions & 1 deletion examples/axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition.workspace = true
license.workspace = true
description.workspace = true
homepage.workspace = true
documentation.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
Expand Down
1 change: 0 additions & 1 deletion examples/count-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition.workspace = true
license.workspace = true
description.workspace = true
homepage.workspace = true
documentation.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
Expand Down
1 change: 0 additions & 1 deletion examples/fibonacci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition.workspace = true
license.workspace = true
description.workspace = true
homepage.workspace = true
documentation.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
Expand Down
1 change: 0 additions & 1 deletion examples/large-list/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition.workspace = true
license.workspace = true
description.workspace = true
homepage.workspace = true
documentation.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
Expand Down
1 change: 0 additions & 1 deletion examples/simple-demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition.workspace = true
license.workspace = true
description.workspace = true
homepage.workspace = true
documentation.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion rearch-effects/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "rearch-effects"
version = "0.6.0"
documentation = "https://docs.rs/rearch-effects"
edition.workspace = true
license.workspace = true
description.workspace = true
homepage.workspace = true
documentation.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion rearch-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "rearch-macros"
version = "0.6.0"
documentation = "https://docs.rs/rearch-macros"
edition.workspace = true
license.workspace = true
description.workspace = true
homepage.workspace = true
documentation.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion rearch-tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "rearch-tokio"
version = "0.10.4"
documentation = "https://docs.rs/rearch-tokio"
edition.workspace = true
license.workspace = true
description.workspace = true
homepage.workspace = true
documentation.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
Expand Down
1 change: 0 additions & 1 deletion rearch-ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition.workspace = true
license.workspace = true
description.workspace = true
homepage.workspace = true
documentation.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion rearch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "rearch"
version = "0.10.2"
documentation = "https://docs.rs/rearch"
rust-version = "1.75"
edition.workspace = true
license.workspace = true
description.workspace = true
homepage.workspace = true
documentation.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
Expand Down

0 comments on commit 710ae30

Please sign in to comment.