From dc7c08ea087425b97fb4d1bca9f6411b09768343 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 15 Nov 2018 11:08:39 +0100 Subject: *.adoc: include from ./common, not ../common Change hardcoded ../common paths, which will break when moving the project specific manuals in other repositories, to ./common so they use the dynamically created symlink that always points to the right path. (moving manuals to project repositories 8/19) Related: OS#3385 Change-Id: Id984f5e85481f7877567ee6d21f7ca455d773ef1 --- OsmoHLR/osmohlr-usermanual.adoc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'OsmoHLR') diff --git a/OsmoHLR/osmohlr-usermanual.adoc b/OsmoHLR/osmohlr-usermanual.adoc index d9a4654..bc2a614 100644 --- a/OsmoHLR/osmohlr-usermanual.adoc +++ b/OsmoHLR/osmohlr-usermanual.adoc @@ -6,7 +6,7 @@ OsmoHLR User Manual Neels Hofmeyr -include::../common/chapters/preface.adoc[] +include::./common/chapters/preface.adoc[] include::chapters/overview.adoc[] @@ -16,21 +16,21 @@ include::chapters/subscribers.adoc[] include::chapters/ussd.adoc[] -include::../common/chapters/vty.adoc[] +include::./common/chapters/vty.adoc[] -include::../common/chapters/logging.adoc[] +include::./common/chapters/logging.adoc[] include::chapters/control.adoc[] -include::../common/chapters/control_if.adoc[] +include::./common/chapters/control_if.adoc[] -include::../common/chapters/gsup.adoc[] +include::./common/chapters/gsup.adoc[] -include::../common/chapters/port_numbers.adoc[] +include::./common/chapters/port_numbers.adoc[] -include::../common/chapters/bibliography.adoc[] +include::./common/chapters/bibliography.adoc[] -include::../common/chapters/glossary.adoc[] +include::./common/chapters/glossary.adoc[] -include::../common/chapters/gfdl.adoc[] +include::./common/chapters/gfdl.adoc[] -- cgit v1.2.3