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 --- OsmoGGSN/osmoggsn-usermanual.adoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'OsmoGGSN') diff --git a/OsmoGGSN/osmoggsn-usermanual.adoc b/OsmoGGSN/osmoggsn-usermanual.adoc index efa2c8f..3394121 100644 --- a/OsmoGGSN/osmoggsn-usermanual.adoc +++ b/OsmoGGSN/osmoggsn-usermanual.adoc @@ -3,7 +3,7 @@ OsmoGGSN User Manual Harald Welte -include::../common/chapters/preface.adoc[] +include::./common/chapters/preface.adoc[] include::chapters/overview.adoc[] @@ -11,19 +11,19 @@ include::chapters/running.adoc[] //include::chapters/control.adoc[] -include::../common/chapters/vty.adoc[] +include::./common/chapters/vty.adoc[] -include::../common/chapters/logging.adoc[] +include::./common/chapters/logging.adoc[] include::chapters/configuration.adoc[] -include::../common/chapters/control_if.adoc[] +include::./common/chapters/control_if.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