diff options
author | William Salmon <will.salmon@codethink.co.uk> | 2018-07-04 13:19:37 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-07-17 14:04:16 +0000 |
commit | 70a83ef819050f0bbee9b98ea8e37d95ec9d54ad (patch) | |
tree | 4e00bd5a2a468710962105866b6ef386a83e9baa /doc | |
parent | 2797d1fd2b854db86d0cefc0787e2549f713107b (diff) | |
download | buildstream-70a83ef819050f0bbee9b98ea8e37d95ec9d54ad.tar.gz |
Adding a helpful link to the example
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/examples/flatpak-autotools.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/examples/flatpak-autotools.rst b/doc/source/examples/flatpak-autotools.rst index cba3973ed..72585e10c 100644 --- a/doc/source/examples/flatpak-autotools.rst +++ b/doc/source/examples/flatpak-autotools.rst @@ -47,7 +47,7 @@ download the Flatpak since these are hosted in OSTree repositories. While declaring the :mod:`ostree <sources.ostree>` source, we specify a GPG public key to verify the OSTree download. This configuration is optional but recommended for OSTree repositories. The key is stored in the project directory -at ``keys/gnome-sdk.gpg``. +at ``keys/gnome-sdk.gpg``, and can be downloaded from https://sdk.gnome.org/keys/. We also use :ref:`conditional statements <format_directives_conditional>` to decide which branch to download. |