From: Remington Steed Date: Mon, 12 Mar 2018 14:26:05 +0000 (-0400) Subject: Docs: Fix broken include in root.adoc X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=506d1c2a9938e784b5e9a2c6e9d13e7c8c5f8db1;p=evergreen%2Fequinox.git Docs: Fix broken include in root.adoc A recent commit added a section to root.adoc and root_cataloging.adoc. The reference was correct in the second file, but in the first file was missing the subdirectory. This commit adds it. Signed-off-by: Remington Steed --- diff --git a/docs/root.adoc b/docs/root.adoc index 7806b6624d..09553e488c 100644 --- a/docs/root.adoc +++ b/docs/root.adoc @@ -356,7 +356,7 @@ include::cataloging/physical_char_wizard.adoc[] // Return titles to correct level. :leveloffset: 0 -include::staff_client-return_to_results_from_marc.adoc[] +include::admin/staff_client-return_to_results_from_marc.adoc[] include::cataloging/batch_importing_MARC.adoc[]