Skip to content

Commit 265e911

Browse files
Merge pull request #32 from DiseaseTranscriptomicsLab/update_betAS_tutorial
2 parents 9fdfa7c + c678c74 commit 265e911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx/location_apps.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ location = /betas { return 307 /app/betAS; }
1515
location = /betAS { return 307 /app/betAS; }
1616

1717
# 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; }
18+
location = /betas/tutorial { return 307 https://www.youtube.com/watch?v=h6Xj1eIO5OU; }
19+
location = /betAS/tutorial { return 307 https://www.youtube.com/watch?v=h6Xj1eIO5OU; }

0 commit comments

Comments
 (0)