From 2e5339fee922cc39547277e2020a4c2602a04107 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 23 Mar 2023 21:14:17 -0400 Subject: [PATCH] Fix doc link "Changing the owner of Kolibri system service" --- roles/kolibri/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/kolibri/defaults/main.yml b/roles/kolibri/defaults/main.yml index 53b2eaf60..d1529fb60 100644 --- a/roles/kolibri/defaults/main.yml +++ b/roles/kolibri/defaults/main.yml @@ -9,7 +9,7 @@ # kolibri_user: kolibri # Whereas a vanilla install of Kolibri auto-identifies # and saves a 'desktop-like' user like {iiab-admin, pi} to /etc/kolibri/username # (generally the user with lowest UID >= 1000) to allow access to USB devices: -# https://kolibri.readthedocs.io/en/latest/install.html#changing-the-owner-of-kolibri-system-service +# https://kolibri.readthedocs.io/en/latest/install/ubuntu-debian.html#changing-the-owner-of-kolibri-system-service # https://github.com/learningequality/kolibri-installer-debian/issues/115 # kolibri_http_port: 8009