From e238f14b9115023eedbdc88fcbc080f5352aaedf Mon Sep 17 00:00:00 2001 From: Jonathan Steffan Date: Oct 05 2024 22:27:04 +0000 Subject: Fix xref:Unversioned_shared_objects.adoc --- diff --git a/guidelines/modules/ROOT/pages/index.adoc b/guidelines/modules/ROOT/pages/index.adoc index 4d6751e..36f7272 100644 --- a/guidelines/modules/ROOT/pages/index.adoc +++ b/guidelines/modules/ROOT/pages/index.adoc @@ -1375,8 +1375,7 @@ packagers must be careful to move to the versioned layout described above. === Unversioned Shared Objects As an additional complication, -some software generates xref:Unversioned_shared_objects. -adoc[unversioned shared objects] +some software generates xref:Unversioned_shared_objects.adoc[unversioned shared objects] which are not intended to be used as system libraries. These files are usually plugins or modular functionality specific to an application, and are not to be located in the ld library paths or cache. @@ -1387,8 +1386,7 @@ and should be included in a private directory of the main package. For specific details about how to deal with these types of DSOs, -please see xref:Unversioned_shared_objects. -adoc[unversioned shared objects] +please see xref:Unversioned_shared_objects.adoc[unversioned shared objects] for detailed guidance. === Exceptions