From 247d152cbb37c256bb20c5320c2c1a1804f3f7bf Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Fri, 17 Jun 2022 21:50:45 +0100 Subject: [PATCH] Doc: Add hyperlinks to Github PRs for Release Notes We missed it when we started using release-notes instead of changelogs --- 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 7d6d7f7569daa..d731a93738912 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 7d6d7f7569daa..d731a93738912 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(