diff --git a/bijou64/src/lib.rs b/bijou64/src/lib.rs index 98d2711..5ca3dbc 100644 --- a/bijou64/src/lib.rs +++ b/bijou64/src/lib.rs @@ -6,7 +6,7 @@ //! exactly one encoding, and each encoding has exactly one value. This is //! [bijective numeration] applied to VARU64's tag-byte framing. //! -//! See the [specification](https://github.com/inkandswitch/subduction/blob/main/bijou64/SPEC.md) +//! See the [specification](https://github.com/inkandswitch/bijou/blob/main/bijou64/SPEC.md) //! for the full format definition, design rationale, and test vectors. //! //! # Encoding