Skip to content

Commit a41793b

Browse files
committed
fix Sample architectures links
1 parent dcd9752 commit a41793b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/examples/sample-architectures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ description: Learn how you might build an app on top of Filecoin.
77

88
No matter what you wish to build on Filecoin, you'll generally need a few basic elements:
99

10-
- **A node.** Each Filecoin-based service or application will need to use at least one Filecoin node that maintains consensus. All interactions with the network must flow through an up-to-date node: sending and receiving market deals, sending and receiving data, and more. You can host this yourself, or choose a [hosted node](/build/start-building/interacting-with-the-network/) option.
11-
- **An API.** Depending on language, and your preference for more granular or high-level commands, you can either directly use the node's go RPC API, or use one of the available [JS API client libraries](/build/developer-tools/wallets-signing-tools-api-clients/#api-clients).
10+
- **A node.** Each Filecoin-based service or application will need to use at least one Filecoin node that maintains consensus. All interactions with the network must flow through an up-to-date node: sending and receiving market deals, sending and receiving data, and more. You can host this yourself, or choose a [hosted node](../start-building/interacting-with-the-network/) option.
11+
- **An API.** Depending on language, and your preference for more granular or high-level commands, you can either directly use the node's go RPC API, or use one of the available [JS API client libraries](../developer-tools/wallets-signing-tools-api-clients/#api-clients).
1212
- Optional: Additional helper tools and libraries to simplify functions such as storage commands, managing deals, and more.
1313

1414
### Examples

0 commit comments

Comments
 (0)