Skip to content

Commit 917784a

Browse files
committedMar 18, 2025
fix incorrect link
1 parent fb1e1f0 commit 917784a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkg/manifest/contributor.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
// Contributor
1111
// https://github.com/readium/webpub-manifest/tree/master/contexts/default#contributors
12-
// https://github.com/readium/webpub-manifest/schema/contributor-object.schema.json
12+
// https://github.com/readium/webpub-manifest/blob/master/schema/contributor-object.schema.json
1313
type Contributor struct {
1414
LocalizedName LocalizedString `json:"name" validate:"required"` // The name of the contributor.
1515
LocalizedSortAs *LocalizedString `json:"sortAs,omitempty"` // The string used to sort the name of the contributor.

0 commit comments

Comments
 (0)
Please sign in to comment.