From ecbe3c61ba64a2fbc0febec670bc766fc1655b3d Mon Sep 17 00:00:00 2001 From: Pratiksha Sankhe Date: Sun, 20 Oct 2024 14:05:26 +0530 Subject: [PATCH] fixed packages err (#1642) Signed-off-by: Prati28 --- docs/source/getting-started/contributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/getting-started/contributing.md b/docs/source/getting-started/contributing.md index 1f69be87b..2b7890965 100644 --- a/docs/source/getting-started/contributing.md +++ b/docs/source/getting-started/contributing.md @@ -159,7 +159,7 @@ user@ubuntu:~/caliper$ ./.build/check-prerequisites.sh && npm ci ### Public/published packages -The [https://github.com/hyperledger/caliper/tree/main/packages/](packages/) directory contains the following public/published packages: +The [https://github.com/hyperledger/caliper/tree/main/packages/](packages) directory contains the following public/published packages: * [caliper-cli](https://github.com/hyperledger/caliper/tree/main/packages/caliper-cli/): The command line interface (CLI) of Caliper. * [caliper-core](https://github.com/hyperledger/caliper/tree/main/packages/caliper-core/): The core and common codebase of Caliper, used by the other packages. @@ -169,7 +169,7 @@ The [https://github.com/hyperledger/caliper/tree/main/packages/](packages/) dire ### Internal packages -The [https://github.com/hyperledger/caliper/tree/main/packages/](packages/) directory contains the following internal packages: +The [https://github.com/hyperledger/caliper/tree/main/packages/](packages) directory contains the following internal packages: * [caliper-publish](https://github.com/hyperledger/caliper/tree/main/packages/caliper-publish/): Utility CLI for publishing Caliper to NPM and DockerHub. * [caliper-tests-integration](https://github.com/hyperledger/caliper/tree/main/packages/caliper-tests-integration/): Collection of CI integration tests.