Skip to content

Commit 47cecec

Browse files
committed
Add test redirect for changeable link
1 parent a5df736 commit 47cecec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/routes.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
get "/docs/_calendar-kirie", to: redirect('/calendar/kirie')
3232
get "/docs/_thanks", to: redirect('/thanks')
3333

34+
get "/redirects/202407", to: redirect('https://www.facebook.com/groups/coderdojo.jp.champions')
3435
get "/youtube", to: redirect('https://www.youtube.com/CoderDojoJapan')
3536
get "/brand", to: redirect('/docs/brand-guidelines')
3637
get "/calendar", to: redirect('/calendar/yohei')

0 commit comments

Comments
 (0)