Skip to content

Commit 7c8143e

Browse files
committed
update link in lib.rs and README
1 parent ec71e17 commit 7c8143e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109

110110
- Initial version.
111111

112+
[0.5.0]: https://github.com/nextest-rs/quick-junit/releases/tag/quick-junit-0.5.0
112113
[0.4.0]: https://github.com/nextest-rs/quick-junit/releases/tag/quick-junit-0.4.0
113114
[0.3.6]: https://github.com/nextest-rs/quick-junit/releases/tag/quick-junit-0.3.6
114115
[0.3.5]: https://github.com/nextest-rs/nextest/releases/tag/quick-junit-0.3.5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ assert_eq!(report.to_string().unwrap(), EXPECTED_XML);
6262
```
6363

6464
For a more comprehensive example, including reruns and flaky tests, see
65-
[`fixture_tests.rs`](https://github.com/nextest-rs/nextest/blob/main/quick-junit/tests/fixture_tests.rs).
65+
[`fixture_tests.rs`](https://github.com/nextest-rs/quick-junit/blob/main/tests/fixture_tests.rs).
6666

6767
## Minimum supported Rust version (MSRV)
6868

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
//! ```
5959
//!
6060
//! For a more comprehensive example, including reruns and flaky tests, see
61-
//! [`fixture_tests.rs`](https://github.com/nextest-rs/nextest/blob/main/quick-junit/tests/fixture_tests.rs).
61+
//! [`fixture_tests.rs`](https://github.com/nextest-rs/quick-junit/blob/main/tests/fixture_tests.rs).
6262
//!
6363
//! # Minimum supported Rust version (MSRV)
6464
//!

0 commit comments

Comments
 (0)