Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links in README.md #212

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# fabric-operator

**fabric-operator** is an open-source, cloud-native [Operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/)
for managing Hyperledger Fabric networks on Kubernetes. The operator follows the [CNCF Operator Pattern](link),
for managing Hyperledger Fabric networks on Kubernetes. The operator follows the CNCF Operator Pattern,
reducing the minutia of performing repetitive, detailed configuration tasks to automated activities performed under
the guidance of software-based controllers.

Expand Down Expand Up @@ -58,8 +58,8 @@ _Fabric, Ahoy!_

- Build a [multi-org](sample-network-multi-org) network on a local KIND development cluster.
- Build a [sample-network](sample-network) with Kube APIs.
- [Build a Network](https://cloud.ibm.com/docs/blockchain?topic=blockchain-ibp-console-build-network) with the [Fabric Operations Console](https://github.com/hyperledger-labs/fabric-operations-console).
- Automate your network with [Ansible Playbooks](https://cloud.ibm.com/docs/blockchain?topic=blockchain-ansible) and the Console REST APIs.
- Build a Network with the [Fabric Operations Console](https://github.com/hyperledger-labs/fabric-operations-console).
- Automate your network with [Ansible Playbooks](https://github.com/hyperledger-labs/fabric-ansible-collection) and the Console REST APIs.


## Build the Fabric Operator
Expand Down