summaryrefslogtreecommitdiff
path: root/doc/bst2html.py
diff options
context:
space:
mode:
authorAdam Jones <adam.jones@codethink.co.uk>2018-09-14 16:20:25 +0100
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-09-17 16:40:45 +0900
commitade19151243cfb55751199cbbd8b61bfe4d2a7aa (patch)
tree61c5c2ed6584ef4f473662a76436c027b8cbf6e0 /doc/bst2html.py
parent6f0a3e98c5bd37d2e9851beae49ebf9a7d53e7d5 (diff)
downloadbuildstream-ade19151243cfb55751199cbbd8b61bfe4d2a7aa.tar.gz
update HACKING references
Diffstat (limited to 'doc/bst2html.py')
-rwxr-xr-xdoc/bst2html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bst2html.py b/doc/bst2html.py
index eaf25eae8..e453874fc 100755
--- a/doc/bst2html.py
+++ b/doc/bst2html.py
@@ -444,7 +444,7 @@ def run_session(description, tempdir, source_cache, palette, config_file, force)
def run_bst(directory, force, source_cache, description, palette):
"""Run a bst command and capture stdout/stderr in html
- This command normally takes a description yaml file, see the HACKING
+ This command normally takes a description yaml file, see the CONTRIBUTING
file for information on it's format.
"""
if not source_cache and os.environ.get('BST_SOURCE_CACHE'):