Skip to content

Commit 0d99c7c

Browse files
susheeldenis-yuen
authored andcommitted
Corrects link to GA4GH . checksum hash algorithm registry (#106)
* Correcting hash algorithm registry link * Correcting hash alg registry link * Fixing unrelated link
1 parent 805e4a5 commit 0d99c7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openapi/ga4gh-tool-discovery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ definitions:
473473
type: string
474474
description: |-
475475
The digest method used to create the checksum.
476-
The value (e.g. `sha-256`) SHOULD be listed as `Hash Name String` in the https://github.com/ga4gh-discovery/ga4gh-hash-alg-registry/blob/master/hash-alg.csv[GA4GH Hash Algorithm Registry].
476+
The value (e.g. `sha-256`) SHOULD be listed as `Hash Name String` in the https://github.com/ga4gh-discovery/ga4gh-checksum/blob/master/hash-alg.csv[GA4GH Checksum Hash Algorithm Registry].
477477
Other values MAY be used, as long as implementors are aware of the issues discussed in https://tools.ietf.org/html/rfc6920#section-9.4[RFC6920].
478478
GA4GH may provide more explicit guidance for use of non-IANA-registered algorithms in the future.
479479
ToolFile:

openapi/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ components:
598598
description: >-
599599
The digest method used to create the checksum.
600600
601-
The value (e.g. `sha-256`) SHOULD be listed as `Hash Name String` in the https://github.com/ga4gh-discovery/ga4gh-hash-alg-registry/blob/master/hash-alg.csv[GA4GH Hash Algorithm Registry].
601+
The value (e.g. `sha-256`) SHOULD be listed as `Hash Name String` in the https://github.com/ga4gh-discovery/ga4gh-checksum/blob/master/hash-alg.csv[GA4GH Checksum Hash Algorithm Registry].
602602
603603
Other values MAY be used, as long as implementors are aware of the issues discussed in https://tools.ietf.org/html/rfc6920#section-9.4[RFC6920].
604604

0 commit comments

Comments
 (0)