Skip to content

Commit fee6ba3

Browse files
committed
Fix copy-pasta
1 parent f84681b commit fee6ba3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@ submitted for inclusion in the work by you, as defined in the Apache-2.0
255255
license, shall be dual licensed as above, without any additional terms or
256256
conditions.
257257

258-
[CHANGELOG]: https://github.com/getsentry/sentry-native/blob/main/CHANGELOG
259-
[LICENSE-MIT]: https://github.com/getsentry/sentry-native/blob/main/LICENSE-MIT
260-
[LICENSE-APACHE]: https://github.com/getsentry/sentry-native/blob/main/LICENSE-APACHE
258+
[CHANGELOG]: https://github.com/ModProg/derive-where/blob/main/CHANGELOG
259+
[LICENSE-MIT]: https://github.com/ModProg/derive-where/blob/main/LICENSE-MIT
260+
[LICENSE-APACHE]: https://github.com/ModProg/derive-where/blob/main/LICENSE-APACHE
261261
[`Debug`]: https://doc.rust-lang.org/core/fmt/trait.Debug.html
262262
[`Default`]: https://doc.rust-lang.org/core/default/trait.Default.html
263263
[`Hash`]: https://doc.rust-lang.org/core/hash/trait.Hash.html

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,9 @@
291291
//! license, shall be dual licensed as above, without any additional terms or
292292
//! conditions.
293293
//!
294-
//! [CHANGELOG]: https://github.com/getsentry/sentry-native/blob/main/CHANGELOG
295-
//! [LICENSE-MIT]: https://github.com/getsentry/sentry-native/blob/main/LICENSE-MIT
296-
//! [LICENSE-APACHE]: https://github.com/getsentry/sentry-native/blob/main/LICENSE-APACHE
294+
//! [CHANGELOG]: https://github.com/ModProg/derive-where/blob/main/CHANGELOG
295+
//! [LICENSE-MIT]: https://github.com/ModProg/derive-where/blob/main/LICENSE-MIT
296+
//! [LICENSE-APACHE]: https://github.com/ModProg/derive-where/blob/main/LICENSE-APACHE
297297
//! [`Debug`]: core::fmt::Debug
298298
//! [`Default`]: core::default::Default
299299
//! [`Hash`]: core::hash::Hash

0 commit comments

Comments
 (0)