This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch staging in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit a0f8bee5619dd695524dc8a63877a50a3a39f96b 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.
