This is an automated email from the ASF dual-hosted git repository. jbertram pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/main by this push: new 8e991523f NO-JIRA add Docker links to Artemis download page 8e991523f is described below commit 8e991523faf2cb339264bb35a1235af398d6faaa Author: Justin Bertram <jbert...@apache.org> AuthorDate: Fri Jul 18 17:13:20 2025 -0500 NO-JIRA add Docker links to Artemis download page --- src/_includes/artemis_release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/artemis_release.md b/src/_includes/artemis_release.md index ecdedc458..281a95ee3 100644 --- a/src/_includes/artemis_release.md +++ b/src/_includes/artemis_release.md @@ -4,7 +4,7 @@ {% assign docs_version = include.release.docs_version %} {% endif %} #### ActiveMQ Artemis {{include.release.version}} ({{include.release.release_date | date_to_string: "ordinal", "US"}}) -[Release Notes](release-notes-{{include.release.version}}) | [Git Report](commit-report-{{include.release.version}}) | [Documentation:](../documentation/{{docs_version}}) [HTML](../documentation/{{docs_version}}) / [PDF](../documentation/{{docs_version}}/book.pdf) |{% if include.examples_link %} [Examples](https://github.com/apache/activemq-artemis-examples/) |{% endif %} Java compatibility: **{{include.release.java_version}}** +[Release Notes](release-notes-{{include.release.version}}) | [Git Report](commit-report-{{include.release.version}}) | [Documentation:](../documentation/{{docs_version}}) [HTML](../documentation/{{docs_version}}) / [PDF](../documentation/{{docs_version}}/book.pdf) |{% if include.examples_link %} [Examples](https://github.com/apache/activemq-artemis-examples/) |{% endif %} [Docker](https://hub.docker.com/r/apache/activemq-artemis/tags) | Java compatibility: **{{include.release.java_version}}** {% if include.is_current_release %} {% assign distro_url = "https://dlcdn.apache.org" %} --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@activemq.apache.org For additional commands, e-mail: commits-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact