Merge branch '3193-manage-account' of git.curoverse.com:arvados into 3193-manage...
[arvados.git] / apps / workbench / app / views / users / _manage_repositories.html.erb
index 11d25805d91969229e850850534f20a41f2ae701..33746be7eabcc825ebac501eeddeb73fe7361055 100644 (file)
@@ -1,7 +1,7 @@
 <div>
   <p>
-    For more information see <%= link_to raw('setting up SSH access'),
-    "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access-unix.html", target: "_blank"%>
+    For more information see <%= link_to raw('Writing a pipeline'),
+    "#{Rails.configuration.arvados_docsite}/user/tutorials/tutorial-firstscript.html", target: "_blank"%>
   </p>
 
   <table class="table repositories-table">
@@ -27,7 +27,7 @@
             <%= repo[:push_url] != nil %>
           </td>
           <td style="word-break:break-all;">
-            <%= repo[:fetch_url] %>
+            <code><%= repo[:fetch_url] %></code>
           </td>
         </tr>
       <% end %>