From 3082b3f95f8e6dc3f23c6ddde70342ffb07cf659 Mon Sep 17 00:00:00 2001 From: Brian Lalor Date: Thu, 23 Oct 2014 07:59:05 -0400 Subject: [PATCH] Add links for event endpoints --- website/source/docs/agent/http.html.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/agent/http.html.markdown b/website/source/docs/agent/http.html.markdown index 19d446a5d..9952f3d77 100644 --- a/website/source/docs/agent/http.html.markdown +++ b/website/source/docs/agent/http.html.markdown @@ -1268,10 +1268,10 @@ events. The following endpoints are supported: -* /v1/event/fire/\: Fires a new user event -* /v1/event/list: Lists the most recent events an agent has seen. +* [`/v1/event/fire/\`](#event_fire): Fires a new user event +* [`/v1/event/list`](#event_list): Lists the most recent events an agent has seen. -### /v1/event/fire/\ +### /v1/event/fire/\ The fire endpoint is used to trigger a new user event. A user event needs a name, and optionally takes a number of parameters. @@ -1305,7 +1305,7 @@ The return code is 200 on success, along with a body like: This is used to provide the ID of the newly fired event. -### /v1/event/list +### /v1/event/list This endpoint is hit with a GET and returns the most recent events known by the agent. As a consequence of how the