summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Salmon <will.salmon@codethink.co.uk>2018-07-04 13:19:37 +0100
committerJavier Jardón <jjardon@gnome.org>2018-07-10 10:01:18 +0000
commit5657090cde80f2f5c88e39da92f75665e3145ff9 (patch)
treee24c5ea9c49014c05694204326e0039dc3145335
parent9defbb629120e2cf9dda8276f13240ba13d0a3b6 (diff)
downloadbuildstream-willsalmon/documentation_link.tar.gz
Adding a helpful link to the examplewillsalmon/documentation_link
-rw-r--r--doc/source/examples/flatpak-autotools.rst2
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.