diff mbox series

[v1,1/2] Fixing broken links.

Message ID 1516809623-18134-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v1,1/2] Fixing broken links. | expand

Commit Message

Github ODP bot Jan. 24, 2018, 4 p.m. UTC
From: Philip Colmer <philip.colmer@linaro.org>


---
/** Email created from pull request 425 (pcolmer:master)
 ** https://github.com/Linaro/odp/pull/425
 ** Patch: https://github.com/Linaro/odp/pull/425.patch
 ** Base sha: 27480d82bd93a881ae683a3c314c11042a68ce29
 ** Merge commit sha: 1ead23e668f3dec722fa67355a25b993d2d49295
 **/
 doc/implementers-guide/implementers-guide.adoc | 2 +-
 doc/process-guide/release-guide.adoc           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/doc/implementers-guide/implementers-guide.adoc b/doc/implementers-guide/implementers-guide.adoc
index 794beb002..f0ba03369 100644
--- a/doc/implementers-guide/implementers-guide.adoc
+++ b/doc/implementers-guide/implementers-guide.adoc
@@ -203,7 +203,7 @@  Examples of modules for the application interface includes "classification"
 (functions dealing with time, excluding timers which have their own module),
 timer, ...
 The complete module list can be seen at:
-http://docs.opendataplane.org/master/linux-generic-doxygen-html/modules.html[ODP Modules] +
+https://www.opendataplane.org/api-documentation/master/api/modules.html[ODP Modules] +
 Within the platform agnostic area, the validation tests for a given interface
 are also grouped by modules, matching the ODP interface modules: for instance,
 `test/common_plat/validation/api` mainly contains a list of
diff --git a/doc/process-guide/release-guide.adoc b/doc/process-guide/release-guide.adoc
index 595af91a4..e5d72cb09 100644
--- a/doc/process-guide/release-guide.adoc
+++ b/doc/process-guide/release-guide.adoc
@@ -23,7 +23,7 @@  potentially backwards incompatible happening at lower frequency. Generation
 releases are significantly less frequent. The specific digits used for the
 generation and version numbering are described in the ODP API Documentation.
 The roles referenced in this document are defined in the
-http://www.opendataplane.org/api-documentation/by-laws/[By-laws].
+https://www.opendataplane.org/developers/bylaws/index.html[By-laws].
 
 === Patch to release flow ===
 Changes to the API are staged in api-next until they have been sufficiently