radicle/canonical: provide public Canonical JSON link

The previous link is now behind an authentication layer.
Replace it with a webarchive link instead.
This commit is contained in:
Fintan Halpenny 2026-01-22 09:10:47 +00:00
parent f6d3dae4c7
commit b41ce2e6fa
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
//! > serde_json cannot necessarily deserialize JSON produced by this
//! > formatter.
//!
//! [Canonical JSON]: http://wiki.laptop.org/go/Canonical_JSON
//! [Canonical JSON]: https://web.archive.org/web/20250207154955/https://wiki.laptop.org/go/Canonical_JSON
//! [olpc-json]: https://docs.rs/olpc-cjson/0.1.2/olpc_cjson
pub mod formatter;

View File

@ -25,7 +25,7 @@ use unicode_normalization::UnicodeNormalization;
/// for distribution convenience. We expressly license the original code under
/// the term of the MIT licence.
///
/// [Canonical JSON]: http://wiki.laptop.org/go/Canonical_JSON
/// [Canonical JSON]: https://web.archive.org/web/20250207154955/https://wiki.laptop.org/go/Canonical_JSON
/// [RFC 8259]: https://www.rfc-editor.org/rfc/rfc8259.txt
#[derive(Debug, Default)]
pub struct CanonicalFormatter {