Skip to content

Commit

Permalink
Fix SemVer link in security documentation (#32320)
Browse files Browse the repository at this point in the history
The SemVer link was an md-style one, we should change it rst-style
  • Loading branch information
potiuk committed Jul 2, 2023
1 parent 00bf2ab commit 1c07ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/security/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c07ef0

Please sign in to comment.