Update coretutorials links 62/88762/1
authorJamo Luhrsen <jluhrsen@gmail.com>
Sat, 28 Mar 2020 00:54:33 +0000 (17:54 -0700)
committerJamo Luhrsen <jluhrsen@gmail.com>
Sat, 28 Mar 2020 00:54:33 +0000 (17:54 -0700)
Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
Change-Id: I473a0a72f027a7d3265faefb83091aec6beaf989

docs/developer-guide.rst

index 6cc2017e8d6ae6bb8af30eeee77438b7638ab6d4..39f992912c3469c850147f0a98a35a772154a693 100644 (file)
@@ -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<InstanceIdentifier<?>, DataObject>
 change)`` callback of `NcmountProvider
-class <https://github.com/opendaylight/coretutorials/blob/stable/boron/ncmount/impl/src/main/java/ncmount/impl/NcmountProvider.java>`__.
+class <https://github.com/opendaylight/coretutorials/blob/master/ncmount/impl/src/main/java/ncmount/impl/NcmountProvider.java>`__.
 
 Reading data from the device
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^