]> git.openstreetmap.org Git - rails.git/commitdiff
Fix UCL link
authorTom Hughes <tom@compton.nu>
Tue, 3 Dec 2013 18:16:22 +0000 (18:16 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 3 Dec 2013 18:16:22 +0000 (18:16 +0000)
app/views/site/about.html.erb

index 7903dc3b09ffda96e18f6f67a00edd2afa848cfe..a3954b0ceb7e95d5af845ecf11e135e840946010 100644 (file)
@@ -28,7 +28,7 @@
   <div class='section' id='partners'>
     <h2><div class='icon partners'></div><%= t "about_page.partners_title" %></h2>
     <p><%= t 'layouts.partners_html',
-             :ucl => link_to(t('layouts.partners_ucl'), "http://www.vr.ucl.ac.uk"),
+             :ucl => link_to(t('layouts.partners_ucl'), "http://www.bartlett.ucl.ac.uk"),
              :ic => link_to(t('layouts.partners_ic'), "http://www.imperial.ac.uk/"),
              :bytemark => link_to(t('layouts.partners_bytemark'), "http://www.bytemark.co.uk"),
              :partners => link_to(t('layouts.partners_partners'), t('layouts.partners_url')) %>