Improve software specfication text

Minor improvement to wording.

Fix a hyperlink.

Change-Id: I7fd776702ae58501738dbf0e658b8e73369bbaa0
This commit is contained in:
Peter Matulis 2022-08-31 15:34:10 -04:00
parent 5f6fec4323
commit 40212d6a99

View File

@ -30,12 +30,11 @@ The cloud deployment involves two levels of software:
A charm's software version (its revision) is expressed via its channel (e.g.
'yoga/stable') whereas its payload is specified via its ``openstack-origin``
configuration option (e.g. 'distro' or 'cloud:focal-yoga'). See the Charm Guide
for more information:
(or ``source``) configuration option (e.g. 'distro' or 'cloud:focal-yoga'). See
the Charm Guide for more information:
* :doc:`cg:project/charm-delivery` for charms (channels)
* :doc:`cg:admin/upgrades/openstack` for charm payload (OpenStack software
sources)
* :doc:`cg:project/charm-delivery` for charm channels
* :doc:`cg:concepts/software-sources` for charm payload
.. note::