Link entries in README to folders/ not README.md (#133)

This commit is contained in:
Abe Pazos
2020-07-11 18:41:04 +02:00
committed by GitHub
parent 867b9eea00
commit 6c47c2c92f
2 changed files with 41 additions and 41 deletions

View File

@@ -154,7 +154,7 @@ task buildMainReadme {
description ->
def trimmedDescription = description[1].trim() //.strip() supports unicode, java11 only
.replace("\n", " ").replace("\r", "")
newReadme.add("| [`${sub.name}`](${sub.name}/README.md) " +
newReadme.add("| [`${sub.name}`](${sub.name}/) " +
"| $trimmedDescription |")
}