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

potiuk pushed a commit to branch v2-6-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-6-test by this push:
     new 43afd2c9c3 Fix SemVer link in security documentation (#32320)
43afd2c9c3 is described below

commit 43afd2c9c3ca07b150cdc36a11821724555aefac
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Jul 2 20:38:08 2023 +0200

    Fix SemVer link in security documentation (#32320)
    
    The SemVer link was an md-style one, we should change it rst-style
---
 docs/apache-airflow/security/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/security/index.rst 
b/docs/apache-airflow/security/index.rst
index 3573348f10..4b80e06e8d 100644
--- a/docs/apache-airflow/security/index.rst
+++ b/docs/apache-airflow/security/index.rst
@@ -156,7 +156,7 @@ MUST upgrade to the latest ``MINOR`` version of Airflow.
 Releasing Airflow providers with security patches
 -------------------------------------------------
 
-Similarly to Airflow, providers use strict [SemVer](https://semver.org) 
versioning policy, and the same
+Similarly to Airflow, providers use strict `SemVer <https://semver.org>`_ 
versioning policy, and the same
 policies apply for providers as for Airflow itself. This means that you need 
to upgrade to the latest
 ``MINOR`` version of the provider to get the latest security fixes.
 Airflow providers are released independently from Airflow itself and the 
information about vulnerabilities

Reply via email to