You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2018/05/24 20:55:27 UTC

incubator-airflow git commit: [AIRFLOW-2518] Fix broken ToC links in integration.rst

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 2d50ba433 -> e4e7b55ad


[AIRFLOW-2518] Fix broken ToC links in integration.rst

Closes #3412 from sekikn/AIRFLOW-2518


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/e4e7b55a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/e4e7b55a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/e4e7b55a

Branch: refs/heads/master
Commit: e4e7b55ad71ff067f32e3f311753063a2bd76f05
Parents: 2d50ba4
Author: Kengo Seki <se...@apache.org>
Authored: Thu May 24 21:55:19 2018 +0100
Committer: Kaxil Naik <ka...@apache.org>
Committed: Thu May 24 21:55:19 2018 +0100

----------------------------------------------------------------------
 docs/integration.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/e4e7b55a/docs/integration.rst
----------------------------------------------------------------------
diff --git a/docs/integration.rst b/docs/integration.rst
index 35e0ca0..9fa9bbb 100644
--- a/docs/integration.rst
+++ b/docs/integration.rst
@@ -8,6 +8,7 @@ Integration
 - :ref:`GCP`
 
 .. _ReverseProxy:
+
 Reverse Proxy
 -------------
 
@@ -295,7 +296,7 @@ S3ToRedshiftTransfer
 Databricks
 ----------
 
-`Databricks <https://databricks.com/>`_ has contributed an Airflow operator which enables
+`Databricks <https://databricks.com/>`__ has contributed an Airflow operator which enables
 submitting runs to the Databricks platform. Internally the operator talks to the
 ``api/2.0/jobs/runs/submit`` `endpoint <https://docs.databricks.com/api/latest/jobs.html#runs-submit>`_.