Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bijou64/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading