From: Jamo Luhrsen Date: Sat, 28 Mar 2020 00:54:33 +0000 (-0700) Subject: Update coretutorials links X-Git-Tag: release/aluminium~124 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=34154d11aba75092f65e9c59d846958b6d1bc690;p=netconf.git Update coretutorials links Signed-off-by: Jamo Luhrsen Change-Id: I473a0a72f027a7d3265faefb83091aec6beaf989 --- diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index 6cc2017e8d..39f992912c 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -33,7 +33,7 @@ application called **ncmount** in the ``coretutorials`` OpenDaylight project. It can be found on the github mirror of OpenDaylight’s repositories: -- https://github.com/opendaylight/coretutorials/tree/stable/boron/ncmount +- https://github.com/opendaylight/coretutorials/tree/master/ncmount or checked out from the official OpenDaylight repository: @@ -146,7 +146,7 @@ The implementation of the callback from MD-SAL when the data change can be found in the ``onDataChanged(AsyncDataChangeEvent, DataObject> change)`` callback of `NcmountProvider -class `__. +class `__. Reading data from the device ^^^^^^^^^^^^^^^^^^^^^^^^^^^^