From e110abee9b495a423b1b9749a127f7a923065bcd Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 13 Jan 2016 19:32:30 -0500 Subject: [PATCH] Fix broken link --- website/source/docs/agent/http/agent.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/agent/http/agent.html.markdown b/website/source/docs/agent/http/agent.html.markdown index 5a7b85c52..9319c4b18 100644 --- a/website/source/docs/agent/http/agent.html.markdown +++ b/website/source/docs/agent/http/agent.html.markdown @@ -291,7 +291,7 @@ This endpoint supports [ACL tokens](/docs/internals/acl.html). If the query string includes a `?token=`, the registration will use the provided token to authorize the request. The token is also persisted in the agent's local configuration to enable periodic -[anti-entropy](/docs/internal/anti-entropy.html) syncs and seamless agent +[anti-entropy](/docs/internals/anti-entropy.html) syncs and seamless agent restarts. The return code is 200 on success. @@ -382,7 +382,7 @@ This endpoint supports [ACL tokens](/docs/internals/acl.html). If the query string includes a `?token=`, the registration will use the provided token to authorize the request. The token is also persisted in the agent's local configuration to enable periodic -[anti-entropy](/docs/internal/anti-entropy.html) syncs and seamless agent +[anti-entropy](/docs/internals/anti-entropy.html) syncs and seamless agent restarts. The return code is 200 on success.