From: Bogumil Zebek Date: Wed, 19 Aug 2020 10:47:44 +0000 (+0200) Subject: Fix README.md X-Git-Tag: 2.0.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=dd6fd1a1c87dc0c118dab646ab87de6289121d67;p=oom%2Fplatform%2Fcert-service.git 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 --- 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