Wrong RESTCONF example for GET ODL Modules

The file 'get-odl-modules-rfc8040.rest' was corrected according to
https://wiki.onap.org/display/DW/
Switch+from+Biermann-RestConf+to+RFC8040+interface

IssueID: OAM-124
Change-Id: I32997bb1eea0204c55bad80c6797a1eed57feb9d
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
diff --git a/data-model/tools/o1-controller-restconf-commands/get-odl-modules-rfc8040.rest b/data-model/tools/o1-controller-restconf-commands/get-odl-modules-rfc8040.rest
index 71f5196..e92bc97 100644
--- a/data-model/tools/o1-controller-restconf-commands/get-odl-modules-rfc8040.rest
+++ b/data-model/tools/o1-controller-restconf-commands/get-odl-modules-rfc8040.rest
@@ -1,3 +1,3 @@
-GET {{baseUrl}}/restconf/modules HTTP/1.1
+GET {{baseUrl}}/rests/data/ietf-yang-library:modules-state
 Authorization: Basic {{user}} {{password}}
 Accept: application/yang-data+json
\ No newline at end of file