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

Corrected broken links in running-node.mdx #41

Merged
merged 2 commits into from
Dec 19, 2024
Merged
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 pages/node/pd/running-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ cp penumbra.service cometbft.service /etc/systemd/system/
systemctl daemon-reload
```

Follow the guide to [install pd and cometbft](../node/pd/install.md) from their respective
Follow the guide to [install pd and cometbft](./install.mdx) from their respective
release pages. You should be able to run `pd --version` and see <code>{PENUMBRA_VERSION}</code>
displayed.

Expand Down Expand Up @@ -99,7 +99,7 @@ journalctl -af -u penumbra
```

The final command will display logs from the `pd` process. In a short while, you should see
blocks streaming in. If not, see the [debugging steps](../node/pd/debugging.md)
blocks streaming in. If not, see the [debugging steps](./debugging.md)
to figure out what went wrong.

[pcli]: ../pcli.md
Expand Down