Release branches were renamed.
authorWard Vandewege <ward@curii.com>
Thu, 6 Jan 2022 18:00:18 +0000 (13:00 -0500)
committerWard Vandewege <ward@curii.com>
Thu, 6 Jan 2022 18:00:18 +0000 (13:00 -0500)
refs #18249

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

doc/_includes/_branchname.liquid
doc/install/arvbox.html.textile.liquid

index 7180e09ce7286ba0d1793dfb649b7b877fdb3573..f1d869ba9f8beef5be851afef54f0736d47b8cd0 100644 (file)
@@ -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 %}
index 8e787d5a2c255059d63c0681d1f441ef5a4918d4..5c4548d653df389e66f43a96ca20bd9ef6efd1ca 100644 (file)
@@ -14,7 +14,7 @@ Arvbox is a Docker-based self-contained development, demonstration and testing e
 h2. Quick start
 
 <pre>
-$ 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