summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-04 18:12:09 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2019-08-04 18:09:15 +0000
commit9dfcabd3e33f0831ce2be95813795cede3d2b619 (patch)
tree949f05bd32dbb5f81bd778265f25362dbbb5aec7
parent447c23a97d53d8abba90da28af9537adb9bcf59c (diff)
downloadbuildstream-9dfcabd3e33f0831ce2be95813795cede3d2b619.tar.gz
Source: Fix typo in documentation, and make it a link to `bst track`
Now the commands have documentation linkability so we can link to them when referring to them anywhere in the docs. This reference was previously referring to a bogus non-existent `build-stream track`, maybe this dates way back to the days before we named the frontend `bst`.
-rw-r--r--buildstream/source.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildstream/source.py b/buildstream/source.py
index 24e5b6c5b..7a705b487 100644
--- a/buildstream/source.py
+++ b/buildstream/source.py
@@ -404,7 +404,8 @@ class Source(Plugin):
If the backend in question supports resolving references from
a symbolic tracking branch or tag, then this should be implemented
- to perform this task on behalf of ``build-stream track`` commands.
+ to perform this task on behalf of :ref:`bst track <invoking_track>`
+ commands.
This usually requires fetching new content from a remote origin
to see if a new ref has appeared for your branch or tag. If the