Changed to relative links.
This commit is contained in:
parent
d2cc1dd590
commit
4da4f15e67
3 changed files with 48 additions and 52 deletions
|
@ -212,6 +212,7 @@ task pandoc(type: Exec) {
|
|||
'-s',
|
||||
'-c', 'github-pandoc.css',
|
||||
'-o', 'docs/README.html',
|
||||
'-H', 'docs/header.inc',
|
||||
'README.md']
|
||||
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
|
||||
commandLine(['cmd', '/c', 'pandoc'] + pandoc_args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue