Fix website viewing instructions
diff --git a/src/site/antora/modules/ROOT/pages/development.adoc b/src/site/antora/modules/ROOT/pages/development.adoc
index a1f5b6e..0971340 100644
--- a/src/site/antora/modules/ROOT/pages/development.adoc
+++ b/src/site/antora/modules/ROOT/pages/development.adoc
@@ -33,9 +33,10 @@
[source,bash]
----
./mvnw -N site
-python -m http.server -d target/site
----
+You can view the generated website with a browser by pointing it to `target/site` directory.
+
[#release-instructions]
== Release instructions