Bump conf.yaml versions to Silicon
[netconf.git] / docs / developer-guide.rst
index 6cc2017e8d6ae6bb8af30eeee77438b7638ab6d4..64167d1684567a6bbd03e4dcb15b2c9d8358bb78 100644 (file)
@@ -21,7 +21,7 @@ support notifications from mounted NETCONF devices.**
 
     It may also be useful to read the generic `OpenDaylight MD-SAL app
     development
-    tutorial <https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:MD-SAL_App_Tutorial>`__
+    tutorial <https://wiki-archive.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:MD-SAL_App_Tutorial>`__
     before diving into this chapter. This guide assumes awareness of
     basic OpenDaylight application development.
 
@@ -33,14 +33,14 @@ 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:
 
--  https://git.opendaylight.org/gerrit/#/admin/projects/coretutorials
+-  https://git.opendaylight.org/gerrit/admin/repos/coretutorials
 
 **The application was built using the** `project startup maven
-archetype <https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Startup_Project_Archetype>`__
+archetype <https://wiki-archive.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Startup_Project_Archetype>`__
 **and demonstrates how to:**
 
 -  preconfigure connectors to NETCONF devices
@@ -60,7 +60,7 @@ archetype <https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Sta
 
 Detailed information about the structure of the application can be found
 at:
-https://wiki.opendaylight.org/view/Controller_Core_Functionality_Tutorials:Tutorials:Netconf_Mount
+https://wiki-archive.opendaylight.org/view/Controller_Core_Functionality_Tutorials:Tutorials:Netconf_Mount
 
 .. note::
 
@@ -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
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -235,4 +235,4 @@ returns it from ``showNode``.
 
     More information can be found in the source code of ncmount sample
     app + on wiki:
-    https://wiki.opendaylight.org/view/Controller_Core_Functionality_Tutorials:Tutorials:Netconf_Mount
+    https://wiki-archive.opendaylight.org/view/Controller_Core_Functionality_Tutorials:Tutorials:Netconf_Mount