diff --git a/release/build.gradle b/release/build.gradle index d2687c016..4961b9989 100644 --- a/release/build.gradle +++ b/release/build.gradle @@ -31,7 +31,7 @@ description = 'Release module' final String documentationDir = rootProject.project( 'documentation' ).buildDir // Relative path on the static website where the documentation is located -final String docWebsiteRelativePath = "/reactive/documentation/${projectVersion.family}" +final String docWebsiteRelativePath = "reactive/documentation/${projectVersion.family}" // The location of the docs when the website has been cloned final String docWebsiteReactiveFolder = "${project.buildDir}/docs-website/${docWebsiteRelativePath}"