You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/08/15 18:44:40 UTC

[airflow] 04/45: Doc: Add hyperlinks to Github PRs for Release Notes (#24532)

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

ephraimanierobi pushed a commit to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit d9ca589649473b74ec093ae335f4ced0e623dc32
Author: Kaxil Naik <ka...@apache.org>
AuthorDate: Mon Jun 20 06:46:39 2022 +0100

    Doc: Add hyperlinks to Github PRs for Release Notes (#24532)
    
    Co-authored-by: Tzu-ping Chung <ur...@gmail.com>
    (cherry picked from commit abb8e44a8efd5c7ea50765d87572eed405b74dad)
---
 docs/apache-airflow/static/gh-jira-links.js | 2 +-
 docs/helm-chart/static/gh-jira-links.js     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/apache-airflow/static/gh-jira-links.js b/docs/apache-airflow/static/gh-jira-links.js
index 7d6d7f7569..d731a93738 100644
--- a/docs/apache-airflow/static/gh-jira-links.js
+++ b/docs/apache-airflow/static/gh-jira-links.js
@@ -18,7 +18,7 @@
  */
 
 document.addEventListener('DOMContentLoaded', function() {
-  var el = document.getElementById('changelog');
+  var el = document.getElementById('release-notes');
   if (el !== null ) {
     // [AIRFLOW-...]
     el.innerHTML = el.innerHTML.replace(
diff --git a/docs/helm-chart/static/gh-jira-links.js b/docs/helm-chart/static/gh-jira-links.js
index 7d6d7f7569..d731a93738 100644
--- a/docs/helm-chart/static/gh-jira-links.js
+++ b/docs/helm-chart/static/gh-jira-links.js
@@ -18,7 +18,7 @@
  */
 
 document.addEventListener('DOMContentLoaded', function() {
-  var el = document.getElementById('changelog');
+  var el = document.getElementById('release-notes');
   if (el !== null ) {
     // [AIRFLOW-...]
     el.innerHTML = el.innerHTML.replace(