@@ -34,7 +34,7 @@ protected EventsManager(Builder builder) {
3434
3535 /**
3636 * Returns a list of real-time servers that can be used for long-polling updates to the [event
37- * stream](# get-events).
37+ * stream](https://developer.box.com/reference/ get-events).
3838 *
3939 * <p>Long polling is the concept where a HTTP request is kept open until the server sends a
4040 * response, then repeating the process over and over to receive updated responses.
@@ -46,7 +46,8 @@ protected EventsManager(Builder builder) {
4646 *
4747 * <p>When an event occurs in monitored account a response with the value `new_change` will be
4848 * sent. The response contains no other details as it only serves as a prompt to take further
49- * action such as sending a request to the [events endpoint](#get-events) with the last known
49+ * action such as sending a request to the [events
50+ * endpoint](https://developer.box.com/reference/get-events) with the last known
5051 * `stream_position`.
5152 *
5253 * <p>After the server sends this response it closes the connection. You must now repeat the long
@@ -69,7 +70,7 @@ public RealtimeServers getEventsWithLongPolling() {
6970
7071 /**
7172 * Returns a list of real-time servers that can be used for long-polling updates to the [event
72- * stream](# get-events).
73+ * stream](https://developer.box.com/reference/ get-events).
7374 *
7475 * <p>Long polling is the concept where a HTTP request is kept open until the server sends a
7576 * response, then repeating the process over and over to receive updated responses.
@@ -81,7 +82,8 @@ public RealtimeServers getEventsWithLongPolling() {
8182 *
8283 * <p>When an event occurs in monitored account a response with the value `new_change` will be
8384 * sent. The response contains no other details as it only serves as a prompt to take further
84- * action such as sending a request to the [events endpoint](#get-events) with the last known
85+ * action such as sending a request to the [events
86+ * endpoint](https://developer.box.com/reference/get-events) with the last known
8587 * `stream_position`.
8688 *
8789 * <p>After the server sends this response it closes the connection. You must now repeat the long
0 commit comments