aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation
diff options
context:
space:
mode:
authorRene Robert <rene.robert@orange.com>2018-04-26 18:56:42 +0000
committerRene Robert <rene.robert@orange.com>2018-04-26 18:56:42 +0000
commita9644963d44ae5fa7ec91f016f8871590dd25e28 (patch)
treee24072954ca261105efa813b18b63b7a096366fa /docs/installation
parent3ae950ed3df4fbdb9d53e7b6b5a085dc1c34f878 (diff)
correct some rst files
Issue-ID: EXTAPI-74 Change-Id: Iafe3a129da0059cc666f30644ea914b1d576a00f Signed-off-by: Rene Robert <rene.robert@orange.com>
Diffstat (limited to 'docs/installation')
-rw-r--r--docs/installation/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/installation.rst b/docs/installation/installation.rst
index bb392d3..43db47c 100644
--- a/docs/installation/installation.rst
+++ b/docs/installation/installation.rst
@@ -38,7 +38,7 @@ Steps
-----
**Testing**
-When the app is running, you can access the API at http://yourhostname:8080/nbi/api/v1/ and fill the url with the name of the resources you asking for (/serviceSpecification, /service, /serviceOrder or /status)
+When the app is running, you can access the API at :samp:`http://yourhostname:8080/nbi/api/v1/` 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>`_
See the *restclient* package at root level to find *.vscode/settings.json* configuration file and */json/* package with samples requests that can be run.
You can also trigger these endpoints with any RESTful client or automation framework.