Fix MRI project list
[docs.git] / docs / developer-guide / didm-developer-guide.rst
index 0a285c620ba89722444b0d4deae84d301d0cddaf..ebb7757e4215627640fbd62f45270f6eb71b366a 100644 (file)
@@ -1,3 +1,5 @@
+.. _didm-developer-guide:
+
 DIDM Developer Guide
 ====================
 
@@ -50,6 +52,8 @@ functions:
 Key APIs and Interfaces
 -----------------------
 
+.. _didm-flow-objective-api:
+
 FlowObjective API
 ~~~~~~~~~~~~~~~~~
 
@@ -59,18 +63,15 @@ Currently these APIs are getting consumed by Atrium project.
 
 Install the Forwarding Objective:
 
-`http://<CONTROLLER-IP>:8181/restconf/operations/atrium-flow-objective:forward <http://<CONTROLLER-IP>:8181/restconf/operations/atrium-flow-objective:forward>`__
----
+``http://<CONTROLLER-IP>:8181/restconf/operations/atrium-flow-objective:forward``
 
 Install the Filter Objective
 
-`http://<CONTROLLER-IP>:8181/restconf/operations/atrium-flow-objective:filter <http://<CONTROLLER-IP>:8181/restconf/operations/atrium-flow-objective:filter>`__
----
+``http://<CONTROLLER-IP>:8181/restconf/operations/atrium-flow-objective:filter``
 
 Install the Next Objective:
 
-`http://<CONTROLLER-IP>:8181/restconf/operations/atrium-flow-objective:next <http://<CONTROLLER-IP>:8181/restconf/operations/atrium-flow-objective:next>`__
----
+``http://<CONTROLLER-IP>:8181/restconf/operations/atrium-flow-objective:next``
 
 Flow mod driver API
 ~~~~~~~~~~~~~~~~~~~
@@ -217,7 +218,6 @@ API Reference Documentation
 ---------------------------
 
 Go to
-`http://${controller-ip}:8181/apidoc/explorer/index.html <http://${controller-ip}:8181/apidoc/explorer/index.html>`__,
+http://${controller-ip}:8181/apidoc/explorer/index.html,
 and look under DIDM section to see all the available REST calls and
 tables
-