X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fdeveloper-guide.rst;h=39f992912c3469c850147f0a98a35a772154a693;hb=34154d11aba75092f65e9c59d846958b6d1bc690;hp=6cc2017e8d6ae6bb8af30eeee77438b7638ab6d4;hpb=5970d15594a59f94f43fa784e43017eeb8b4e9b2;p=netconf.git 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^