T5001: Replace links to the phabricator site

Replace links to the phabricator site from https://phabricator.vyos.net to
https://vyos.dev
This commit is contained in:
Christian Breunig 2023-02-12 21:12:44 +01:00
parent b00c41e6a5
commit 82f35fd474
5 changed files with 8 additions and 8 deletions

View File

@ -19,7 +19,7 @@ the box, please use [x]
## Related Task(s) ## Related Task(s)
<!-- All submitted PRs must be linked to a Task on Phabricator. --> <!-- All submitted PRs must be linked to a Task on Phabricator. -->
* https://phabricator.vyos.net/Txxxx * https://vyos.dev/Txxxx
## Component(s) name ## Component(s) name
<!-- A rather incomplete list of components: ethernet, wireguard, bgp, mpls, ldp, l2tp, dhcp ... --> <!-- A rather incomplete list of components: ethernet, wireguard, bgp, mpls, ldp, l2tp, dhcp ... -->

View File

@ -42,7 +42,7 @@ in your commit message, as shown below:
* `ddclient: T1030: auto create runtime directories` * `ddclient: T1030: auto create runtime directories`
* `Jenkins: add current Git commit ID to build description` * `Jenkins: add current Git commit ID to build description`
If there is no [Phabricator](https://phabricator.vyos.net) reference in the If there is no [Phabricator](https://vyos.dev) reference in the
commits of your pull request, we have to ask you to amend the commit message. commits of your pull request, we have to ask you to amend the commit message.
Otherwise we will have to reject it. Otherwise we will have to reject it.
@ -126,7 +126,7 @@ also contain information that is helpful for the development team.
### Reporting ### Reporting
In order to open up a bug-report/feature request you need to create yourself In order to open up a bug-report/feature request you need to create yourself
an account on [Phabricator](https://phabricator.vyos.net). On the left an account on [Phabricator](https://vyos.dev). On the left
side of the specific project (VyOS 1.2 or VyOS 1.3) you will find quick-links side of the specific project (VyOS 1.2 or VyOS 1.3) you will find quick-links
for opening a bug-report/feature request. for opening a bug-report/feature request.
@ -141,7 +141,7 @@ for opening a bug-report/feature request.
You have an idea of how to make VyOS better or you are in need of a specific You have an idea of how to make VyOS better or you are in need of a specific
feature which all users of VyOS would benefit from? To send a feature request feature which all users of VyOS would benefit from? To send a feature request
please search [Phabricator](https://phabricator.vyos.net) if there is already a please search [Phabricator](https://vyos.dev) if there is already a
request pending. You can enhance it or if you don't find one, create a new one request pending. You can enhance it or if you don't find one, create a new one
by use the quick link in the left side under the specific project. by use the quick link in the left side under the specific project.

View File

@ -17,4 +17,4 @@ bootloaders = "syslinux,grub-efi"
website_url = "https://vyos.io" website_url = "https://vyos.io"
support_url = "https://support.vyos.io" support_url = "https://support.vyos.io"
bugtracker_url = "https://phabricator.vyos.net" bugtracker_url = "https://vyos.dev"

View File

@ -1,7 +1,7 @@
Welcome to VyOS! Welcome to VyOS!
Check out project news at https://blog.vyos.io Check out project news at https://blog.vyos.io
and feel free to report bugs at https://phabricator.vyos.net and feel free to report bugs at https://vyos.dev
You can change this banner using "set system login banner post-login" command. You can change this banner using "set system login banner post-login" command.

View File

@ -112,7 +112,7 @@ VERSION_CODENAME=bullseye
ID=vyos ID=vyos
HOME_URL="https://vyos.io" HOME_URL="https://vyos.io"
SUPPORT_URL="https://support.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) os.makedirs(os.path.join(defaults.CHROOT_INCLUDES_DIR, 'usr/share/vyos'), exist_ok=True)