New example for remote client.
diff --git a/org.jacoco.doc/docroot/doc/api.html b/org.jacoco.doc/docroot/doc/api.html
index 7fb62be..ddeaa0c 100644
--- a/org.jacoco.doc/docroot/doc/api.html
+++ b/org.jacoco.doc/docroot/doc/api.html
@@ -51,11 +51,17 @@
</td>
</tr>
<tr>
- <td><a class="el_source" href="examples/java/ExecutionDataServer.java">ExecutionDataServer.java</a></td>
- <td>This example starts a socket server to collect coverage from agents
+ <td><a class="el_source" href="examples/java/ExecutionDataClient.java">ExecutionDataClient.java</a></td>
+ <td>This example connects to a coverage agent to collect execution data
over the remote protocol.
</td>
</tr>
+ <tr>
+ <td><a class="el_source" href="examples/java/ExecutionDataServer.java">ExecutionDataServer.java</a></td>
+ <td>This example starts a socket server to collect execution data from
+ agents over the remote protocol.
+ </td>
+ </tr>
</tbody>
</table>