diff options
author | Christian Breunig <christian@breunig.cc> | 2023-02-12 20:55:16 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-02-12 20:55:16 +0100 |
commit | bd9416a6aa9d5d0a746dc2cebc8d0330fd27d1a2 (patch) | |
tree | 6307fdc8ae2627a45fe1abd5965a51ec9b753aac /src/migration-scripts/interfaces/16-to-17 | |
parent | 4a4b25cba424347e2d114b37b079c31441fc011e (diff) | |
download | vyos-1x-bd9416a6aa9d5d0a746dc2cebc8d0330fd27d1a2.tar.gz vyos-1x-bd9416a6aa9d5d0a746dc2cebc8d0330fd27d1a2.zip |
T5001: Replace links to the phabricator site
Replace links to the phabricator site from https://phabricator.vyos.net to
https://vyos.dev
Diffstat (limited to 'src/migration-scripts/interfaces/16-to-17')
-rwxr-xr-x | src/migration-scripts/interfaces/16-to-17 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/migration-scripts/interfaces/16-to-17 b/src/migration-scripts/interfaces/16-to-17 index a6b4c7663..d123be06f 100755 --- a/src/migration-scripts/interfaces/16-to-17 +++ b/src/migration-scripts/interfaces/16-to-17 @@ -15,7 +15,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # Command line migration of port mirroring -# https://phabricator.vyos.net/T3089 +# https://vyos.dev/T3089 import sys from vyos.configtree import ConfigTree |