Skip to content

Commit

Permalink
Merge pull request #4304 from ga4gh/master
Browse files Browse the repository at this point in the history
revise GKS links
  • Loading branch information
davidlehn authored Jul 25, 2024
2 parents cb6bf1a + 9bc9a82 commit 04750b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ga4gh/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ RewriteRule ^refget/compliance$ https://ga4gh.github.io/refget-compliance [R=302
RewriteRule ^refget/aws-container(.*)$ https://refget-insdc.jeremy-codes.com$1 [R=302,L]
RewriteRule ^refget/aws-serverless(.*)$ https://spjb6ejone.execute-api.us-east-2.amazonaws.com/Prod$1 [R=302,L]

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

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

0 comments on commit 04750b0

Please sign in to comment.