From dd6fd1a1c87dc0c118dab646ab87de6289121d67 Mon Sep 17 00:00:00 2001 From: Bogumil Zebek Date: Wed, 19 Aug 2020 12:47:44 +0200 Subject: [PATCH] Fix README.md - add proper link to documentation - fix broken command to run csits locally Issue-ID: OOM-2526 Signed-off-by: Zebek Bogumil Change-Id: Ib296c60509098d87793dbf39b867573c20cd79e3 --- README.md | 2 +- certServiceClient/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb564665..90da14f1 100644 --- 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 diff --git a/certServiceClient/README.md b/certServiceClient/README.md index 38250160..63d9780b 100644 --- a/certServiceClient/README.md +++ b/certServiceClient/README.md @@ -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 -- 2.16.6