Skip to content

Commit

Permalink
corrected comments in paths.go
Browse files Browse the repository at this point in the history
Signed-off-by: wangxiaoxuan273 <wangxiaoxuan119@gmail.com>
  • Loading branch information
wangxiaoxuan273 committed Jan 6, 2023
1 parent fa3108e commit 225e634
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions registry/storage/paths.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ const (
// startedat
// hashstates/<algorithm>/<offset>
// -> _referrers/subjects
// -> <revision digest path>
// -> <subject digest path>/link
// -> <subject digest path>
// -> <revision digest path>/link
//
// -> blob/<algorithm>
// <split directory content addressable storage>
Expand Down Expand Up @@ -101,7 +101,7 @@ const (
//
// Referrers:
//
// referrersLinkPathSpec: <root>/v2/repositories/<name>/_referrers/subjects/<algorithm>/<hex digest>/<subject algorithm>/<subject hex digest>/link
// referrersLinkPathSpec: <root>/v2/repositories/<name>/_referrers/subjects/<subject algorithm>/<subject hex digest>/<algorithm>/<hex digest>/link
//
// Blob Store:
//
Expand Down

0 comments on commit 225e634

Please sign in to comment.