From b6f75b884362f668b3698f1126f551aec9c60092 Mon Sep 17 00:00:00 2001 From: Otto Urpelainen Date: Sep 28 2021 18:10:55 +0000 Subject: Update Package Maintainer Docs links Package Maintainer Docs have moved from wiki to docs.fedoraproject.org. Update links to point to the new location. --- diff --git a/modules/ROOT/pages/quick-start-guide.adoc b/modules/ROOT/pages/quick-start-guide.adoc index 249ab95..00e29ca 100644 --- a/modules/ROOT/pages/quick-start-guide.adoc +++ b/modules/ROOT/pages/quick-start-guide.adoc @@ -13,7 +13,7 @@ Install the following essential packages on your system (consider using a virtua sudo dnf install fedpkg standard-test-roles Use `fedpkg` to clone the package git repository. -See the https://fedoraproject.org/wiki/Package_maintenance_guide[Package Maintenance Guide] for more info about the tool. +See the https://docs.fedoraproject.org/en-US/package-maintainers/Package_Maintenance_Guide/[Package Maintenance Guide] for more info about the tool. fedpkg clone -a bash git checkout -b f33 remotes/origin/f33 diff --git a/modules/ROOT/pages/tests.adoc b/modules/ROOT/pages/tests.adoc index dd8f86b..2d139c3 100644 --- a/modules/ROOT/pages/tests.adoc +++ b/modules/ROOT/pages/tests.adoc @@ -28,7 +28,7 @@ To start working on tests you can clone a package repo directly: git clone https://src.fedoraproject.org/rpms/qrencode.git You can also use the `fedpkg` to clone the repo. -See the https://fedoraproject.org/wiki/Package_maintenance_guide[Package Maintenance Guide] for more info about the tool: +See the https://docs.fedoraproject.org/en-US/package-maintainers/Package_Maintenance_Guide/[Package Maintenance Guide] for more info about the tool: fedpkg clone -a qrencode