Skip to content

Commit

Permalink
Update repository path.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordjabez committed Apr 10, 2022
1 parent e0e32ef commit 6311f81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
license: 'MIT-0',
copyrightOwner: 'Amazon.com, Inc. or its affiliates. All Rights Reserved.',
defaultReleaseBranch: 'main',
repositoryUrl: 'https://github.com/aws-samples/cdk-hyperledger-fabric-network.git',
repositoryUrl: 'https://github.com/cdklabs/cdk-hyperledger-fabric-network.git',
cdkVersion: '2.20.0',
depsUpgradeOptions: {
workflow: false,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Hyperledger Fabric on Amazon Managed Blockchain

![release](https://img.shields.io/github/v/release/aws-samples/cdk-hyperledger-fabric-network?color=green&style=flat-square)
![license](https://img.shields.io/github/license/cdklabs/cdk-hyperledger-fabric-network?color=green&style=flat-square)
![release](https://img.shields.io/github/v/release/cdklabs/cdk-hyperledger-fabric-network?color=green&style=flat-square)
![npm:version](https://img.shields.io/npm/v/cdk-hyperledger-fabric-network?color=blue&style=flat-square)
![PyPi:version](https://img.shields.io/pypi/v/cdk-hypderledger-fabric-network?color=blue&style=flat-square)
![license](https://img.shields.io/github/license/aws-samples/cdk-hyperledger-fabric-network?color=green&style=flat-square)

This repository contains a CDK construct to deploy a Hyperledger Fabric network
running on Amazon Managed Blockchain. It builds out a member and its nodes, a VPC
Expand Down
2 changes: 1 addition & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6311f81

Please sign in to comment.