Skip to content

Commit

Permalink
fix: 🐛 broken anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Jan 15, 2024
1 parent 5faba00 commit 8777345
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions guides/Node Operators/running-a-node-in-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ Enable the service on startup when the system boots:
sudo systemctl enable docker-lightning.service
```

As a result, we are now able to run our containers as a Systemd service. For this, read the document [manage systemd service](/docs/node/install#use-systemctl-to-manage-systemd-service) to find more about how to control the service.
As a result, we are now able to run our containers as a Systemd service. For this, read the document [manage systemd service](/docs/node/systemd-service) to find more about how to control the service.

## Viewing logs

Expand Down Expand Up @@ -447,4 +447,4 @@ Discover more about the project by [watching/contributing on Github](https://git
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
/>
6 changes: 3 additions & 3 deletions guides/Node Operators/transfering-setup-ownership.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,10 @@ sudo systemctl start lightning.service
```

:::tip
Find the timeline of events for the Lightning service by checking the log files. Learn about it in the section [Log Messages](/docs/node/install#analyzing-log-messages).
Find the timeline of events for the Lightning service by checking the log files. Learn about it in the section [Log Messages](/docs/node/analyzing-logs).
:::

To learn more, visit the section [Use Systemctl to manage the Lightning Service](/docs/node/install#use-systemctl-to-manage-systemd-service)
To learn more, visit the section [Use Systemctl to manage the Lightning Service](/docs/node/systemd-service)


## Conclusion
Expand All @@ -356,4 +356,4 @@ Discover more about the project by [watching/contributing on GitHub](https://git
image="https://github.com/heldrida.png"
title="Software Developer + DX"
url="https://github.com/heldrida"
/>
/>
2 changes: 1 addition & 1 deletion guides/Node Operators/updating-lightning.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ To launch the service, execute the following command:
sudo systemctl start lightning.service
```

To learn more about how to use Systemctl to manage the Lightning service, read the document [here](/docs/node/install#use-systemctl-to-manage-systemd-service).
To learn more about how to use Systemctl to manage the Lightning service, read the document [here](/docs/node/systemd-service).

## Health check

Expand Down

0 comments on commit 8777345

Please sign in to comment.