This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
The following commit(s) were added to refs/heads/trunk by this push:
new 7183f731 ninja-fix caution image needs size, and trunk needs to be
copied into content/
7183f731 is described below
commit 7183f731a21ac1a6beea9a930fc33b108859c7e7
Author: mck <[email protected]>
AuthorDate: Tue Aug 16 23:08:42 2022 +0200
ninja-fix caution image needs size, and trunk needs to be copied into
content/
---
site-content/docker-entrypoint.sh | 2 +-
site-content/source/modules/ROOT/pages/download.adoc | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/site-content/docker-entrypoint.sh
b/site-content/docker-entrypoint.sh
index 6ef04e65..183e6078 100755
--- a/site-content/docker-entrypoint.sh
+++ b/site-content/docker-entrypoint.sh
@@ -238,7 +238,7 @@ prepare_site_html_for_publication() {
move_intree_document_directories "3.11" "3.11.11" "3.11.12" "3.11.13"
move_intree_document_directories "4.0" "4.0.0" "4.0.1" "4.0.2" "4.0.3"
"4.0.4" "4.0.5" "stable"
move_intree_document_directories "4.1" "latest"
- move_intree_document_directories "trunk"
+ move_intree_document_directories "trunk" "4.2"
fi
popd > /dev/null
diff --git a/site-content/source/modules/ROOT/pages/download.adoc
b/site-content/source/modules/ROOT/pages/download.adoc
index e53649ab..4cdbcbfd 100644
--- a/site-content/source/modules/ROOT/pages/download.adoc
+++ b/site-content/source/modules/ROOT/pages/download.adoc
@@ -88,7 +88,9 @@ Older (unsupported) versions of Cassandra are archived
https://archive.apache.or
[caution]
====
-image:/assets/img/caution.svg[alt="Caution"] Debian and RedHat package
repositories have moved! Debian's `sources.list` and RedHat's `cassandra.repo`
files must be updated to point to the new repository URLs (see below).
+image:../assets/img/caution.svg[alt="Caution",width=64,height=64] Debian and
RedHat package repositories have moved!
+
+Debian's `sources.list` and RedHat's `cassandra.repo` files must be updated to
point to the new repository URLs (see below).
====
[example]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]