aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2016-01-05 12:45:17 -0500
committerMike Holmes <mike.holmes@linaro.org>2016-01-07 11:14:27 -0500
commit175c5a15815a5a44cba660efd4a86c91f632b780 (patch)
treebe679fbf9748bb891125d9f629228e5f9d2b0a5d /doc
parentdb3656ee41116c40e98c95381f229217b91ef70d (diff)
doc: implementers: fix link to modules list
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/implementers-guide/implementers-guide.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/implementers-guide/implementers-guide.adoc b/doc/implementers-guide/implementers-guide.adoc
index 725eda5d..372d8f77 100644
--- a/doc/implementers-guide/implementers-guide.adoc
+++ b/doc/implementers-guide/implementers-guide.adoc
@@ -102,7 +102,7 @@ Examples of modules includes "classification" (API functions dealing with ingres
packets classification), time (functions dealing with time, excluding timers
which have their own module), timer,...
The complete module list can be seen at:
-http://docs.opendataplane.org/linux-generic-doxygen-html/modules.html[ODP Modules] +
+http://docs.opendataplane.org/master/linux-generic-doxygen-html/modules.html[ODP Modules] +
Within the platform agnostic area, the tests are also grouped by modules,
matching the ODP API modules: 'test/validation/' mainly contains a list of
directories matching each module name (as defined by the doxygen "@defgroup" or