You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/07/28 13:15:43 UTC

[airflow] branch main updated: Update operators.rst (#25358)

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 7341e98378 Update operators.rst (#25358)
7341e98378 is described below

commit 7341e983783ffcf1d2110202047e10e9cc484633
Author: Nischith Shetty <51...@users.noreply.github.com>
AuthorDate: Thu Jul 28 18:45:37 2022 +0530

    Update operators.rst (#25358)
---
 docs/apache-airflow-providers-jdbc/operators.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow-providers-jdbc/operators.rst b/docs/apache-airflow-providers-jdbc/operators.rst
index 3045f8cb35..3b5a696cf2 100644
--- a/docs/apache-airflow-providers-jdbc/operators.rst
+++ b/docs/apache-airflow-providers-jdbc/operators.rst
@@ -34,7 +34,7 @@ To use this operator you need:
 
         pip install apache-airflow[jdbc]
 
-  * Install a `JVM <https://adoptopenjdk.net/installation.html>`_ and
+  * Install a `JVM <https://adoptium.net/installation/>`_ and
     add a ``JAVA_HOME`` env variable.
   * Have the JDBC driver for your database installed.