Skip to content

Commit 437c901

Browse files
committed
Add redirect: /youtube -> CDJ YouTube channel
1 parent 4f51d40 commit 437c901

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
@@ -11,6 +11,7 @@
1111
get "/docs/charter_en", to: redirect('/charter_en')
1212
get "/docs/financial-report", to: redirect('/financial-report')
1313
get "/login", to: redirect('/login-8717e64efaf19d7d')
14+
get "/youtube", to: redirect('https://www.youtube.com/channel/UCal5GuoCDCMDQe07w69TuJA')
1415
get "/podcasts/feed" => "podcasts#feed"
1516
get "/charter" => "docs#show", id: 'charter'
1617
get "/charter_en" => "docs#show", id: 'charter_en'

0 commit comments

Comments
 (0)