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 2020/08/22 19:44:33 UTC

[airflow] branch master updated: Fix broken Markdown refernces in Providers README (#10483)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ee7ca12  Fix broken Markdown refernces in Providers README (#10483)
ee7ca12 is described below

commit ee7ca128a17937313566f2badb6cc569c614db94
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Sat Aug 22 20:44:02 2020 +0100

    Fix broken Markdown refernces in Providers README (#10483)
    
    `#provider-class-summary` -> `#provider-classes-summary`
---
 airflow/providers/amazon/README.md                    | 2 +-
 airflow/providers/apache/cassandra/README.md          | 2 +-
 airflow/providers/apache/druid/README.md              | 2 +-
 airflow/providers/apache/hdfs/README.md               | 2 +-
 airflow/providers/apache/hive/README.md               | 2 +-
 airflow/providers/apache/livy/README.md               | 2 +-
 airflow/providers/apache/pig/README.md                | 2 +-
 airflow/providers/apache/pinot/README.md              | 2 +-
 airflow/providers/apache/spark/README.md              | 2 +-
 airflow/providers/apache/sqoop/README.md              | 2 +-
 airflow/providers/celery/README.md                    | 2 +-
 airflow/providers/cloudant/README.md                  | 2 +-
 airflow/providers/databricks/README.md                | 2 +-
 airflow/providers/datadog/README.md                   | 2 +-
 airflow/providers/dingding/README.md                  | 2 +-
 airflow/providers/discord/README.md                   | 2 +-
 airflow/providers/docker/README.md                    | 2 +-
 airflow/providers/elasticsearch/README.md             | 2 +-
 airflow/providers/exasol/README.md                    | 2 +-
 airflow/providers/facebook/README.md                  | 2 +-
 airflow/providers/ftp/README.md                       | 2 +-
 airflow/providers/google/README.md                    | 2 +-
 airflow/providers/grpc/README.md                      | 2 +-
 airflow/providers/hashicorp/README.md                 | 2 +-
 airflow/providers/http/README.md                      | 2 +-
 airflow/providers/imap/README.md                      | 2 +-
 airflow/providers/jdbc/README.md                      | 2 +-
 airflow/providers/jenkins/README.md                   | 2 +-
 airflow/providers/jira/README.md                      | 2 +-
 airflow/providers/microsoft/azure/README.md           | 2 +-
 airflow/providers/microsoft/mssql/README.md           | 2 +-
 airflow/providers/microsoft/winrm/README.md           | 2 +-
 airflow/providers/mongo/README.md                     | 2 +-
 airflow/providers/mysql/README.md                     | 2 +-
 airflow/providers/odbc/README.md                      | 2 +-
 airflow/providers/openfaas/README.md                  | 2 +-
 airflow/providers/opsgenie/README.md                  | 2 +-
 airflow/providers/oracle/README.md                    | 2 +-
 airflow/providers/pagerduty/README.md                 | 2 +-
 airflow/providers/postgres/README.md                  | 2 +-
 airflow/providers/presto/README.md                    | 2 +-
 airflow/providers/qubole/README.md                    | 2 +-
 airflow/providers/redis/README.md                     | 2 +-
 airflow/providers/salesforce/README.md                | 2 +-
 airflow/providers/samba/README.md                     | 2 +-
 airflow/providers/segment/README.md                   | 2 +-
 airflow/providers/sftp/README.md                      | 2 +-
 airflow/providers/singularity/README.md               | 2 +-
 airflow/providers/slack/README.md                     | 2 +-
 airflow/providers/snowflake/README.md                 | 2 +-
 airflow/providers/sqlite/README.md                    | 2 +-
 airflow/providers/ssh/README.md                       | 2 +-
 airflow/providers/vertica/README.md                   | 2 +-
 airflow/providers/yandex/README.md                    | 2 +-
 airflow/providers/zendesk/README.md                   | 2 +-
 backport_packages/PROVIDERS_README_TEMPLATE.md.jinja2 | 2 +-
 56 files changed, 56 insertions(+), 56 deletions(-)

diff --git a/airflow/providers/amazon/README.md b/airflow/providers/amazon/README.md
index c1d465b..8fd3bf0 100644
--- a/airflow/providers/amazon/README.md
+++ b/airflow/providers/amazon/README.md
@@ -29,7 +29,7 @@ Release: 2020.6.24
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
 - [Cross provider package dependencies](#cross-provider-package-dependencies)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [New operators](#new-operators)
         - [Moved operators](#moved-operators)
diff --git a/airflow/providers/apache/cassandra/README.md b/airflow/providers/apache/cassandra/README.md
index 5194f6d..4add428 100644
--- a/airflow/providers/apache/cassandra/README.md
+++ b/airflow/providers/apache/cassandra/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Sensors](#sensors)
         - [Moved sensors](#moved-sensors)
     - [Hooks](#hooks)
diff --git a/airflow/providers/apache/druid/README.md b/airflow/providers/apache/druid/README.md
index db7c88a..f511ff5 100644
--- a/airflow/providers/apache/druid/README.md
+++ b/airflow/providers/apache/druid/README.md
@@ -29,7 +29,7 @@ Release: 2020.6.24
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
 - [Cross provider package dependencies](#cross-provider-package-dependencies)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Transfer operators](#transfers)
diff --git a/airflow/providers/apache/hdfs/README.md b/airflow/providers/apache/hdfs/README.md
index 54c7c36..afeb61c 100644
--- a/airflow/providers/apache/hdfs/README.md
+++ b/airflow/providers/apache/hdfs/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Sensors](#sensors)
         - [Moved sensors](#moved-sensors)
     - [Hooks](#hooks)
diff --git a/airflow/providers/apache/hive/README.md b/airflow/providers/apache/hive/README.md
index 84cbe53..9208f53 100644
--- a/airflow/providers/apache/hive/README.md
+++ b/airflow/providers/apache/hive/README.md
@@ -29,7 +29,7 @@ Release: 2020.6.24
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
 - [Cross provider package dependencies](#cross-provider-package-dependencies)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Transfer operators](#transfers)
diff --git a/airflow/providers/apache/livy/README.md b/airflow/providers/apache/livy/README.md
index cd08acf..b8a2d55 100644
--- a/airflow/providers/apache/livy/README.md
+++ b/airflow/providers/apache/livy/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [Cross provider package dependencies](#cross-provider-package-dependencies)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [New operators](#new-operators)
     - [Sensors](#sensors)
diff --git a/airflow/providers/apache/pig/README.md b/airflow/providers/apache/pig/README.md
index b2009b2..c6c18fc 100644
--- a/airflow/providers/apache/pig/README.md
+++ b/airflow/providers/apache/pig/README.md
@@ -27,7 +27,7 @@ Release: 2020.6.24
 - [Backport package](#backport-package)
 - [Installation](#installation)
 - [Compatibility](#compatibility)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Hooks](#hooks)
diff --git a/airflow/providers/apache/pinot/README.md b/airflow/providers/apache/pinot/README.md
index c52a736..654f7d3 100644
--- a/airflow/providers/apache/pinot/README.md
+++ b/airflow/providers/apache/pinot/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Hooks](#hooks)
         - [Moved hooks](#moved-hooks)
 - [Releases](#releases)
diff --git a/airflow/providers/apache/spark/README.md b/airflow/providers/apache/spark/README.md
index 6466a5d..bf1d699 100644
--- a/airflow/providers/apache/spark/README.md
+++ b/airflow/providers/apache/spark/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Hooks](#hooks)
diff --git a/airflow/providers/apache/sqoop/README.md b/airflow/providers/apache/sqoop/README.md
index 225ad59..1709ae3 100644
--- a/airflow/providers/apache/sqoop/README.md
+++ b/airflow/providers/apache/sqoop/README.md
@@ -27,7 +27,7 @@ Release: 2020.6.24
 - [Backport package](#backport-package)
 - [Installation](#installation)
 - [Compatibility](#compatibility)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Hooks](#hooks)
diff --git a/airflow/providers/celery/README.md b/airflow/providers/celery/README.md
index 61340c8..3c441ec 100644
--- a/airflow/providers/celery/README.md
+++ b/airflow/providers/celery/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Sensors](#sensors)
         - [Moved sensors](#moved-sensors)
 - [Releases](#releases)
diff --git a/airflow/providers/cloudant/README.md b/airflow/providers/cloudant/README.md
index 87c63be..82a626d 100644
--- a/airflow/providers/cloudant/README.md
+++ b/airflow/providers/cloudant/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Hooks](#hooks)
         - [Moved hooks](#moved-hooks)
 - [Releases](#releases)
diff --git a/airflow/providers/databricks/README.md b/airflow/providers/databricks/README.md
index 37c427c..a37e7c4 100644
--- a/airflow/providers/databricks/README.md
+++ b/airflow/providers/databricks/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Hooks](#hooks)
diff --git a/airflow/providers/datadog/README.md b/airflow/providers/datadog/README.md
index 8a3ef59..ef7aafb 100644
--- a/airflow/providers/datadog/README.md
+++ b/airflow/providers/datadog/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Sensors](#sensors)
         - [Moved sensors](#moved-sensors)
     - [Hooks](#hooks)
diff --git a/airflow/providers/dingding/README.md b/airflow/providers/dingding/README.md
index f32b6dc..26f8677 100644
--- a/airflow/providers/dingding/README.md
+++ b/airflow/providers/dingding/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [Cross provider package dependencies](#cross-provider-package-dependencies)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Hooks](#hooks)
diff --git a/airflow/providers/discord/README.md b/airflow/providers/discord/README.md
index 58ec056..149d70f 100644
--- a/airflow/providers/discord/README.md
+++ b/airflow/providers/discord/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [Cross provider package dependencies](#cross-provider-package-dependencies)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Hooks](#hooks)
diff --git a/airflow/providers/docker/README.md b/airflow/providers/docker/README.md
index 2725532..60146bd 100644
--- a/airflow/providers/docker/README.md
+++ b/airflow/providers/docker/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Hooks](#hooks)
diff --git a/airflow/providers/elasticsearch/README.md b/airflow/providers/elasticsearch/README.md
index 5ec1317..70570a8 100644
--- a/airflow/providers/elasticsearch/README.md
+++ b/airflow/providers/elasticsearch/README.md
@@ -27,7 +27,7 @@ Release: 2020.6.24
 - [Backport package](#backport-package)
 - [Installation](#installation)
 - [Compatibility](#compatibility)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Hooks](#hooks)
         - [New hooks](#new-hooks)
 - [Releases](#releases)
diff --git a/airflow/providers/exasol/README.md b/airflow/providers/exasol/README.md
index 4e9c37e..2c1b023 100644
--- a/airflow/providers/exasol/README.md
+++ b/airflow/providers/exasol/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [New operators](#new-operators)
     - [Hooks](#hooks)
diff --git a/airflow/providers/facebook/README.md b/airflow/providers/facebook/README.md
index b706e8a..6adacf8 100644
--- a/airflow/providers/facebook/README.md
+++ b/airflow/providers/facebook/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Hooks](#hooks)
         - [New hooks](#new-hooks)
 - [Releases](#releases)
diff --git a/airflow/providers/ftp/README.md b/airflow/providers/ftp/README.md
index 360b027..686ebac 100644
--- a/airflow/providers/ftp/README.md
+++ b/airflow/providers/ftp/README.md
@@ -27,7 +27,7 @@ Release: 2020.6.24
 - [Backport package](#backport-package)
 - [Installation](#installation)
 - [Compatibility](#compatibility)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Sensors](#sensors)
         - [Moved sensors](#moved-sensors)
     - [Hooks](#hooks)
diff --git a/airflow/providers/google/README.md b/airflow/providers/google/README.md
index c18d725..4ac4392 100644
--- a/airflow/providers/google/README.md
+++ b/airflow/providers/google/README.md
@@ -29,7 +29,7 @@ Release: 2020.6.24
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
 - [Cross provider package dependencies](#cross-provider-package-dependencies)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [New operators](#new-operators)
         - [Moved operators](#moved-operators)
diff --git a/airflow/providers/grpc/README.md b/airflow/providers/grpc/README.md
index f43d374..8440d52 100644
--- a/airflow/providers/grpc/README.md
+++ b/airflow/providers/grpc/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Hooks](#hooks)
diff --git a/airflow/providers/hashicorp/README.md b/airflow/providers/hashicorp/README.md
index 07067b2..2179030 100644
--- a/airflow/providers/hashicorp/README.md
+++ b/airflow/providers/hashicorp/README.md
@@ -29,7 +29,7 @@ Release: 2020.6.24
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
 - [Cross provider package dependencies](#cross-provider-package-dependencies)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Hooks](#hooks)
         - [New hooks](#new-hooks)
     - [Secrets](#secrets)
diff --git a/airflow/providers/http/README.md b/airflow/providers/http/README.md
index f2de6ab..a95a0b8 100644
--- a/airflow/providers/http/README.md
+++ b/airflow/providers/http/README.md
@@ -27,7 +27,7 @@ Release: 2020.6.24
 - [Backport package](#backport-package)
 - [Installation](#installation)
 - [Compatibility](#compatibility)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Sensors](#sensors)
diff --git a/airflow/providers/imap/README.md b/airflow/providers/imap/README.md
index fdb08d3..24b092a 100644
--- a/airflow/providers/imap/README.md
+++ b/airflow/providers/imap/README.md
@@ -27,7 +27,7 @@ Release: 2020.6.24
 - [Backport package](#backport-package)
 - [Installation](#installation)
 - [Compatibility](#compatibility)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Sensors](#sensors)
         - [Moved sensors](#moved-sensors)
     - [Hooks](#hooks)
diff --git a/airflow/providers/jdbc/README.md b/airflow/providers/jdbc/README.md
index 7c36bdd..a3cf12a 100644
--- a/airflow/providers/jdbc/README.md
+++ b/airflow/providers/jdbc/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Hooks](#hooks)
diff --git a/airflow/providers/jenkins/README.md b/airflow/providers/jenkins/README.md
index 0779c89..2e756ae 100644
--- a/airflow/providers/jenkins/README.md
+++ b/airflow/providers/jenkins/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Hooks](#hooks)
diff --git a/airflow/providers/jira/README.md b/airflow/providers/jira/README.md
index cd7347a..3331872 100644
--- a/airflow/providers/jira/README.md
+++ b/airflow/providers/jira/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Sensors](#sensors)
diff --git a/airflow/providers/microsoft/azure/README.md b/airflow/providers/microsoft/azure/README.md
index 7ab9d1d..f6dc004 100644
--- a/airflow/providers/microsoft/azure/README.md
+++ b/airflow/providers/microsoft/azure/README.md
@@ -29,7 +29,7 @@ Release: 2020.6.24
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
 - [Cross provider package dependencies](#cross-provider-package-dependencies)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [New operators](#new-operators)
         - [Moved operators](#moved-operators)
diff --git a/airflow/providers/microsoft/mssql/README.md b/airflow/providers/microsoft/mssql/README.md
index a8bf5cd..0383396 100644
--- a/airflow/providers/microsoft/mssql/README.md
+++ b/airflow/providers/microsoft/mssql/README.md
@@ -29,7 +29,7 @@ Release: 2020.6.24
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
 - [Cross provider package dependencies](#cross-provider-package-dependencies)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Hooks](#hooks)
diff --git a/airflow/providers/microsoft/winrm/README.md b/airflow/providers/microsoft/winrm/README.md
index 90e5079..616a3d8 100644
--- a/airflow/providers/microsoft/winrm/README.md
+++ b/airflow/providers/microsoft/winrm/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Hooks](#hooks)
diff --git a/airflow/providers/mongo/README.md b/airflow/providers/mongo/README.md
index 7dec7f8..0294e2c 100644
--- a/airflow/providers/mongo/README.md
+++ b/airflow/providers/mongo/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Sensors](#sensors)
         - [Moved sensors](#moved-sensors)
     - [Hooks](#hooks)
diff --git a/airflow/providers/mysql/README.md b/airflow/providers/mysql/README.md
index 9ab3bac..1f2f01b 100644
--- a/airflow/providers/mysql/README.md
+++ b/airflow/providers/mysql/README.md
@@ -29,7 +29,7 @@ Release: 2020.6.24
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
 - [Cross provider package dependencies](#cross-provider-package-dependencies)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Transfer operators](#transfers)
diff --git a/airflow/providers/odbc/README.md b/airflow/providers/odbc/README.md
index e56a1ad..7364ff4 100644
--- a/airflow/providers/odbc/README.md
+++ b/airflow/providers/odbc/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Hooks](#hooks)
         - [New hooks](#new-hooks)
 - [Releases](#releases)
diff --git a/airflow/providers/openfaas/README.md b/airflow/providers/openfaas/README.md
index 6e4d835..a751dff 100644
--- a/airflow/providers/openfaas/README.md
+++ b/airflow/providers/openfaas/README.md
@@ -27,7 +27,7 @@ Release: 2020.6.24
 - [Backport package](#backport-package)
 - [Installation](#installation)
 - [Compatibility](#compatibility)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Hooks](#hooks)
         - [Moved hooks](#moved-hooks)
 - [Releases](#releases)
diff --git a/airflow/providers/opsgenie/README.md b/airflow/providers/opsgenie/README.md
index a9a6d91..c734d60 100644
--- a/airflow/providers/opsgenie/README.md
+++ b/airflow/providers/opsgenie/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [Cross provider package dependencies](#cross-provider-package-dependencies)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Hooks](#hooks)
diff --git a/airflow/providers/oracle/README.md b/airflow/providers/oracle/README.md
index 3fc317e..da457f1 100644
--- a/airflow/providers/oracle/README.md
+++ b/airflow/providers/oracle/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Transfer operators](#transfers)
diff --git a/airflow/providers/pagerduty/README.md b/airflow/providers/pagerduty/README.md
index 7bf5c9a..74db0bd 100644
--- a/airflow/providers/pagerduty/README.md
+++ b/airflow/providers/pagerduty/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Hooks](#hooks)
         - [Moved hooks](#moved-hooks)
 - [Releases](#releases)
diff --git a/airflow/providers/postgres/README.md b/airflow/providers/postgres/README.md
index 334abf0..b25b1a7 100644
--- a/airflow/providers/postgres/README.md
+++ b/airflow/providers/postgres/README.md
@@ -29,7 +29,7 @@ Release: 2020.6.24
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
 - [Cross provider package dependencies](#cross-provider-package-dependencies)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Hooks](#hooks)
diff --git a/airflow/providers/presto/README.md b/airflow/providers/presto/README.md
index 5a1a9b7..10f1899 100644
--- a/airflow/providers/presto/README.md
+++ b/airflow/providers/presto/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Hooks](#hooks)
         - [Moved hooks](#moved-hooks)
 - [Releases](#releases)
diff --git a/airflow/providers/qubole/README.md b/airflow/providers/qubole/README.md
index 3b875b1..127c014 100644
--- a/airflow/providers/qubole/README.md
+++ b/airflow/providers/qubole/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Sensors](#sensors)
diff --git a/airflow/providers/redis/README.md b/airflow/providers/redis/README.md
index 48e5640..5374766 100644
--- a/airflow/providers/redis/README.md
+++ b/airflow/providers/redis/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Sensors](#sensors)
diff --git a/airflow/providers/salesforce/README.md b/airflow/providers/salesforce/README.md
index 82c5951..361f5ae 100644
--- a/airflow/providers/salesforce/README.md
+++ b/airflow/providers/salesforce/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [New operators](#new-operators)
     - [Sensors](#sensors)
diff --git a/airflow/providers/samba/README.md b/airflow/providers/samba/README.md
index 10eaceb..fe8ca19 100644
--- a/airflow/providers/samba/README.md
+++ b/airflow/providers/samba/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Hooks](#hooks)
         - [Moved hooks](#moved-hooks)
 - [Releases](#releases)
diff --git a/airflow/providers/segment/README.md b/airflow/providers/segment/README.md
index d2f5f73..dabf2a4 100644
--- a/airflow/providers/segment/README.md
+++ b/airflow/providers/segment/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Hooks](#hooks)
diff --git a/airflow/providers/sftp/README.md b/airflow/providers/sftp/README.md
index 190ebab..51ae7e5 100644
--- a/airflow/providers/sftp/README.md
+++ b/airflow/providers/sftp/README.md
@@ -29,7 +29,7 @@ Release: 2020.6.24
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
 - [Cross provider package dependencies](#cross-provider-package-dependencies)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Sensors](#sensors)
diff --git a/airflow/providers/singularity/README.md b/airflow/providers/singularity/README.md
index 3ad5d32..79388d4 100644
--- a/airflow/providers/singularity/README.md
+++ b/airflow/providers/singularity/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [New operators](#new-operators)
 - [Releases](#releases)
diff --git a/airflow/providers/slack/README.md b/airflow/providers/slack/README.md
index cae5297..20d973d 100644
--- a/airflow/providers/slack/README.md
+++ b/airflow/providers/slack/README.md
@@ -29,7 +29,7 @@ Release: 2020.6.24
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
 - [Cross provider package dependencies](#cross-provider-package-dependencies)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [New operators](#new-operators)
         - [Moved operators](#moved-operators)
diff --git a/airflow/providers/snowflake/README.md b/airflow/providers/snowflake/README.md
index f36b596..fb7ed8e 100644
--- a/airflow/providers/snowflake/README.md
+++ b/airflow/providers/snowflake/README.md
@@ -29,7 +29,7 @@ Release: 2020.6.24
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
 - [Cross provider package dependencies](#cross-provider-package-dependencies)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [New operators](#new-operators)
     - [Transfer operators](#transfers)
diff --git a/airflow/providers/sqlite/README.md b/airflow/providers/sqlite/README.md
index 65603f0..c4344f0 100644
--- a/airflow/providers/sqlite/README.md
+++ b/airflow/providers/sqlite/README.md
@@ -27,7 +27,7 @@ Release: 2020.6.24
 - [Backport package](#backport-package)
 - [Installation](#installation)
 - [Compatibility](#compatibility)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Hooks](#hooks)
diff --git a/airflow/providers/ssh/README.md b/airflow/providers/ssh/README.md
index c28f2a1..50ced99 100644
--- a/airflow/providers/ssh/README.md
+++ b/airflow/providers/ssh/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Hooks](#hooks)
diff --git a/airflow/providers/vertica/README.md b/airflow/providers/vertica/README.md
index d42f4d6..81443b4 100644
--- a/airflow/providers/vertica/README.md
+++ b/airflow/providers/vertica/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [Moved operators](#moved-operators)
     - [Hooks](#hooks)
diff --git a/airflow/providers/yandex/README.md b/airflow/providers/yandex/README.md
index 4e11187..feb7c79 100644
--- a/airflow/providers/yandex/README.md
+++ b/airflow/providers/yandex/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Operators](#operators)
         - [New operators](#new-operators)
     - [Hooks](#hooks)
diff --git a/airflow/providers/zendesk/README.md b/airflow/providers/zendesk/README.md
index e7286d1..8fffbdd 100644
--- a/airflow/providers/zendesk/README.md
+++ b/airflow/providers/zendesk/README.md
@@ -28,7 +28,7 @@ Release: 2020.6.24
 - [Installation](#installation)
 - [Compatibility](#compatibility)
 - [PIP requirements](#pip-requirements)
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
     - [Hooks](#hooks)
         - [Moved hooks](#moved-hooks)
 - [Releases](#releases)
diff --git a/backport_packages/PROVIDERS_README_TEMPLATE.md.jinja2 b/backport_packages/PROVIDERS_README_TEMPLATE.md.jinja2
index 3e269f4..4ff0aa7 100644
--- a/backport_packages/PROVIDERS_README_TEMPLATE.md.jinja2
+++ b/backport_packages/PROVIDERS_README_TEMPLATE.md.jinja2
@@ -32,7 +32,7 @@ Release: {{ RELEASE_NO_LEADING_ZEROS }}
 {%- if CROSS_PROVIDERS_DEPENDENCIES %}
 - [Cross provider package dependencies](#cross-provider-package-dependencies)
 {%- endif %}
-- [Provider class summary](#provider-class-summary)
+- [Provider class summary](#provider-classes-summary)
 {%- for entity_type in ENTITY_TYPES %}
 {%- set entity_type_string = entity_type.value %}
 {%- set entity_name = ENTITY_NAMES.get(entity_type) %}