about summary refs log tree commit diff
diff options
context:
space:
mode:
authorHarshil Jani <harshiljani2002@gmail.com>2023-05-13 04:25:19 +0530
committerGitHub <noreply@github.com>2023-05-12 18:55:19 -0400
commitaa0b851e835af5d8f543cab0f554f85debc16224 (patch)
tree7b894a7abba54d9bd7f46d65882168e84d4ca875
parenta43950ec7e451c29d2f15dcb6f2fd906dc62e6e6 (diff)
manual: fix matrix room link (#231523)
Co-authored-by: figsoda <figsoda@pm.me>
-rw-r--r--nixos/doc/manual/preface.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/preface.md b/nixos/doc/manual/preface.md
index d5e6364780a7d..b33af979c5a9f 100644
--- a/nixos/doc/manual/preface.md
+++ b/nixos/doc/manual/preface.md
@@ -4,7 +4,7 @@ This manual describes how to install, use and extend NixOS, a Linux distribution
 
 Additional information regarding the Nix package manager and the Nixpkgs project can be found in respectively the [Nix manual](https://nixos.org/nix/manual) and the [Nixpkgs manual](https://nixos.org/nixpkgs/manual).
 
-If you encounter problems, please report them on the [`Discourse`](https://discourse.nixos.org), the [Matrix room](https://matrix.to/#nix:nixos.org), or on the [`#nixos` channel on Libera.Chat](irc://irc.libera.chat/#nixos). Alternatively, consider [contributing to this manual](#chap-contributing). Bugs should be reported in [NixOS’ GitHub issue tracker](https://github.com/NixOS/nixpkgs/issues).
+If you encounter problems, please report them on the [`Discourse`](https://discourse.nixos.org), the [Matrix room](https://matrix.to/#/%23nix:nixos.org), or on the [`#nixos` channel on Libera.Chat](irc://irc.libera.chat/#nixos). Alternatively, consider [contributing to this manual](#chap-contributing). Bugs should be reported in [NixOS’ GitHub issue tracker](https://github.com/NixOS/nixpkgs/issues).
 
 ::: {.note}
 Commands prefixed with `#` have to be run as root, either requiring to login as root user or temporarily switching to it using `sudo` for example.