Skip to content

Commit

Permalink
correct links to setup
Browse files Browse the repository at this point in the history
Signed-off-by: munapower <[email protected]>
  • Loading branch information
munapower committed Jan 7, 2025
1 parent 2d4e0a5 commit 86f4f54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,11 @@ git clone --recursive https://github.com/hyperledger/fabric-private-chaincode.gi
There are two different ways to develop Fabric Private Chaincode.

### Option 1: Using the Docker-based FPC Development Environment
Using our preconfigured Docker container development environment or setting up your local system with all required software dependencies to build and develop chaincode locally. [md](docs/setup-option1.md)
Using our preconfigured Docker container development environment or setting up your local system with all required software dependencies to build and develop chaincode locally. [Option 1](docs/setup-option1.md)

### Option 2: Setting up your system to do local development

As an alternative to the Docker-based FPC development environment you can install and manage all necessary software dependencies which are required to compile and run FPC. [md](docs/setup-option2.md)
As an alternative to the Docker-based FPC development environment you can install and manage all necessary software dependencies which are required to compile and run FPC. [Option 2](docs/setup-option2.md)

## Build Fabric Private Chaincode

Expand Down
2 changes: 1 addition & 1 deletion docs/setup-option1.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ A few more notes:
* For support for Apple Mac (M1 or newer) see the [Troubleshooting](#troubleshooting) section.

Now you are ready to start development *within* the container. Continue with building FPC as described in the [Build Fabric Private Chaincode
](#build-fabric-private-chaincode) Section and then write [your first Private Chaincode](#your-first-private-chaincode).
](../README.md#build-fabric-private-chaincode) Section and then write [your first Private Chaincode](../README.md#your-first-private-chaincode).

0 comments on commit 86f4f54

Please sign in to comment.