Skip to content

Commit

Permalink
fixed links to point to 1.0 spec (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Winckles <[email protected]>
  • Loading branch information
pwinckles and pwinckles authored Feb 8, 2021
1 parent a5bc369 commit 88f1278
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/0003-hash-and-id-n-tuple-storage-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ decoded, because the truncation may leave a partial encoding at the end of the

`digestAlgorithm` is defaulted to `sha256`, and it MUST either contain a digest
algorithm that's [officially supported by the OCFL
spec](https://ocfl.io/draft/spec/#digest-algorithms) or defined in a community
specification](https://ocfl.io/1.0/spec/#digest-algorithms) or defined in a community
extension. The specified algorithm is applied to OCFL object identifiers to
produce hex encoded digest values that are then mapped to OCFL object root
paths.
Expand Down
2 changes: 1 addition & 1 deletion docs/0004-hashed-n-tuple-storage-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ an object may only be found within its `inventory.json`.

`digestAlgorithm` is defaulted to `sha256`, and it MUST either contain a digest
algorithm that's [officially supported by the OCFL
spec](https://ocfl.io/draft/spec/#digest-algorithms) or defined in a community
specification](https://ocfl.io/1.0/spec/#digest-algorithms) or defined in a community
extension. The specified algorithm is applied to OCFL object identifiers to
produce hex encoded digest values that are then mapped to OCFL object root
paths.
Expand Down
2 changes: 1 addition & 1 deletion docs/0005-mutable-head.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ but they can differ based on inventory file settings.

When an object does not have an active mutable HEAD, then a new mutable version
is created following similar steps as outlined in the [OCFL implementation
notes](https://ocfl.io/draft/implementation-notes/#an-example-approach-to-updating-ocfl-object-versions)
notes](https://ocfl.io/1.0/implementation-notes/#an-example-approach-to-updating-ocfl-object-versions)
with two notable differences.

1. The content paths of newly added files must be relative to
Expand Down

0 comments on commit 88f1278

Please sign in to comment.