Skip to content

Commit b3f10a0

Browse files
committed
Reinstate html5 directory in reference documentation URL
Closes gh-783
1 parent c8c0f25 commit b3f10a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ task docsZip(type: Zip, dependsOn: [":docs:asciidoctor", ":api", ":restNotesSpri
186186
destinationDirectory = file("${project.buildDir}/distributions")
187187

188188
from(project.tasks.findByPath(":docs:asciidoctor")) {
189-
into "reference"
189+
into "reference/html5"
190190
}
191191

192192
from(api) {

0 commit comments

Comments
 (0)