Skip to content

Commit 2979348

Browse files
committed
chore: point to the new documentation urls
1 parent 087f25d commit 2979348

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

crates/bencher_compat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rust-version = "1.74" # MSRV
55
edition = "2021"
66
description = "Bencher compatibility layer for CodSpeed"
77
authors = ["Arthur Pastel <[email protected]>"]
8-
documentation = "https://docs.codspeed.io"
8+
documentation = "https://codspeed.io/docs/reference/codspeed-rust/bencher"
99
readme = "README.md"
1010
repository = "https://github.com/CodSpeedHQ/codspeed-rust"
1111
homepage = "https://codspeed.io"

crates/cargo-codspeed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "2.10.1"
44
edition = "2021"
55
description = "Cargo extension to build & run your codspeed benchmarks"
66
authors = ["Arthur Pastel <[email protected]>"]
7-
documentation = "https://docs.codspeed.io"
7+
documentation = "https://codspeed.io/docs/reference/codspeed-rust/cargo-codspeed"
88
readme = "README.md"
99
repository = "https://github.com/CodSpeedHQ/codspeed-rust"
1010
homepage = "https://codspeed.io"

crates/criterion_compat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rust-version = "1.74" # MSRV
55
edition = "2021"
66
description = "Criterion.rs compatibility layer for CodSpeed"
77
authors = ["Arthur Pastel <[email protected]>"]
8-
documentation = "https://docs.codspeed.io"
8+
documentation = "https://codspeed.io/docs/reference/codspeed-rust/criterion"
99
readme = "README.md"
1010
repository = "https://github.com/CodSpeedHQ/codspeed-rust"
1111
homepage = "https://codspeed.io"

crates/divan_compat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rust-version = "1.80"
55
edition = "2021"
66
description = "Divan compatibility layer for CodSpeed"
77
authors = ["Arthur Pastel <[email protected]>"]
8-
documentation = "https://docs.codspeed.io"
8+
documentation = "https://codspeed.io/docs/reference/codspeed-rust/divan"
99
readme = "README.md"
1010
repository = "https://github.com/CodSpeedHQ/codspeed-rust"
1111
homepage = "https://codspeed.io"

0 commit comments

Comments
 (0)