docs: build: Fix links to 'edit this page' for kbase/manpages/internals

Commit 862cf2ace4 modified the generator
to base edit links in the root of the repository but forgot to add the
'docs/' prefix to the code generating kbase articles, manpages and the
internals documentation.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Peter Krempa
2020-08-17 12:06:13 +02:00
parent 3d07176ffa
commit bb11ca5199
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ foreach name : internals_in_files
subsite_xsl,
'@INPUT@',
'@OUTPUT@',
'internals' / html_in_file,
'docs/internals' / html_in_file,
],
depends: [ aclperms_gen ],
depend_files: [ page_xsl ],