Fix README.md 15/111415/1
authorBogumil Zebek <bogumil.zebek@nokia.com>
Wed, 19 Aug 2020 10:47:44 +0000 (12:47 +0200)
committerZebek Bogumil <bogumil.zebek@nokia.com>
Wed, 19 Aug 2020 10:47:44 +0000 (12:47 +0200)
- add proper link to documentation
- fix broken command to run csits locally

Issue-ID: OOM-2526
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Change-Id: Ib296c60509098d87793dbf39b867573c20cd79e3

README.md
certServiceClient/README.md

index bb56466..90da14f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ https://gerrit.onap.org/r/admin/repos/integration/csit
 2. Configure CSIT local environment
 3. Inside CSIT directory execute
 ```
-sudo ./run-csit.sh plans/aaf/certservice
+sudo ./run-csit.sh plans/oom-platform-cert-service/certservice
 ```
 
 ####Jenkins build
index 3825016..63d9780 100644 (file)
@@ -26,7 +26,7 @@ CertService API and client must be running in same network.
 
 You need certificate and trust anchors (in JKS format) to connect to CertService API via HTTPS. Information how to generate truststore and keystore files you can find in CertService main README.
 
-Information how to run you can find in CertService main README and official documentation, see [Read The Docs](https://docs.onap.org/projects/onap-aaf-certservice/en/latest/sections/usage.html)
+Information how to run you can find in CertService main README and official documentation, see [Read The Docs](https://docs.onap.org/projects/onap-oom-platform-cert-service/en/latest/sections/usage.html)
 
 
 ### Logs locally