Skip to content

Commit

Permalink
docs: fix readme paths
Browse files Browse the repository at this point in the history
  • Loading branch information
camshaft committed Sep 28, 2023
1 parent 36d41b8 commit 63df196
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/bolero-afl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/camshaft/bolero"
keywords = ["testing", "fuzz", "fuzzing"]
license = "MIT"
edition = "2018"
readme = "../README.md"
readme = "../../README.md"

[features]
default = ["lib"]
Expand Down
2 changes: 1 addition & 1 deletion lib/bolero-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/camshaft/bolero"
keywords = ["testing", "quickcheck", "property", "fuzz", "fuzzing"]
license = "MIT"
edition = "2018"
readme = "../README.md"
readme = "../../README.md"
rust-version = "1.57.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion lib/bolero-honggfuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/camshaft/bolero"
keywords = ["testing", "fuzz", "fuzzing"]
license = "MIT"
edition = "2018"
readme = "../README.md"
readme = "../../README.md"

[features]
default = ["lib"]
Expand Down
2 changes: 1 addition & 1 deletion lib/bolero-kani/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/camshaft/bolero"
keywords = ["testing", "model", "proof"]
license = "MIT"
edition = "2018"
readme = "../README.md"
readme = "../../README.md"

[features]
default = ["lib"]
Expand Down
2 changes: 1 addition & 1 deletion lib/bolero-libfuzzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/camshaft/bolero"
keywords = ["testing", "fuzz", "fuzzing"]
license = "MIT"
edition = "2018"
readme = "../README.md"
readme = "../../README.md"

[features]
default = ["lib"]
Expand Down
2 changes: 1 addition & 1 deletion lib/bolero/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/camshaft/bolero"
keywords = ["testing", "quickcheck", "property", "fuzz", "fuzzing"]
license = "MIT"
edition = "2018"
readme = "../README.md"
readme = "../../README.md"
rust-version = "1.57.0"

[features]
Expand Down

0 comments on commit 63df196

Please sign in to comment.