From 7eb7037a5c0bc831fad35af3632d40baa04a8dbb Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Mon, 4 May 2020 19:46:30 +0100 Subject: [PATCH] Fix links --- Home.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 17987c8..6fd6797 100644 --- a/Home.md +++ b/Home.md @@ -53,9 +53,9 @@ Everyone is welcome to edit and improve the wiki! * [Self-signed SSL certificates - Linux](wiki/Linux-WebUI-setting-up-HTTPS-with-self-signed-SSL-certificates) ### Linux -* [Running qBittorrent without X server](wiki/Running-qBittorrent-without-X-server) -* [Running qBittorrent as a daemon without X server (`systemd` distros like Ubuntu Server 15.04 or newer)](wiki/Running-qBittorrent-as-a-daemon-without-X-server-(systemd-distros-like-Ubuntu-Server-15.04-or-newer)) -* Running qBittorrent as a daemon without X server (alternative `init` systems) - TODO +* [Running qBittorrent without X server (WebUI only)](wiki/Running-qBittorrent-without-X-server-(WebUI-only)) +* [Running qBittorrent without X server (WebUI only + systemd service setup, Ubuntu 15.04 or newer)](wiki/Running-qBittorrent-without-X-server-(WebUI-only---systemd-service-setup,-Ubuntu-15.04-or-newer)) +* Running qBittorrent without X server (WebUI only + daemon setup on alternative `init` systems) - TODO # Developing * [Coding style](https://github.com/qbittorrent/qBittorrent/blob/master/CODING_GUIDELINES.md)