summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-02-12 21:31:38 +0100
committerGitHub <noreply@github.com>2023-02-12 21:31:38 +0100
commitc4521c495a5dc6190f0f82566158bbe2fe86cb81 (patch)
treeb5565ce7bac638f8b07623f20f412bcec31bff9b /scripts
parent3da60940f8229c14c63f2a12b7b8d2d61280f57b (diff)
parentf810d032e12f55a06e7b90258d0a1e7657b44108 (diff)
downloadvyos-build-c4521c495a5dc6190f0f82566158bbe2fe86cb81.tar.gz
vyos-build-c4521c495a5dc6190f0f82566158bbe2fe86cb81.zip
Merge pull request #305 from c-po/equuleus
T5001: Replace links to the phabricator site
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make-version-file2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-version-file b/scripts/make-version-file
index cae54f4a..4244dd2f 100755
--- a/scripts/make-version-file
+++ b/scripts/make-version-file
@@ -112,7 +112,7 @@ VERSION_CODENAME=buster
ID=vyos
HOME_URL="https://vyos.io"
SUPPORT_URL="https://support.vyos.io"
-BUG_REPORT_URL="https://phabricator.vyos.net"
+BUG_REPORT_URL="https://vyos.dev"
"""
os.makedirs(os.path.join(defaults.CHROOT_INCLUDES_DIR, 'usr/share/vyos'), exist_ok=True)