[VOL-2750] Fixing type in sadis config

Change-Id: I7402b24a47c048ed7442b47a07a22dbaf33f8f8f
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 13336ab..6a6325e 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -139,7 +139,7 @@
 To configure ONOS to use the BBSim ``Sadis`` server endpoints, the Sadis app
 must use be configured as follows (see ``examples/sadis-in-bbsim.json``):
 
-.. literalinclude:: ../../examples/sadis-in-bbsim.json
+.. literalinclude:: ../../examples/sadis-in-bbsim2.json
 
 This base configuration may also be obtained directly from the BBSim Sadis
 server:
@@ -166,6 +166,11 @@
 
 In ONOS subscriber information can be queried using ``sadis <id>``.
 
+*Note that BBSim supports both sadis configuration versions, here is an example of the configuration needed to return
+the old format:*
+
+.. literalinclude:: ../../examples/sadis-in-bbsim.json
+
 Publishing BBSim Events on kafka
 --------------------------------