Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit c373ed8

Browse files
committed
Update "master" branch references to "main"
Update "master" branch references to "main". Signed-off-by: David Enyeart <[email protected]>
1 parent 09fd1f3 commit c373ed8

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository:
66
name: fabric-chaincode-evm
77
description: null
88
homepage: https://wiki.hyperledger.org/display/fabric
9-
default_branch: master
9+
default_branch: main
1010
has_downloads: true
1111
has_issues: false
1212
has_projects: false

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Contributions Welcome!
22

33
This repository is part of the Fabric project.
4-
Please consult [Fabric's CONTRIBUTING documentation](http://hyperledger-fabric.readthedocs.io/en/latest/CONTRIBUTING.html) for information on how to contribute to this repository.
4+
Please consult [Fabric's CONTRIBUTING documentation](http://hyperledger-fabric.readthedocs.io/en/latest/CONTRIBUTING.html) for information on how to contribute to this repository.
55

6-
We will follow [Fabric's Go Coding Guidelines](https://hyperledger-fabric.readthedocs.io/en/master/style-guides/go-style.html).
6+
We will follow [Fabric's Go Coding Guidelines](https://hyperledger-fabric.readthedocs.io/en/main/style-guides/go-style.html).
77

88
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ section.
4545
This chaincode can be deployed like any other user chaincode to Hyperledger
4646
Fabric. The chaincode has no instantiation arguments.
4747

48-
When installing, point to the EVMCC [main package](https://github.com/hyperledger/fabric-chaincode-evm/tree/master/evmcc). Below is an example of installation and
48+
When installing, point to the EVMCC [main package](https://github.com/hyperledger/fabric-chaincode-evm/tree/main/evmcc). Below is an example of installation and
4949
instantiation through the peer cli.
5050
```
5151
peer chaincode install -n evmcc -l golang -v 0 -p github.com/hyperledger/fabric-chaincode-evm/evmcc

ci/azure-pipelines.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
name: $(SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.rrr)
66
trigger:
7-
- master
7+
- main
88
pr:
9-
- master
9+
- main
1010

1111
variables:
1212
GOPATH: $(Agent.BuildDirectory)/go
@@ -65,4 +65,3 @@ jobs:
6565
displayName: Checkout Fabric Chaincode EVM Code
6666
- script: make integration-test
6767
displayName: Run Integration Tests
68-

0 commit comments

Comments
 (0)