summaryrefslogtreecommitdiff
path: root/docs/_ext/releasenotes.py
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-02-12 21:05:22 +0100
committerChristian Breunig <christian@breunig.cc>2023-02-12 21:10:24 +0100
commit3e6da8ed4e479b9409084b96e682b30ac2fca5ca (patch)
tree37a885c645fdf14ce0c3425898b765fc7a68a027 /docs/_ext/releasenotes.py
parent304b82d451695affc09047c6a8bd911cd3484f59 (diff)
downloadvyos-documentation-3e6da8ed4e479b9409084b96e682b30ac2fca5ca.tar.gz
vyos-documentation-3e6da8ed4e479b9409084b96e682b30ac2fca5ca.zip
T5001: Replace links to the phabricator site
Replace links to the phabricator site from https://phabricator.vyos.net to https://vyos.dev (cherry picked from commit 27512c94e62ec1883aafc97abafbd09d69ef1896)
Diffstat (limited to 'docs/_ext/releasenotes.py')
-rw-r--r--docs/_ext/releasenotes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_ext/releasenotes.py b/docs/_ext/releasenotes.py
index 4db65c86..71897403 100644
--- a/docs/_ext/releasenotes.py
+++ b/docs/_ext/releasenotes.py
@@ -9,7 +9,7 @@ parser.add_argument("-b", "--branch", nargs="+", help="List of github branches",
args = parser.parse_args()
-phab = Phabricator(host='https://phabricator.vyos.net/api/', token=args.token)
+phab = Phabricator(host='https://vyos.dev/api/', token=args.token)
'''
# code to find new PHIDs