diff --git a/doc/.sphinx/_static/github_issue_links.js b/doc/.sphinx/_static/github_issue_links.js index f0706038b..7f0bddbf1 100644 --- a/doc/.sphinx/_static/github_issue_links.js +++ b/doc/.sphinx/_static/github_issue_links.js @@ -11,18 +11,7 @@ window.onload = function() { link.classList.add("muted-link"); link.classList.add("github-issue-link"); link.text = "Give feedback"; - link.href = ( - github_url - + "/issues/new?" - + "title=docs%3A+TYPE+YOUR+QUESTION+HERE" - + "&body=*Please describe the question or issue you're facing with " - + `"${document.title}"` - + ".*" - + "%0A%0A%0A%0A%0A" - + "---" - + "%0A" - + `*Reported+from%3A+${location.href}*` - ); + link.href = ("https://bugs.launchpad.net/subiquity/+filebug"); link.target = "_blank"; const div = document.createElement("div"); diff --git a/doc/.sphinx/_templates/footer.html b/doc/.sphinx/_templates/footer.html index f13cb6314..d12080d25 100644 --- a/doc/.sphinx/_templates/footer.html +++ b/doc/.sphinx/_templates/footer.html @@ -84,7 +84,7 @@ {% if github_issues %}
{% endif %} diff --git a/doc/.sphinx/_templates/header.html b/doc/.sphinx/_templates/header.html index 1a128b6f8..04f052a1b 100644 --- a/doc/.sphinx/_templates/header.html +++ b/doc/.sphinx/_templates/header.html @@ -7,7 +7,7 @@