We now have the auto-redirect behavior on https://arvadosapi.com/
[arvados.git] / tools / arvbash / arvbash.sh
index c2785c498c22a7569d5b1c5e2e9e89a6fc014a27..ecad0888dfce8a9a3e4945b02a0a0fc903e243b3 100755 (executable)
@@ -1,4 +1,8 @@
 #!/bin/bash
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 # bash functions for managing Arvados tokens and other conveniences.
 
 read -rd "\000" helpmessage <<EOF
@@ -25,7 +29,7 @@ arvboxswitch <name>
   With no arguments, list available arvboxes.
 
 arvopen:
-  Open an Arvados uuid in web browser (http://curover.se)
+  Open an Arvados uuid in web browser (http://arvadosapi.com)
 
 arvissue
   Open an Arvados ticket in web browser (http://dev.arvados.org)
@@ -107,7 +111,7 @@ arvboxswitch() {
 
 arvopen() {
     if [[ -n "$1" ]] ; then
-        xdg-open https://curover.se/$1
+        xdg-open https://arvadosapi.com/$1
     else
         echo "Open Arvados uuid in browser"
         echo "Usage: arvopen uuid"