summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-08-05 18:06:41 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-08-05 19:07:46 +0900
commit1618f4054fc6e1285f8a54c1f073a73478430bba (patch)
tree9a29ab55e2f6caac9021375f0791491fe4ff4920
parentbc63f27846ec10a71d498ab5c48e9864970643e5 (diff)
downloadbuildstream-1618f4054fc6e1285f8a54c1f073a73478430bba.tar.gz
doc: Fix junctions user guide to refer to doc/sessions, not doc/sessions-stored.
-rw-r--r--doc/source/advanced-features/junction-elements.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/advanced-features/junction-elements.rst b/doc/source/advanced-features/junction-elements.rst
index 81fc01a05..d2d223b88 100644
--- a/doc/source/advanced-features/junction-elements.rst
+++ b/doc/source/advanced-features/junction-elements.rst
@@ -41,7 +41,7 @@ This element consists of a script which calls hello.bst's hello command.
Building callHello.bst,
.. raw:: html
- :file: ../sessions-stored/junctions-build.html
+ :file: ../sessions/junctions-build.html
You can see that the hello.bst element and it's dependencies from the autotools
project have been build as part of the pipeline for callHello.bst.
@@ -49,17 +49,18 @@ project have been build as part of the pipeline for callHello.bst.
We can now invoke `bst shell`
.. raw:: html
- :file: ../sessions-stored/junctions-shell.html
+ :file: ../sessions/junctions-shell.html
This runs the script files/callHello.sh which will makes use of the hello command from the hello.bst element in the autotools project.
+
Cross-junction workspaces
-------------------------
You can open workspaces for elements in the project refered to by the junction
using the syntax `bst open ${junction-name}:{element-name}`. In this example,
.. raw:: html
- :file: ../sessions-stored/junctions-workspace-open.html
+ :file: ../sessions/junctions-workspace-open.html
This has opened a workspace for the hello.bst element from the autotools project.
This workspace can now be used as normal.