16159: Merge branch 'master' into 16159-token-expiration-on-logout
[arvados.git] / apps / workbench / app / views / users / _ssh_keys.html.erb
index 794e89c8867ca9afe7f91ca7e0c049bc45794375..fa26bc4aa1af8f379edb8d73c7026475a5d7c149 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <div class="panel panel-default">
   <div class="panel-heading">
     <div class="pull-right">
@@ -15,7 +19,7 @@
 <div id="manage_ssh_keys" class="panel-body">
   <% if !@my_ssh_keys.any? %>
      <p> You have not yet set up an SSH public key for use with Arvados. <%= link_to "Learn more.",
-                  "#{Rails.configuration.arvados_docsite}/user/getting_started/ssh-access-unix.html",
+                  "#{Rails.configuration.Workbench.ArvadosDocsite}/user/getting_started/ssh-access-unix.html",
                   style: "font-weight: bold",
                   target: "_blank" %>
      </p>