Merge branch '16471-install-using-salt' into master
[arvados.git] / build / rails-package-scripts / arvados-sso-server.sh
index 10b2ee26eac311c4326cbc689fe6adf8228e0ffe..e88da0d3a6733f71e3edb33922ed6a9b9a837936 100644 (file)
@@ -1,9 +1,13 @@
 #!/bin/sh
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 # This file declares variables common to all scripts for one Rails package.
 
 PACKAGE_NAME=arvados-sso-server
 INSTALL_PATH=/var/www/arvados-sso
 CONFIG_PATH=/etc/arvados/sso
-DOC_URL="http://doc.arvados.org/install/install-sso.html#configure"
+DOC_URL="https://doc.arvados.org/v2.0/install/install-sso.html#configure"
 RAILSPKG_DATABASE_LOAD_TASK=db:schema:load
 RAILSPKG_SUPPORTS_CONFIG_CHECK=0