diff --git a/book/src/configuration/buffer.md b/book/src/configuration/buffer.md index 91d14b1d..1d4bee8b 100644 --- a/book/src/configuration/buffer.md +++ b/book/src/configuration/buffer.md @@ -554,7 +554,7 @@ Control if the text input should auto format the input. By default text is only auto_format = "markdown" ``` -> 💡 Read more about [text formatting](../../guides/text-formatting.html). +> 💡 Read more about [text formatting](../guides/text-formatting.html). ### `[buffer.text_input.autocomplete]` diff --git a/book/src/configuration/servers.md b/book/src/configuration/servers.md index e7e375e5..d5f3ca0b 100644 --- a/book/src/configuration/servers.md +++ b/book/src/configuration/servers.md @@ -9,7 +9,7 @@ Eg: # ... ``` -> 💡 For a multiple server example see [here](../../guides/multiple-servers.html) +> 💡 For a multiple server example see [here](../guides/multiple-servers.html) ## `nickname` @@ -368,7 +368,7 @@ who_poll_interval = 2 A list of nicknames to [monitor](https://ircv3.net/specs/extensions/monitor) (if IRCv3 Monitor is supported by the server). -> 💡 Read more about [monitoring users](../../guides/monitor-users.html). +> 💡 Read more about [monitoring users](../guides/monitor-users.html). ```toml # Type: array of string diff --git a/book/src/guides/getting-started.md b/book/src/guides/getting-started.md index 4554d6cf..73ccf176 100644 --- a/book/src/guides/getting-started.md +++ b/book/src/guides/getting-started.md @@ -4,7 +4,7 @@ To get started with Halloy, you need to connect to at least one IRC server. The Once connected to a server, you can join channels. This can be done automatically from the config file or manually using the join command: `/join #channel`[^1]. To find channels, you can either use the list command: `/list`, or [browse for channels online](https://netsplit.de/channels/). -> 💡 Configuration in Halloy happens through a `config.toml` file. See [Configuration](../configuration/index.html). +> 💡 Configuration in Halloy happens through a `config.toml` file. See [Configuration](../configuration/). Here are a few useful IRC commands for a new user[^2] @@ -18,4 +18,4 @@ Here are a few useful IRC commands for a new user[^2] [^1]: Channel names always start with a `#` symbol and do not contain spaces. -[^2]: Find more commands [here](https://en.wikipedia.org/wiki/List_of_Internet_Relay_Chat_commands). \ No newline at end of file +[^2]: Find more commands [here](https://en.wikipedia.org/wiki/List_of_Internet_Relay_Chat_commands). diff --git a/book/src/guides/multiple-servers.md b/book/src/guides/multiple-servers.md index 2d3302fc..8e90cc82 100644 --- a/book/src/guides/multiple-servers.md +++ b/book/src/guides/multiple-servers.md @@ -1,7 +1,7 @@ # Multiple servers Creating multiple `[servers]` sections lets you connect to multiple servers. -All configuration options can be found [here](../configuration/servers/index.html). +All configuration options can be found [here](../configuration/servers.html). ```toml [servers.liberachat]