Skip to content

Commit

Permalink
small link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinaPetr committed Nov 21, 2023
1 parent 3c64735 commit 021fb93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Networks are collections of nodes that communicate, store data, and share data.

### Available networks

Each network has its own string designation. Find more information about the networks [here](https://developers.ceramic.network/learn/networks/).
Each network has its own string designation. Find more information about the networks [here](../../../protocol/js-ceramic/networking/networks).

| Name | Description | Default Value |
| --- | --- | --- |
Expand Down
4 changes: 2 additions & 2 deletions docs/wheel/wheel-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ An option to define if IFPS runs in the same compute process as Ceramic. You hav

### State Store

An option to choose where your data will be persisted. To run a Ceramic node in production, it is critical to persist the [Ceramic state store](https://developers.ceramic.network/run/nodes/nodes/#ceramic-state-store)
and the [IPFS datastore](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#datastorespec). You can choose from two options:
An option to choose where your data will be persisted. To run a Ceramic node in production, it is critical to persist the Ceramic state store
and the [IPFS datastore](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#datastorespec). You can choose from two options:

- Local - Ceramic state store will be stored on your machine's filesystem. This is a good option for early development and prototyping.
If you choose this option, you will be asked to provide a path to your preferred state store directory or you can go with a provided default option.
Expand Down

0 comments on commit 021fb93

Please sign in to comment.