Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: missed "no click heres" #1110

Merged
merged 2 commits into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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