Skip to content

Commit

Permalink
fix: missed "no click heres" (#1110)
Browse files Browse the repository at this point in the history
* fix: missed "no click heres"

* Update docs/nodes/full-storage-node.mdx

Co-authored-by: Rootul P <rootulp@gmail.com>

---------

Co-authored-by: Rootul P <rootulp@gmail.com>
  • Loading branch information
jcstein and rootulp authored Oct 5, 2023
1 parent feef189 commit 5bd49d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ const versions = ["your-new-version", "v0.11.0-rc8"];
In `docs/developers/node-api.md`, edit line 11:

```md
can be found [here](/api/v0.11.0-rc8).
[the API's documentation](/api/v0.11.0-rc13).
```

Change the above to:

```md
can be found [here](/api/your-new-version).
[the API's documentation](/api/your-new-version).
```

6. In the `docs/developers/node-tutorial.mdx` page,
Expand Down
3 changes: 1 addition & 2 deletions docs/nodes/full-storage-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,7 @@ celestia full start --core.ip http://<ip-address> --keyring.accname <name-of-cus

### Optional: start the full storage node with SystemD

Follow the tutorial on setting up the full storage node as a background
process with SystemD [here](./systemd.md).
If you would like to run the full storage node as a background process, follow the [SystemD tutorial](./systemd.md).

With that, you are now running a Celestia full storage node.

Expand Down

0 comments on commit 5bd49d6

Please sign in to comment.