diff --git a/amendments.js b/amendments.js index 5dcdbf12e..3b62afd55 100644 --- a/amendments.js +++ b/amendments.js @@ -199,7 +199,7 @@ async function showAmendments(config, _, {showError}) { title.innerHTML = description; amendmentDiv.appendChild(marker); amendmentDiv.appendChild(title); - amendmentDiv.appendChild(listPRs(pr)); + amendmentDiv.appendChild(listPRs(pr, config.github.repoURL)); annotations.push(amendmentDiv); }