From: Ward Vandewege Date: Thu, 6 Jan 2022 18:00:18 +0000 (-0500) Subject: Release branches were renamed. X-Git-Tag: 2.3.3~62 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/b54a01daf24713143ba7f5f85dafd1d9d0c78a0f Release branches were renamed. refs #18249 Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/doc/_includes/_branchname.liquid b/doc/_includes/_branchname.liquid index 7180e09ce7..f1d869ba9f 100644 --- a/doc/_includes/_branchname.liquid +++ b/doc/_includes/_branchname.liquid @@ -5,7 +5,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0 {% endcomment %} {% if site.current_version and site.current_version != 'main' %} -{% assign branchname = site.current_version | slice: 1, 3 | append: '-dev' %} +{% assign branchname = site.current_version | slice: 1, 3 | append: '-release' %} {% else %} {% assign branchname = 'main' %} {% endif %} diff --git a/doc/install/arvbox.html.textile.liquid b/doc/install/arvbox.html.textile.liquid index 8e787d5a2c..5c4548d653 100644 --- a/doc/install/arvbox.html.textile.liquid +++ b/doc/install/arvbox.html.textile.liquid @@ -14,7 +14,7 @@ Arvbox is a Docker-based self-contained development, demonstration and testing e h2. Quick start
-$ curl -O https://git.arvados.org/arvados.git/blob_plain/refs/heads/2.3-dev:/tools/arvbox/bin/arvbox
+$ curl -O https://git.arvados.org/arvados.git/blob_plain/refs/heads/2.3-release:/tools/arvbox/bin/arvbox
 $ chmod +x arvbox
 $ ./arvbox start localdemo 2.3.0
 $ ./arvbox adduser demouser demo@example.com