Fix broken links to SSH key help page. no issue #
authorTom Clegg <tom@curoverse.com>
Thu, 10 Jul 2014 19:07:08 +0000 (15:07 -0400)
committerTom Clegg <tom@curoverse.com>
Thu, 10 Jul 2014 19:07:08 +0000 (15:07 -0400)
apps/workbench/app/views/authorized_keys/_show_help.html.erb
apps/workbench/app/views/notifications/_ssh_key_notification.html.erb
apps/workbench/app/views/repositories/_show_help.html.erb
apps/workbench/app/views/virtual_machines/_show_help.html.erb

index db4d4dc440c798a7e8a5f93e59f7c33fca2d87f0..42fff3cdf03765adb9e4a59ea2463735203ccc65 100644 (file)
@@ -4,7 +4,7 @@
 <ul>
   <li>
     <%= link_to raw('Arvados Docs &rarr; User Guide &rarr; SSH access'),
-        "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access.html",
+        "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access-unix.html",
         target: "_blank"%>.
   </li>
 </ul>
index b92dfe67deb5193a7b2649e745038d367a61ee0f..1dedb4dc17ee94f84bd7bc16393472573cc4b7c9 100644 (file)
@@ -2,7 +2,7 @@
     <div>
       Hi, I noticed that you have not yet set up an SSH public key for use with Arvados.  
       <%= link_to "Click here to learn about SSH keys in Arvados.",
-         "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access.html", 
+         "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access-unix.html", 
          style: "font-weight: bold",
          target: "_blank" %>
       When you have an SSH key you would like to use, paste the SSH public key
index 2830da5ae942a5082e8b290302d907ef9cff6618..50ec8809dc48cf4a2f271dfe37da77fadd5772e8 100644 (file)
@@ -18,7 +18,7 @@ git push
 <p>
   See also:
   <%= link_to raw('Arvados Docs &rarr; User Guide &rarr; SSH access'),
-  "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access.html",
+  "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access-unix.html",
       target: "_blank"%> and 
   <%= link_to raw('Arvados Docs &rarr; User Guide &rarr; Writing a Crunch
   Script'),
index abf76b0148f8ac900fc5bf6708a5599724d5a4c8..50f8c435bfa4a1468ab72d8d8ae13f8ea95acaf6 100644 (file)
@@ -21,6 +21,6 @@ ssh <%= @objects.first.andand.hostname.andand.sub('.'+current_api_host,'') or 'v
 <p>
   See also:
   <%= link_to raw('Arvados Docs &rarr; User Guide &rarr; SSH access'),
-  "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access.html",
+  "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access-unix.html",
   target: "_blank"%>.
 </p>