Skip to content

Commit 7834389

Browse files
committed
Shorten often-visited URL: /docs/brand-guidelines -> /brand
1 parent 8ffa155 commit 7834389

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/routes.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
get "/about-coderdojo-japan" => "docs#show", id: 'about-coderdojo-japan'
2323
get "/about-coderdojo" => "docs#show", id: 'about-coderdojo'
2424

25+
get "/docs/brand-guidelines", to: redirect('/brand')
2526
get "/docs/thanks", to: redirect('/thanks')
2627
get "/docs/financial-report", to: redirect('/finances')
2728
get "/docs/finances", to: redirect('/finances')
@@ -34,12 +35,12 @@
3435
get "/redirects/202407", to: redirect('https://www.facebook.com/groups/coderdojo.jp.champions/posts/7788378511253707/')
3536
get "/redirects/interface", to: redirect('/')
3637
get "/youtube", to: redirect('https://www.youtube.com/CoderDojoJapan')
37-
get "/brand", to: redirect('/docs/brand-guidelines')
3838
get "/calendar", to: redirect('/calendar/yohei')
3939
get "/calendar/yohei" => "docs#show", id: '_calendar-yohei'
4040
get "/calendar/kirie" => "docs#show", id: '_calendar-kirie'
4141
get "/thanks" => "docs#show", id: '_thanks'
4242

43+
get "/brand" => "docs#show", id: 'brand-guidelines'
4344
get "/charter" => "docs#show", id: 'charter'
4445
get "/charter_en" => "docs#show", id: 'charter_en'
4546
get "/english" => "docs#show", id: 'english'

0 commit comments

Comments
 (0)