Skip to content

Commit

Permalink
docs: replace bifrost-gateway with rainbow
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Apr 15, 2024
1 parent 9beb71f commit 27038a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Common operations are possible via reusable GitHub actions:
To learn how to integrate them in the CI of your project, see real world examples in:
- [`kubo/../gateway-conformance.yml`](https://github.com/ipfs/kubo/blob/master/.github/workflows/gateway-conformance.yml) (fixtures imported into tested node)
- [`boxo/../gateway-conformance.yml`](https://github.com/ipfs/boxo/blob/main/.github/workflows/gateway-conformance.yml) (fixtures imported into a sidecar kubo node that is peered with tested library)
- [`bifrost-gateway/../gateway-conformance.yml`](https://github.com/ipfs/bifrost-gateway/blob/main/.github/workflows/gateway-conformance.yml) (fixtures imported into a kubo node that acts as a delegated block backend)
- [`rainbow/../gateway-conformance.yml`](https://github.com/ipfs/rainbow/blob/main/.github/workflows/gateway-conformance.yml) (fixtures imported into a kubo node that acts as a delegated block backend)

### Web Dashboard

Expand Down
2 changes: 1 addition & 1 deletion REPOSITORIES
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ipfs/kubo
ipfs/boxo
ipfs/bifrost-gateway
ipfs/rainbow

0 comments on commit 27038a7

Please sign in to comment.