Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
radicle/canonical: provide public Canonical JSON link
Merged fintohaps opened 3 months ago

The previous link is now behind an authentication layer. Replace it with a webarchive link instead.

2 files changed +2 -2 f6d3dae4 b41ce2e6
modified crates/radicle/src/canonical.rs
@@ -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;
modified crates/radicle/src/canonical/formatter.rs
@@ -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 {