This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/artemis-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 60a70dc  update the releases docker link to adjust for the appropriate 
TLP as other links do
60a70dc is described below

commit 60a70dc6e811bbd1a4e912e7b59d659a8ec991f6
Author: Robbie Gemmell <[email protected]>
AuthorDate: Tue Jan 20 10:08:04 2026 +0000

    update the releases docker link to adjust for the appropriate TLP as other 
links do
---
 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 6569db7..65c6138 100644
--- a/src/_includes/artemis_release.md
+++ b/src/_includes/artemis_release.md
@@ -13,7 +13,7 @@
   {% assign component_dir = "artemis" %}
 {% endif %}
 #### Apache 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:]({{docs_prefix}}/{{docs_version}}) 
[HTML]({{docs_prefix}}/{{docs_version}}) / 
[PDF]({{docs_prefix}}/{{docs_version}}/book.pdf) |{% if include.examples_link 
%} [Examples](https://github.com/apache/artemis-examples/) |{% endif %} 
[Docker](https://hub.docker.com/r/apache/activemq-artemis/tags) | Java 
compatibility: **{{include.release.java_version}}**
+[Release Notes](release-notes-{{include.release.version}}) | [Git 
Report](commit-report-{{include.release.version}}) | 
[Documentation:]({{docs_prefix}}/{{docs_version}}) 
[HTML]({{docs_prefix}}/{{docs_version}}) / 
[PDF]({{docs_prefix}}/{{docs_version}}/book.pdf) |{% if include.examples_link 
%} [Examples](https://github.com/apache/artemis-examples/) |{% endif %} 
[Docker](https://hub.docker.com/r/apache/{{component_dir}}/tags) | Java 
compatibility: **{{include.release.java_version}}**
 
 {% if include.is_current_release %}
   {% capture distro_url_base 
%}https://www.apache.org/dyn/closer.lua?filename={{project_dir}}/{{component_dir}}/{{include.release.version}}{%
 endcapture %}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to