From 1618f4054fc6e1285f8a54c1f073a73478430bba Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Sun, 5 Aug 2018 18:06:41 +0900 Subject: doc: Fix junctions user guide to refer to doc/sessions, not doc/sessions-stored. --- doc/source/advanced-features/junction-elements.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') 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. -- cgit v1.2.1