Fix link text capitalization

This commit is contained in:
Andrew David Wong 2021-06-18 01:21:40 -07:00
parent 873da01b7b
commit e9fe17f2f2
No known key found for this signature in database
GPG key ID: 8CE137352A019A17

View file

@ -22,7 +22,7 @@ Any [qube](#qube) that depends on a [template](#template) for its root filesyste
disposable disposable
---------- ----------
See [dispoable](/doc/disposables/). See [Dispoables](/doc/disposables/).
A temporary [app qube](#app-qube) based on a [disposable template](#disposable-template) that can quickly be created, used, and destroyed. A temporary [app qube](#app-qube) based on a [disposable template](#disposable-template) that can quickly be created, used, and destroyed.
@ -110,7 +110,7 @@ A [qube](#qube) the primary purpose of which is to provide a service or services
standalone standalone
---------- ----------
See [standalones and HVMs](/doc/standalone-and-hvm/). See [Standalones and HVMs](/doc/standalone-and-hvm/).
A type of [qube](#qube) that does not depend on any other qube for its root filesystem. A type of [qube](#qube) that does not depend on any other qube for its root filesystem.
The opposite of an app qube. The opposite of an app qube.
A standalone is created by cloning a template. A standalone is created by cloning a template.
@ -119,7 +119,7 @@ Unlike templates, however, standalones do not supply their root filesystems to o
template template
-------- --------
See [templates](/doc/templates/). See [Templates](/doc/templates/).
Any [qube](#qube) that supplies its root filesystem to another qube. Any [qube](#qube) that supplies its root filesystem to another qube.
Templates are intended for installing and updating software applications, but not for running them. Templates are intended for installing and updating software applications, but not for running them.