Correct release name
[externalapi/nbi.git] / docs / architecture / NBI_Developer_Guide.rst
index 1a421f6..e85118e 100644 (file)
@@ -11,8 +11,8 @@ NBI - Developer Guide
 Introduction
 ************
 
-NBI is a Java 8 web application built over Spring Framework.
-Using Spring Boot 1.5.10 dependencies, it runs as a standalone
+NBI is a Java 11 web application built over Spring Framework.
+Using Spring Boot 2.2.2 dependencies, it runs as a standalone
 application with an embedded Tomcat server.
 
 ************
@@ -83,7 +83,7 @@ You can view the log output of the application with the following command:
 
 **Testing**
 When the application is running, you can access the API at
-:samp:`http://yourhostname:8080/nbi/api/v1` and fill the URL with the name
+:samp:`http://yourhostname:8080/nbi/api/v4` and fill the URL with the name
 of the resources you asking for (/serviceSpecification, /service,
 /serviceOrder or /status)
 You can run a test by using `VisualStudio RestClient plugin <https://github.com/Huachao/vscode-restclient>`_