diff --git a/Documentation/dev-eclipse.txt b/Documentation/dev-eclipse.txt
index 5f69cd3d2b..9596a55b04 100644
--- a/Documentation/dev-eclipse.txt
+++ b/Documentation/dev-eclipse.txt
@@ -81,6 +81,13 @@ Developer Setup guide to configure a local site for testing.
== Testing
+=== PolyGerrit UI is served by `server.go` process. To launch it,
+run this command:
+
+----
+ $ bazel run polygerrit-ui:devserver
+----
+
=== Running the Daemon
Duplicate the existing launch configuration:
diff --git a/tools/eclipse/gerrit_daemon.launch b/tools/eclipse/gerrit_daemon.launch
index d00f7bf8a0..4f6c599e93 100644
--- a/tools/eclipse/gerrit_daemon.launch
+++ b/tools/eclipse/gerrit_daemon.launch
@@ -11,7 +11,7 @@
-
+