You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/digest/mod.rs
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
//! # Digest
2
2
//!
3
-
//! Parsers for digest strings according to either the [OCI image spec][image-spec]
4
-
//! or the grammar used by [`distribution/reference`][ref].
3
+
//! Parsers for digest strings according to either the [OCI image spec](https://github.com/opencontainers/image-spec/blob/v1.0.2/descriptor.md#digests)
4
+
//! or the grammar used by [`distribution/reference`](https://github.com/distribution/reference/blob/v0.5.0/reference.go#L20-L24).
5
5
//! These grammars differ slightly:
6
6
7
7
// {{{sh
8
-
// echo; cat ../../grammars/digest.diff | sed 's#^#//!#g'; printf '\n// '
8
+
// echo; cat ../../grammars/digest.diff | sed 's#^#//!#g';
0 commit comments