From 01366da32f1443ed1277652d9ec029493f13c2f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Wed, 11 Oct 2023 21:31:14 +0200 Subject: [PATCH] adminlte > web MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- .github/ISSUE_TEMPLATE.md | 4 ++-- package.json | 6 +++--- scripts/pi-hole/js/footer.js | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 829de9da1..0ed8a37a3 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,8 +1,8 @@ **In raising this issue, I confirm the following:** `{please fill the checkboxes, e.g: [X]}` -- [] I have read and understood the [contributors guide](https://github.com/pi-hole/AdminLTE/blob/master/CONTRIBUTING.md). +- [] I have read and understood the [contributors guide](https://github.com/pi-hole/web/blob/master/CONTRIBUTING.md). - [] The issue I am reporting can be _replicated_. -- [] The issue I am reporting isn't a duplicate (see [FAQs](https://github.com/pi-hole/pi-hole/wiki/FAQs), [closed issues](https://github.com/pi-hole/AdminLTE/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), and [open issues](https://github.com/pi-hole/AdminLTE/issues)). +- [] The issue I am reporting isn't a duplicate (see [FAQs](https://github.com/pi-hole/pi-hole/wiki/FAQs), [closed issues](https://github.com/pi-hole/web/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), and [open issues](https://github.com/pi-hole/web/issues)). **How familiar are you with the the source code relevant to this issue?:** diff --git a/package.json b/package.json index a7eef41c1..6449d7162 100644 --- a/package.json +++ b/package.json @@ -5,15 +5,15 @@ "description": "", "repository": { "type": "git", - "url": "git+https://github.com/pi-hole/AdminLTE.git" + "url": "git+https://github.com/pi-hole/web.git" }, "keywords": [], "author": "", "license": "EUPL-1.2", "bugs": { - "url": "https://github.com/pi-hole/AdminLTE/issues" + "url": "https://github.com/pi-hole/web/issues" }, - "homepage": "https://github.com/pi-hole/AdminLTE#readme", + "homepage": "https://github.com/pi-hole/web#readme", "scripts": { "prefix": "postcss \"style/*.css\" \"style/themes/*.css\" --use autoprefixer --no-map --replace", "prettier:check": "prettier -l \"style/*.css\" \"style/themes/*.css\" \"scripts/pi-hole/**/*.js\"", diff --git a/scripts/pi-hole/js/footer.js b/scripts/pi-hole/js/footer.js index 3ebbfc09a..4fd4050af 100644 --- a/scripts/pi-hole/js/footer.js +++ b/scripts/pi-hole/js/footer.js @@ -490,7 +490,7 @@ function updateVersionInfo() { remote: version.web.remote.version, branch: version.web.local.branch, hash: version.web.local.hash, - url: "https://github.com/pi-hole/AdminLTE/releases", + url: "https://github.com/pi-hole/web/releases", }, ];