Revert "Changed to relative links."

This reverts commit 4da4f15e67.
This commit is contained in:
Erik C. Thauvin 2018-07-01 01:29:51 -07:00
parent 4da4f15e67
commit 65ee533952
3 changed files with 52 additions and 48 deletions

View file

@ -212,7 +212,6 @@ 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)