diff --git a/docs/docs/weaver/getting-started/guide.md b/docs/docs/weaver/getting-started/guide.md index c3f7364e80..43470e37fd 100644 --- a/docs/docs/weaver/getting-started/guide.md +++ b/docs/docs/weaver/getting-started/guide.md @@ -27,7 +27,7 @@ If you wish to go further and understand Weaver specifics, dig into the code, or - Common [protobufs](https://github.com/hyperledger-cacti/cacti/tree/main/weaver/common/protos): compiled in [JavaScript](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/common/protos-js/README.md), [Golang](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/common/protos-go/README.md), [Java](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/common/protos-java-kt/README.md), [Rust](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/common/protos-rs/README.md) and [Solidity](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/common/protos-sol/README.md) - Fabric Interoperation SDKs in [Node.js](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/sdks/fabric/interoperation-node-sdk/README.md) and [Golang](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/sdks/fabric/go-sdk/readme.md) - Corda Interoperation SDK in [Kotlin/Java](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/sdks/corda/README.md) -- Besu Interoperation SDK in [Node.js](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/sdks/besu/interoperation-node-sdk/README.md) +- Besu Interoperation SDK in [Node.js](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/sdks/besu/node/README.md) - Sample [Fabric](https://github.com/hyperledger-cacti/cacti/tree/main/weaver/samples/fabric) and [Corda](https://github.com/hyperledger-cacti/cacti/tree/main/weaver/samples/corda) applications for experimentation and testing - [Fabric](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/tests/network-setups/fabric/dev/README.md), [Corda](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/tests/network-setups/corda/README.md), and [Besu](https://github.com/hyperledger-cacti/cacti/blob/main/weaver/tests/network-setups/besu/README.md) test network setups