From 9f58c9c66ce739ab9f5b0dcb871e0934642c3308 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Sun, 27 Nov 2016 15:46:51 -0800 Subject: [PATCH] Fix and update broken link --- common-tasks/software-update-vm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-tasks/software-update-vm.md b/common-tasks/software-update-vm.md index c4402eeb..50743fd8 100644 --- a/common-tasks/software-update-vm.md +++ b/common-tasks/software-update-vm.md @@ -22,7 +22,7 @@ The default template is called **fedora-14-x64** in Qubes R1 and **fedora-20-x64 The side effect of this mechanism is, of course, that if you install any software in your AppVM, more specifically in any directory other than `/home` or `/usr/local` then it will disappear after the AppVM reboot (as the root filesystem for this AppVM will again be "taken" from the Template VM). **This means one normally install software in the Template VM, not in AppVMs.** -Unlike VM private filesystems, the template VM root filesystem does not support discard, so deleting files does not free the space in dom0. See [these instructions](/doc/fedora-template-upgrade-21/#compacting-the-upgraded-template) to recover space in dom0. +Unlike VM private filesystems, the template VM root filesystem does not support discard, so deleting files does not free the space in dom0. See [these instructions](/doc/template/fedora/upgrade-23-to-24/#compacting-the-upgraded-template) to recover space in dom0. Installing (or updating) software in the template VM ----------------------------------------------------