docs: Fix reference in composer-cli.rst

Sphinx wants a space between the words and the URL.

Related: rhbz#1915361
This commit is contained in:
Brian C. Lane 2021-06-29 11:24:27 -07:00
parent 8930cad4fc
commit 6197d9c4b2
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ description, add a package or module to it. Send it back to the server by
running ``composer-cli blueprints push http-server.toml``. You can verify that it was
saved by viewing the changelog - ``composer-cli blueprints changes http-server``.
The full blueprint documentation `is
here<https://www.osbuild.org/guides/blueprint-reference/blueprint-reference.html>`_.
The full blueprint documentation `is here
<https://www.osbuild.org/guides/blueprint-reference/blueprint-reference.html>`_.
Build an image
----------------