From 5abc4a33712941eb49fdf67aae1084a79d796b34 Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Feb 19 2019 03:39:30 +0000 Subject: [PATCH 1/2] Fix a few broken xrefs --- diff --git a/modules/ROOT/pages/generic_java_build.adoc b/modules/ROOT/pages/generic_java_build.adoc index a0aee8c..b3904ab 100644 --- a/modules/ROOT/pages/generic_java_build.adoc +++ b/modules/ROOT/pages/generic_java_build.adoc @@ -6,7 +6,7 @@ Handling of basic build steps in Java * ... === Generating Application Shell Scripts -As mentioned in section about xref:XFor_Packagers[Java packaging basics], all +As mentioned in section about xref:introduction_for_packagers.adoc[Java packaging basics], all Java applications need wrapper shell scripts to setup the environment before running JVM and associated Java code. diff --git a/modules/ROOT/pages/introduction.adoc b/modules/ROOT/pages/introduction.adoc index 951601d..bb3a71b 100644 --- a/modules/ROOT/pages/introduction.adoc +++ b/modules/ROOT/pages/introduction.adoc @@ -35,9 +35,9 @@ packaging rules had to be evolved. This section includes basic introduction to Java packaging world to people coming from different backgrounds. Goal is to understand language of all groups involved. If you are a Java developer coming into contact with RPM packaging for -the first time start reading xref:XFor_Devs[Java developer] section. On the +the first time start reading xref:introduction_for_developers.adoc[Java developer] section. On the other hand if you are coming from RPM packaging background an -xref:XFor_Packagers[introduction to Java world] is probably a better starting +xref:introduction_for_packagers.adoc[introduction to Java world] is probably a better starting point. It should be noted that especially in this section we might sacrifice From 9f96f78b686d946590b4db4555f977948047730e Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Feb 19 2019 03:46:46 +0000 Subject: [PATCH 2/2] Remove an old reference and update link to Packaging Guidelines --- diff --git a/modules/ROOT/pages/references.adoc b/modules/ROOT/pages/references.adoc index 5aa8c82..11918b1 100644 --- a/modules/ROOT/pages/references.adoc +++ b/modules/ROOT/pages/references.adoc @@ -1,5 +1,2 @@ == References -- [[guidelines]] https://fedoraproject.org/wiki/Packaging:Java -- [[walsh-muellner]] Norman Walsh & Leonard Muellner. - 'DocBook - The Definitive Guide'. O'Reilly & Associates. 1999. - ISBN 1-56592-580-7. +- [[guidelines]] https://docs.fedoraproject.org/en-US/packaging-guidelines/Java/[Java Packaging Guidelines]