From 4f177407dd709e43829e28a507466fedfcfb4199 Mon Sep 17 00:00:00 2001 From: David Mc Ken Date: Thu, 8 Dec 2022 13:13:05 -0400 Subject: [PATCH] Update github urls. --- docs/wiki/install/Running-PowerDNS-Admin-on-Centos-7.md | 2 +- docs/wiki/install/Running-PowerDNS-Admin-on-Fedora-30.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/wiki/install/Running-PowerDNS-Admin-on-Centos-7.md b/docs/wiki/install/Running-PowerDNS-Admin-on-Centos-7.md index e61485a..18d57f6 100644 --- a/docs/wiki/install/Running-PowerDNS-Admin-on-Centos-7.md +++ b/docs/wiki/install/Running-PowerDNS-Admin-on-Centos-7.md @@ -57,7 +57,7 @@ yum install yarn NOTE: Please adjust `/opt/web/powerdns-admin` to your local web application directory ``` -git clone https://github.com/ngoduykhanh/PowerDNS-Admin.git /opt/web/powerdns-admin +git clone https://github.com/PowerDNS-Admin/PowerDNS-Admin.git /opt/web/powerdns-admin cd /opt/web/powerdns-admin virtualenv -p python3 flask ``` diff --git a/docs/wiki/install/Running-PowerDNS-Admin-on-Fedora-30.md b/docs/wiki/install/Running-PowerDNS-Admin-on-Fedora-30.md index e3b23ea..c51862b 100644 --- a/docs/wiki/install/Running-PowerDNS-Admin-on-Fedora-30.md +++ b/docs/wiki/install/Running-PowerDNS-Admin-on-Fedora-30.md @@ -36,7 +36,7 @@ npm install yarn -g ## Clone the PowerDNS-Admin repository to the installation path: ```bash cd /opt/web/ -git clone https://github.com/ngoduykhanh/PowerDNS-Admin.git powerdns-admin +git clone https://github.com/PowerDNS-Admin/PowerDNS-Admin.git powerdns-admin ``` **Prepare the Virtual Environment:**