Skip to content

Commit 3359f31

Browse files
committed
docs(spdx-document): Fix-up a URL
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 <[email protected]>
1 parent 6e94cb3 commit 3359f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/spdx-document/src/main/kotlin/model/SpdxExternalReference.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ data class SpdxExternalReference(
4646

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

0 commit comments

Comments
 (0)