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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 1c07ef0761 Fix SemVer link in security documentation (#32320)
1c07ef0761 is described below

commit 1c07ef076108e2eb92a596ff27ea4eb6099893db
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