aboutsummaryrefslogtreecommitdiffstats
path: root/OsmoTRX
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-11-15 11:08:39 +0100
committerOliver Smith <osmith@sysmocom.de>2018-11-21 14:29:11 +0100
commitdc7c08ea087425b97fb4d1bca9f6411b09768343 (patch)
treeac8494986c9292866e3693b575a7fd501bf3b86d /OsmoTRX
parent06d1805c5b0aee5f9a26094ceb0b43aa2dbaa386 (diff)
*.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
Diffstat (limited to 'OsmoTRX')
-rw-r--r--OsmoTRX/osmotrx-usermanual.adoc18
1 files changed, 9 insertions, 9 deletions
diff --git a/OsmoTRX/osmotrx-usermanual.adoc b/OsmoTRX/osmotrx-usermanual.adoc
index 14f5514..fdd9c8a 100644
--- a/OsmoTRX/osmotrx-usermanual.adoc
+++ b/OsmoTRX/osmotrx-usermanual.adoc
@@ -5,19 +5,19 @@ OsmoTRX User Manual
Pau Espin Pedrol <pespin@sysmocom.de>
-include::../common/chapters/preface.adoc[]
+include::./common/chapters/preface.adoc[]
include::chapters/overview.adoc[]
include::chapters/running.adoc[]
-include::../common/chapters/control_if.adoc[]
+include::./common/chapters/control_if.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/counters.adoc[]
@@ -31,12 +31,12 @@ include::chapters/trx-backends.adoc[]
include::chapters/code-architecture.adoc[]
-include::../common/chapters/trx_if.adoc[]
+include::./common/chapters/trx_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[]