Skip to content

Commit

Permalink
chore: markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Dec 1, 2023
1 parent 09209ae commit af9b3b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/reference/kubo/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ For issues and support, check out the [generate-cli-docs.sh](https://github.com/

IPFS can run in either _online_ or _offline_ mode. Online mode is when you have IPFS running separately as a daemon process. If you do not have an IPFS daemon running, you are in offline mode. Some commands, like `ipfs swarm peers`, are only supported when online.

The [command-line quickstart guide](/how-to/command-line-quick-start/#take-your-node-online) explains how to start the IPFS daemon and take your node online.
The [command-line quickstart guide](../../how-to/command-line-quick-start/) explains how to start the IPFS daemon and take your node online.



### Alignment with Kubo RPC API

Every command usable from the CLI is also available through the [RPC API v0](/reference/kubo/rpc). For example:
Every command usable from the CLI is also available through the [RPC API v0](../../reference/kubo/rpc/). For example:

```sh
> ipfs swarm peers
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/kubo/generate-cli-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ For issues and support, check out the [generate-cli-docs.sh](https://github.com/
IPFS can run in either _online_ or _offline_ mode. Online mode is when you have IPFS running separately as a daemon process. If you do not have an IPFS daemon running, you are in offline mode. Some commands, like \`ipfs swarm peers\`, are only supported when online.
The [command-line quickstart guide](/how-to/command-line-quick-start/#take-your-node-online) explains how to start the IPFS daemon and take your node online.
The [command-line quickstart guide](../..//how-to/command-line-quick-start/) explains how to start the IPFS daemon and take your node online.
"

echo "
### Alignment with Kubo RPC API
Every command usable from the CLI is also available through the [RPC API v0](/reference/kubo/rpc). For example:
Every command usable from the CLI is also available through the [RPC API v0](../../reference/kubo/rpc/). For example:
\`\`\`sh
> ipfs swarm peers
Expand Down

0 comments on commit af9b3b0

Please sign in to comment.