Skip to content

Commit

Permalink
Fix Circle CI link in Readme (#224)
Browse files Browse the repository at this point in the history
Fix link that broke when renaming branch `master` to `main`.

Resolves #223

Signed-off-by: Chris Hoeppler <christian.hoeppler@de.bosch.com>
  • Loading branch information
choeppler committed Aug 13, 2021
1 parent 9925cb9 commit cd6e88b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[rocketchat-url]: https://chat.hyperledger.org/channel/perun
[rocketchat-image]: https://open.rocket.chat/images/join-chat.svg

| Develop | Master |
| :----: | :-----: |
| [![CircleCI](https://circleci.com/gh/hyperledger-labs/perun-node/tree/develop.svg?style=shield)](https://circleci.com/gh/hyperledger-labs/perun-node/tree/develop) | [![CircleCI](https://circleci.com/gh/hyperledger-labs/perun-node/tree/master.svg?style=shield)](https://circleci.com/gh/hyperledger-labs/perun-node/tree/master) |
| Develop | Main |
| :----: | :----: |
| [![CircleCI](https://circleci.com/gh/hyperledger-labs/perun-node/tree/develop.svg?style=shield)](https://circleci.com/gh/hyperledger-labs/perun-node/tree/develop) | [![CircleCI](https://circleci.com/gh/hyperledger-labs/perun-node/tree/main.svg?style=shield)](https://circleci.com/gh/hyperledger-labs/perun-node/tree/main) |

Perun is an open source project that aims to increase blockchain transaction
throughput by using just a handful of main chain transactions to move an entire
Expand Down

0 comments on commit cd6e88b

Please sign in to comment.