Skip to content

Commit 8c6ad46

Browse files
authored
Merge pull request #31 from DiseaseTranscriptomicsLab/betas-tutorial
Add redirection to betAS tutorial video
2 parents 096c75e + ec278dc commit 8c6ad46

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

nginx/location_apps.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ location = /voyAGEr { return 307 /app/voyAGEr; }
1313
location = /voyager { return 307 /app/voyAGEr; }
1414
location = /betas { return 307 /app/betAS; }
1515
location = /betAS { return 307 /app/betAS; }
16+
17+
# redirect to external links
18+
location = /betas/tutorial { return 307 https://www.youtube.com/watch?v=RfMcg3boR5I; }
19+
location = /betAS/tutorial { return 307 https://www.youtube.com/watch?v=RfMcg3boR5I; }

0 commit comments

Comments
 (0)