diff options
author | Kevin Stock <kevin@kevinstock.org> | 2019-11-02 17:55:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-02 17:55:53 -0400 |
commit | 808cb6444e33c413fad220d2cf9c565fa68614f0 (patch) | |
tree | a4db74e79d051ae11e8d8e3ffb9d6601be149ee4 /doc | |
parent | 06f9364e5ff3f32e23a82cc9aa166fb47fa9d43c (diff) |
docs: xref doesn't render in title
The `post-build-hook` text currently appears in the index, but not on the actual title line of the section, this follows the pattern used in a previous section to get a reference into a title.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/advanced-topics/post-build-hook.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/advanced-topics/post-build-hook.xml b/doc/manual/advanced-topics/post-build-hook.xml index 3dc43ee79..08a7a772f 100644 --- a/doc/manual/advanced-topics/post-build-hook.xml +++ b/doc/manual/advanced-topics/post-build-hook.xml @@ -5,7 +5,7 @@ version="5.0" > -<title>Using the <xref linkend="conf-post-build-hook" /></title> +<title>Using the <option linkend="conf-post-build-hook">post-build-hook</option></title> <subtitle>Uploading to an S3-compatible binary cache after each build</subtitle> |