Skip to content

Commit

Permalink
docs(spdx-document): Fix-up a URL
Browse files Browse the repository at this point in the history
The existing URL pointed to the head of `main` in which the file path
does not exist currently. Adjust the link to point to the analog page
of the revision tagged with `v2.2.2`, for consistency with other
references to these docs.

Signed-off-by: Frank Viernau <x9fviern@zeiss.com>
  • Loading branch information
fviernau committed Mar 4, 2025
1 parent 6e94cb3 commit b4559c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ data class SpdxExternalReference(

/**
* The references type as specified by
* https://github.com/spdx/spdx-spec/blob/master/chapters/appendix-VI-external-repository-identifiers.md.
* https://github.com/spdx/spdx-spec/blob/v2.2.2/chapters/appendix-VI-external-repository-identifiers.md.
*/
@JsonDeserialize(using = ReferenceTypeDeserializer::class)
val referenceType: Type,
Expand Down

0 comments on commit b4559c0

Please sign in to comment.