aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2017-08-23 11:49:28 -0700
committerGerald Combs <gerald@wireshark.org>2017-08-23 18:50:13 +0000
commit41d94798a941f0df6ae1a647cee2671f4e03929d (patch)
tree36720fc2564cd55c787e70fa0576c4c428a5c8c0
parentdd83b24f222a2a935cad3b6a646fecaf6790afbd (diff)
Docbook: Fix a couple of include paths.
Change-Id: I1b06658f516a17516782df57943d7082badba755 Reviewed-on: https://code.wireshark.org/review/23182 Reviewed-by: Gerald Combs <gerald@wireshark.org>
-rw-r--r--docbook/developer-guide.asciidoc2
-rw-r--r--docbook/user-guide.asciidoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/docbook/developer-guide.asciidoc b/docbook/developer-guide.asciidoc
index 70167cefe2..e804394803 100644
--- a/docbook/developer-guide.asciidoc
+++ b/docbook/developer-guide.asciidoc
@@ -51,4 +51,4 @@ include::wsluarm.asciidoc[]
include::wsdg_src/WSDG_chapter_userinterface.asciidoc[]
-include::GPL_appendix.asciidoc[]
+include::common_src/GPL_appendix.asciidoc[]
diff --git a/docbook/user-guide.asciidoc b/docbook/user-guide.asciidoc
index 0bc92acab6..0e7c51cd8c 100644
--- a/docbook/user-guide.asciidoc
+++ b/docbook/user-guide.asciidoc
@@ -34,4 +34,4 @@ include::wsug_src/WSUG_app_protocols.asciidoc[]
include::wsug_src/WSUG_app_tools.asciidoc[]
// License
-include::GPL_appendix.asciidoc[]
+include::common_src/GPL_appendix.asciidoc[]