This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 77cefabf2f Fix Format release links for announcements (#1306)
77cefabf2f is described below
commit 77cefabf2f8cac8c7a82cafe31f1b4d13a1bae21
Author: Yeonguk Choo <[email protected]>
AuthorDate: Wed Dec 10 23:48:41 2025 +0900
Fix Format release links for announcements (#1306)
---
landing-pages/site/content/en/announcements/_index.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/landing-pages/site/content/en/announcements/_index.md
b/landing-pages/site/content/en/announcements/_index.md
index 79531819c3..295a4231ff 100644
--- a/landing-pages/site/content/en/announcements/_index.md
+++ b/landing-pages/site/content/en/announcements/_index.md
@@ -15,10 +15,10 @@ menu:
We've just released Apache **Airflow 3.1.4** and **Task SDK 1.1.4** 🎉
-📦 PyPI: https://pypi.org/project/apache-airflow/3.1.4/
-📚 Docs: https://airflow.apache.org/docs/apache-airflow/3.1.4/
-🛠 Release Notes:
https://airflow.apache.org/docs/apache-airflow/3.1.4/release_notes.html
-🐳 Docker Image: "docker pull apache/airflow:3.1.4"
+📦 PyPI: https://pypi.org/project/apache-airflow/3.1.4/ \
+📚 Docs: https://airflow.apache.org/docs/apache-airflow/3.1.4/ \
+🛠 Release Notes:
https://airflow.apache.org/docs/apache-airflow/3.1.4/release_notes.html \
+🐳 Docker Image: "docker pull apache/airflow:3.1.4" \
🚏 Constraints: https://github.com/apache/airflow/tree/constraints-3.1.4
Thanks to all the contributors who made this possible.