Skip to content

Commit d15bc42

Browse files
committed
addresses ga4gh/TASC#50
1 parent d213dbb commit d15bc42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ga4gh/.htaccess

+3-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ RewriteRule ^refget/compliance$ https://ga4gh.github.io/refget-compliance [R=302
4848
RewriteRule ^refget/aws-container(.*)$ https://refget-insdc.jeremy-codes.com$1 [R=302,L]
4949
RewriteRule ^refget/aws-serverless(.*)$ https://spjb6ejone.execute-api.us-east-2.amazonaws.com/Prod$1 [R=302,L]
5050

51-
# VRS links
52-
RewriteRule ^vrs/1.3/vrs.json https://raw.githubusercontent.com/ga4gh/vrs/1.3/schema/vrs.json
51+
# GKS links
52+
RewriteRule ^schema/(vrs|cat-vrs)/(.*?)/(.*) https://raw.githubusercontent.com/ga4gh/vrs/$1/schema/vrs/$2 [R=301,L]
53+
RewriteRule ^schema/(gks-common|va-spec)/(.*?)/(.*) https://raw.githubusercontent.com/ga4gh/$1/$2/schema/$3 [R=301,L]
5354

5455
# Discovery Links
5556
RewriteRule ^discovery/service-info-v1.yaml$ https://raw.githubusercontent.com/ga4gh-discovery/ga4gh-service-info/develop/service-info.yaml [R=302,B,L]

0 commit comments

Comments
 (0)