File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 35
35
get "/redirects/202407" , to : redirect ( 'https://www.facebook.com/groups/coderdojo.jp.champions/posts/7788378511253707/' )
36
36
get "/redirects/interface" , to : redirect ( '/' )
37
37
get "/youtube" , to : redirect ( 'https://www.youtube.com/CoderDojoJapan' )
38
- get "/calendar" , to : redirect ( '/calendar/yohei' )
39
- get "/calendar/yohei" => "docs#show" , id : '_calendar-yohei'
40
- get "/calendar/kirie" => "docs#show" , id : '_calendar-kirie'
38
+ get "/calendar" , to : redirect ( '/calendars' )
39
+ get "/calendars" , to : redirect ( '/calendars/yohei' )
40
+ get "/calendar/yohei" , to : redirect ( '/calendars/yohei' )
41
+ get "/calendar/kirie" , to : redirect ( '/calendars/kirie' )
42
+ get "/calendars/yohei" => "docs#show" , id : '_calendar-yohei'
43
+ get "/calendars/kirie" => "docs#show" , id : '_calendar-kirie'
41
44
get "/thanks" => "docs#show" , id : '_thanks'
42
45
43
46
get "/brand" => "docs#show" , id : 'brand-guidelines'
You can’t perform that action at this time.
0 commit comments