Changed to relative links.

This commit is contained in:
Erik C. Thauvin 2018-07-01 01:18:56 -07:00
parent d2cc1dd590
commit 4da4f15e67
3 changed files with 48 additions and 52 deletions

View file

@ -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)