This is an automated email from the ASF dual-hosted git repository. ash pushed a commit to branch v2-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit b175785ad6556cb0e0a83e5180b80f75977958ea Author: Ryan Hamilton <[email protected]> AuthorDate: Fri Mar 5 08:35:43 2021 -0500 Bump version to match node dependency (#14624) (cherry picked from commit 86a54b763dc458d5c24caba399dd07eac913ed9c) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 411796c..cc6dad8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -533,4 +533,4 @@ if PACKAGE_NAME == 'apache-airflow': ] # Options for script updater - redoc_script_url = "https://cdn.jsdelivr.net/npm/[email protected]/bundles/redoc.standalone.js" + redoc_script_url = "https://cdn.jsdelivr.net/npm/[email protected]/bundles/redoc.standalone.js"
