Skip to content

Commit

Permalink
add redirect for cegs2024 slide deck (#860)
Browse files Browse the repository at this point in the history
Adds a cegs2024 redirect
  • Loading branch information
kevinschaper authored Oct 24, 2024
1 parent d0e380c commit 4425a2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/nginx/config/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ server {
location /oba { return 301 https://github.com/obophenotype/bio-attribute-ontology; }
location /phenio { return 301 https://github.com/monarch-initiative/phenio; }

# redirects for slides etc
location /cegs2024 { return 301 https://docs.google.com/presentation/d/1W2OJ37v1c_ixl-xzK6Uw7o8WL3Gf2wp0Qjz8QZhW_1M ; }

# redirect /<category>/<curie> to /<curie>
location ~ ^/(gene|disease|phenotype|anatomy|pathway)/([\w+]+:[\w\d]+)$ {
Expand Down

0 comments on commit 4425a2a

Please sign in to comment.