[ARVADOS] updated: 4a7ca048ea3f26fa8c417001bd5b9d2c1ab62e71

git at public.curoverse.com git at public.curoverse.com
Thu Jul 10 15:07:42 EDT 2014


Summary of changes:
 apps/workbench/app/views/authorized_keys/_show_help.html.erb          | 2 +-
 apps/workbench/app/views/notifications/_ssh_key_notification.html.erb | 2 +-
 apps/workbench/app/views/repositories/_show_help.html.erb             | 2 +-
 apps/workbench/app/views/virtual_machines/_show_help.html.erb         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

       via  4a7ca048ea3f26fa8c417001bd5b9d2c1ab62e71 (commit)
      from  8b185ea4dda14333a099964589d8d57aef3f1403 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 4a7ca048ea3f26fa8c417001bd5b9d2c1ab62e71
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu Jul 10 15:07:08 2014 -0400

    Fix broken links to SSH key help page. no issue #

diff --git a/apps/workbench/app/views/authorized_keys/_show_help.html.erb b/apps/workbench/app/views/authorized_keys/_show_help.html.erb
index db4d4dc..42fff3c 100644
--- a/apps/workbench/app/views/authorized_keys/_show_help.html.erb
+++ b/apps/workbench/app/views/authorized_keys/_show_help.html.erb
@@ -4,7 +4,7 @@
 <ul>
   <li>
     <%= link_to raw('Arvados Docs → User Guide → 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>
diff --git a/apps/workbench/app/views/notifications/_ssh_key_notification.html.erb b/apps/workbench/app/views/notifications/_ssh_key_notification.html.erb
index b92dfe6..1dedb4d 100644
--- a/apps/workbench/app/views/notifications/_ssh_key_notification.html.erb
+++ b/apps/workbench/app/views/notifications/_ssh_key_notification.html.erb
@@ -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
diff --git a/apps/workbench/app/views/repositories/_show_help.html.erb b/apps/workbench/app/views/repositories/_show_help.html.erb
index 2830da5..50ec880 100644
--- a/apps/workbench/app/views/repositories/_show_help.html.erb
+++ b/apps/workbench/app/views/repositories/_show_help.html.erb
@@ -18,7 +18,7 @@ git push
 <p>
   See also:
   <%= link_to raw('Arvados Docs → User Guide → 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 → User Guide → Writing a Crunch
   Script'),
diff --git a/apps/workbench/app/views/virtual_machines/_show_help.html.erb b/apps/workbench/app/views/virtual_machines/_show_help.html.erb
index abf76b0..50f8c43 100644
--- a/apps/workbench/app/views/virtual_machines/_show_help.html.erb
+++ b/apps/workbench/app/views/virtual_machines/_show_help.html.erb
@@ -21,6 +21,6 @@ ssh <%= @objects.first.andand.hostname.andand.sub('.'+current_api_host,'') or 'v
 <p>
   See also:
   <%= link_to raw('Arvados Docs → User Guide → 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>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list