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`