Skip to content

Commit ded736a

Browse files
committed
fix: Use correct link format in changelogs
1 parent 4246542 commit ded736a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/k8s-version/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
88

99
- Replace `lazy_static` with `std::cell::LazyCell` ([#827]).
1010

11-
[#827](https://github.com/stackabletech/operator-rs/pull/827)
11+
[#827]: https://github.com/stackabletech/operator-rs/pull/827
1212

1313
## [0.1.1] - 2024-07-10
1414

crates/stackable-operator/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
88

99
- BREAKING: Replace `lazy_static` with `std::cell::LazyCell` ([#827]).
1010

11-
[#827](https://github.com/stackabletech/operator-rs/pull/827)
11+
[#827]: https://github.com/stackabletech/operator-rs/pull/827
1212

1313
## [0.71.0] - 2024-07-29
1414

0 commit comments

Comments
 (0)