Skip to content

Commit 1ca8d22

Browse files
committed
Fix link
1 parent 2fc6395 commit 1ca8d22

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/guides/debug-ssh-commands/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ already have an SSH key for the host you want to access from, follow this guide
3737
Set the `listen` property to localhost for local debugging or to your nebula IP to enable access over the nebula overlay
3838
network.
3939

40-
Next, either send a kill SIGHUP to the nebula PID or restart nebula and ssh via `ssh 127.0.0.1 -p 2222` for example.
40+
Next, either run `kill SIGHUP <nebula PID>` or restart nebula and ssh via `ssh 127.0.0.1 -p 2222` for example.
4141

4242
Now you can debug your nebula installation, querying things like your hostmap:
4343

docs/guides/viewing-nebula-logs/index.mdx

+2-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ On Intel processors, Homebrew uses `/usr/local` instead of `/opt/homebrew` as a
5757
sudo tail -f /opt/homebrew/var/log/nebula.*
5858
```
5959

60-
Another useful tool for viewing logs is the built-in
61-
[Console.app](<](https://support.apple.com/guide/console/welcome/mac)>). To access the logs, To access the logs, select
62-
`File -> Open` from the menu and then press
60+
Another useful tool for viewing logs is the built-in [Console.app](https://support.apple.com/guide/console/welcome/mac).
61+
To access the logs, To access the logs, select `File -> Open` from the menu and then press
6362

6463
<kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>G</kbd> in the file picker, which will allow you to enter `/opt/homebrew/var/log/nebula.log`
6564
into the textbox.

0 commit comments

Comments
 (0)