summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-09 19:48:09 -0400
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-09 19:48:09 -0400
commit710e1fd4db4872a446e5284984b9ff1c9e284b4e (patch)
tree9fcb597c35b9586bedfbff86eb4e7278e2df0d71
parent99fb2d5340a92d7a88e2c4a8427a48e7e40bb75c (diff)
downloadbuildstream-710e1fd4db4872a446e5284984b9ff1c9e284b4e.tar.gz
doc/source/examples_flatpak_autotools.rst: Added some links to the example project on gitlab.
-rw-r--r--doc/source/examples_flatpak_autotools.rst14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/source/examples_flatpak_autotools.rst b/doc/source/examples_flatpak_autotools.rst
index 2c03fa621..fab0fd1d8 100644
--- a/doc/source/examples_flatpak_autotools.rst
+++ b/doc/source/examples_flatpak_autotools.rst
@@ -6,6 +6,13 @@ Building on a Flatpak SDK
Here we demonstrate how to build and run software using
a Flatpak SDK for the base runtime.
+.. note::
+
+ This example is distributed with BuildStream
+ in the `doc/examples/flatpak-autotools
+ <https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/flatpak-autotools>`_
+ subdirectory.
+
Project structure
-----------------
@@ -108,14 +115,11 @@ Using the project
Now that we've explained the basic layout of the project, here are
just a few things you can try to do with the project.
-
.. note::
The following examples assume that you have first changed your working
- directory to the project root.
-
- This example is a part of the BuildStream source repository in
- the doc/examples/flatpak-autotools subdirectory.
+ directory to the
+ `project root <https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/flatpak-autotools>`_.
Build the hello.bst element