diff --git a/documentation/index.html b/documentation/index.html
index 828c2b1..87882c6 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -440,7 +440,7 @@ Now, all you need to do is to upload your package:
-./gradlew uploadJcenter
+./kobaltw uploadJcenter
Writing a plug-in
diff --git a/plug-in/index.html b/plug-in/index.html
index 1a328e1..ad07c8c 100644
--- a/plug-in/index.html
+++ b/plug-in/index.html
@@ -83,7 +83,7 @@ Let's start by creating our project:
$ mkdir linecount
$ mkdir -p src/main/kotlin/com/beust/plugin/linecount
$ touch src/main/kotlin/com/beust/plugin/linecount/Main.kt
-$ $KOBALT_HOME/gradlew --init
+$ $KOBALT_HOME/kobaltw --init