Skip to content

Commit 63481c3

Browse files
committed
docs: Fix repository links
Fixes #126
1 parent 53d22d2 commit 63481c3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace]
2-
members = ["crates/core", "crates/tree"]
2+
members = ["crates/*"]
33

44
[package]
55
name = "predicates"

crates/core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description = "An API for boolean-valued predicate functions."
55
authors = ["Nick Stevens <nick@bitcurry.com>"]
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"
8-
repository = "https://github.com/assert-rs/predicates-rs/tree/master/predicates-core"
9-
homepage = "https://github.com/assert-rs/predicates-rs/tree/master/predicates-core"
8+
repository = "https://github.com/assert-rs/predicates-rs/tree/master/crates/core"
9+
homepage = "https://github.com/assert-rs/predicates-rs/tree/master/crates/core"
1010
documentation = "https://docs.rs/predicates-core"
1111
categories = ["data-structures", "rust-patterns"]
1212
keywords = ["predicate", "boolean", "combinatorial", "match", "logic"]

crates/tree/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors = ["Nick Stevens <nick@bitcurry.com>"]
55
description = "Render boolean-valued predicate functions results as a tree."
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"
8-
repository = "https://github.com/assert-rs/predicates-rs/tree/master/predicates-tree"
9-
homepage = "https://github.com/assert-rs/predicates-rs/tree/master/predicates-tree"
8+
repository = "https://github.com/assert-rs/predicates-rs/tree/master/crates/tree"
9+
homepage = "https://github.com/assert-rs/predicates-rs/tree/master/crates/tree"
1010
documentation = "https://docs.rs/predicates-tree"
1111
categories = ["data-structures", "rust-patterns"]
1212
keywords = ["predicate", "boolean", "combinatorial", "match", "logic"]

0 commit comments

Comments
 (0)