|
22 | 22 | get "/about-coderdojo-japan" => "docs#show", id: 'about-coderdojo-japan' |
23 | 23 | get "/about-coderdojo" => "docs#show", id: 'about-coderdojo' |
24 | 24 |
|
| 25 | + get "/docs/brand-guidelines", to: redirect('/brand') |
25 | 26 | get "/docs/thanks", to: redirect('/thanks') |
26 | 27 | get "/docs/financial-report", to: redirect('/finances') |
27 | 28 | get "/docs/finances", to: redirect('/finances') |
|
34 | 35 | get "/redirects/202407", to: redirect('https://www.facebook.com/groups/coderdojo.jp.champions/posts/7788378511253707/') |
35 | 36 | get "/redirects/interface", to: redirect('/') |
36 | 37 | get "/youtube", to: redirect('https://www.youtube.com/CoderDojoJapan') |
37 | | - get "/brand", to: redirect('/docs/brand-guidelines') |
38 | 38 | get "/calendar", to: redirect('/calendar/yohei') |
39 | 39 | get "/calendar/yohei" => "docs#show", id: '_calendar-yohei' |
40 | 40 | get "/calendar/kirie" => "docs#show", id: '_calendar-kirie' |
41 | 41 | get "/thanks" => "docs#show", id: '_thanks' |
42 | 42 |
|
| 43 | + get "/brand" => "docs#show", id: 'brand-guidelines' |
43 | 44 | get "/charter" => "docs#show", id: 'charter' |
44 | 45 | get "/charter_en" => "docs#show", id: 'charter_en' |
45 | 46 | get "/english" => "docs#show", id: 'english' |
|
0 commit comments