Fix broken links
[docs.git] / docs / developer-guide / netconf-developer-guide.rst
index f10b7332a82900e19ff91b8d0b74718fdc4c87e6..3f503866c819c74fb2647d7d697c4d5b1045323e 100644 (file)
@@ -1,3 +1,5 @@
+.. _netconf-dev-guide:
+
 NETCONF Developer Guide
 =======================
 
@@ -31,15 +33,15 @@ 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/lithium/ncmount
+-  https://github.com/opendaylight/coretutorials/tree/stable/boron/ncmount
 
 or checked out from the official OpenDaylight repository:
 
 -  https://git.opendaylight.org/gerrit/#/admin/projects/coretutorials
 
-**The application was built using the `project startup maven
+**The application was built using the** `project startup maven
 archetype <https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Startup_Project_Archetype>`__
-and demonstrates how to:**
+**and demonstrates how to:**
 
 -  preconfigure connectors to NETCONF devices
 
@@ -144,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/lithium/ncmount/impl/src/main/java/ncmount/impl/NcmountProvider.java>`__.
+class <https://github.com/opendaylight/coretutorials/blob/stable/boron/ncmount/impl/src/main/java/ncmount/impl/NcmountProvider.java>`__.
 
 Reading data from the device
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^