From c89d3b7d735f48eaf248759ca85a4f609591e342 Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Fri, 29 Mar 2019 00:04:54 +0100 Subject: [PATCH] More bad xref fixes --- modules/ROOT/pages/create-hello-world-rpm.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/create-hello-world-rpm.adoc b/modules/ROOT/pages/create-hello-world-rpm.adoc index 2ef023c..c628b2c 100644 --- a/modules/ROOT/pages/create-hello-world-rpm.adoc +++ b/modules/ROOT/pages/create-hello-world-rpm.adoc @@ -138,7 +138,7 @@ This is an iterative process; after editing the `.spec` file, rerun `rpmbuild`. Since our program uses translations and internationalization, we are seeing a lot of undeclared i18 files. -The xref:packaging-guidelines:guidelines:index.adoc#_handling_locale_files[recommended method] to declare them is: +The xref:packaging-guidelines:ROOT:index.adoc#_handling_locale_files[recommended method] to declare them is: * find the filenames in the `%install` step: `%find_lang %\{name}` * add the required build dependencies: `BuildRequires: gettext`