Skip to content

Commit

Permalink
fixed packages err (#1642)
Browse files Browse the repository at this point in the history
Signed-off-by: Prati28 <sankhepratiksha3@gmail.com>
  • Loading branch information
psankhe28 authored Oct 20, 2024
1 parent 13b8710 commit ecbe3c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/getting-started/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit ecbe3c6

Please sign in to comment.