summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst6
-rwxr-xr-xdocs/testing/user/installation.rst3
2 files changed, 5 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 93bf62e..9729a44 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -23,7 +23,7 @@ StorPerf Installation Guide
:maxdepth: 5
:numbered: 5
- ./user/installation.rst
+ ./testing/user/installation.rst
******************************
StorPerf User Guide
@@ -34,8 +34,8 @@ StorPerf User Guide
:maxdepth: 5
:numbered: 5
- ./user/introduction.rst
- ./user/test-usage.rst
+ ./testing/user/introduction.rst
+ ./testing/user/test-usage.rst
Indices
diff --git a/docs/testing/user/installation.rst b/docs/testing/user/installation.rst
index f6c9744..d593e6f 100755
--- a/docs/testing/user/installation.rst
+++ b/docs/testing/user/installation.rst
@@ -110,8 +110,9 @@ The following ports are exposed if you use the supplied docker-compose.yaml
file:
* 5000 for StorPerf ReST API and Swagger UI
-* 8000 for StorPerf's Graphite Web Server
+Note: Port 8000 is no longer exposed and graphite can be accesed via
+http://storperf:5000/graphite
Running StorPerf Container
==========================