From c8ca0364d9c95fad81cf88663a37dac373a54d53 Mon Sep 17 00:00:00 2001 From: Death Grippin <57326449+deathgrippin@users.noreply.github.com> Date: Fri, 6 Mar 2020 18:32:38 -0500 Subject: [PATCH 1/2] Make links cover all the relevant text --- user/managing-os/templates.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/user/managing-os/templates.md b/user/managing-os/templates.md index 022d76f8..eb69db0e 100644 --- a/user/managing-os/templates.md +++ b/user/managing-os/templates.md @@ -42,10 +42,10 @@ We build and release updates for these templates. We guarantee that the binary updates are compiled from exactly the same source code as we publish. * [Fedora] (default) - * Fedora [Minimal] - * Fedora [Xfce] + * [Fedora Minimal] + * [Fedora Xfce] * [Debian] - * Debian [Minimal] + * [Debian Minimal] ## Community @@ -61,7 +61,7 @@ In addition, these templates may be somewhat less stable, since the Qubes develo * [Ubuntu] * [Arch Linux] * [CentOS] - * CentOS [Minimal] + * [CentOS Minimal] ## Installing @@ -158,7 +158,7 @@ No changes in any other directories in TemplateBasedVMs persist in this manner. (1) Upon creation (2) Following shutdown -(3) Including [DisposableVM Template]s +(3) Including any [DisposableVM Template] ### Trusting your TemplateVMs @@ -242,13 +242,15 @@ Note the word "clean" means in this context: the same as their template filesyst [TemplateVMs]: /doc/glossary/#templatevm [TemplateBasedVMs]: /doc/glossary/#templatebasedvm [Fedora]: /doc/templates/fedora/ -[Minimal]: /doc/templates/minimal/ -[Xfce]: /doc/templates/fedora-xfce +[Fedora Minimal]: /doc/templates/minimal/ +[Fedora Xfce]: /doc/templates/fedora-xfce [Debian]: /doc/templates/debian/ +[Debian Minimal]: /doc/templates/minimal/ [Whonix]: /doc/templates/whonix/ [Ubuntu]: /doc/templates/ubuntu/ [Arch Linux]: /doc/building-archlinux-template/ [CentOS]: /doc/templates/centos/ +[CentOS Minimal]: /doc/templates/minimal/ [Qubes Builder]: /doc/qubes-builder/ [TemplateVM Implementation]: /doc/template-implementation/ [How to Remove VMs Manually]: /doc/remove-vm-manually/ From 135c0be1e83b5f1271a4504d5da128edbee4f4ca Mon Sep 17 00:00:00 2001 From: Death Grippin <57326449+deathgrippin@users.noreply.github.com> Date: Sat, 7 Mar 2020 10:44:46 -0500 Subject: [PATCH 2/2] Change link Fix as requested in https://github.com/QubesOS/qubes-doc/pull/954 --- user/managing-os/templates.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user/managing-os/templates.md b/user/managing-os/templates.md index eb69db0e..61eb5d21 100644 --- a/user/managing-os/templates.md +++ b/user/managing-os/templates.md @@ -158,7 +158,7 @@ No changes in any other directories in TemplateBasedVMs persist in this manner. (1) Upon creation (2) Following shutdown -(3) Including any [DisposableVM Template] +(3) Including any [DisposableVM Templates] ### Trusting your TemplateVMs @@ -255,6 +255,7 @@ Note the word "clean" means in this context: the same as their template filesyst [TemplateVM Implementation]: /doc/template-implementation/ [How to Remove VMs Manually]: /doc/remove-vm-manually/ [DisposableVM Template]: /doc/glossary/#disposablevm-template +[DisposableVM Templates]: /doc/glossary/#disposablevm-template [Updating Qubes OS]: /doc/updating-qubes-os/ [Disk Trim]: /doc/disk-trim [Inheritance and Persistence]: #inheritance-and-persistence