From 3daf5e450318512c97384a94d5e2f146ad8a1373 Mon Sep 17 00:00:00 2001 From: Hunor Csomortáni Date: Sep 23 2021 12:43:37 +0000 Subject: [PATCH 1/2] Fix link to Boolean dependency docs Signed-off-by: Hunor Csomortáni --- diff --git a/guidelines/modules/ROOT/pages/index.adoc b/guidelines/modules/ROOT/pages/index.adoc index c8c2bef..c8df61b 100644 --- a/guidelines/modules/ROOT/pages/index.adoc +++ b/guidelines/modules/ROOT/pages/index.adoc @@ -525,7 +525,7 @@ This means that gtk+-devel should contain === Rich/Boolean dependencies -Packages MAY make full use of the http://rpm.org/user_doc/boolean_dependencies.html[rich (or Boolean) dependency feature] supported in RPM. +Packages MAY make full use of the https://rpm-software-management.github.io/rpm/manual/boolean_dependencies.html[rich (or Boolean) dependency feature] supported in RPM. === File and Directory Dependencies From 237b6ea188a538bee520b0d7aa9e4b378e02a2ce Mon Sep 17 00:00:00 2001 From: Hunor Csomortáni Date: Sep 23 2021 12:45:53 +0000 Subject: [PATCH 2/2] Fix the link to the Package Review Process Signed-off-by: Hunor Csomortáni --- diff --git a/guidelines/modules/ROOT/pages/ReviewGuidelines.adoc b/guidelines/modules/ROOT/pages/ReviewGuidelines.adoc index 92aa741..74f6e2e 100644 --- a/guidelines/modules/ROOT/pages/ReviewGuidelines.adoc +++ b/guidelines/modules/ROOT/pages/ReviewGuidelines.adoc @@ -4,7 +4,7 @@ This is a set of guidelines for Package Reviews. Note that a complete list of th == Package Review Process -Contributors and reviewers MUST follow the https://fedoraproject.org/wiki/Package_Review_Process[Package Review Process], with the following exceptions: +Contributors and reviewers MUST follow the https://docs.fedoraproject.org/en-US/package-maintainers/Package_Review_Process/[Package Review Process], with the following exceptions: * FPC grants an explicit exemption from the process, as indicated https://fedoraproject.org/wiki/Packaging_Committee#Review_Process_Exemption_Procedure[here]. * The package is being created so that multiple versions of the same package can coexist in the distribution (or coexist between EPEL and RHEL). The package MUST be properly named according to the xref:Naming.adoc#_multiple_packages_with_the_same_base_name[naming guidelines] and MUST NOT conflict with all other versions of the same package.