From bbdfd0f4267ffee5df3e705a5cc699e3778c047b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Wed, 17 Feb 2021 09:48:07 +0100 Subject: [PATCH 1/3] [DOCS] Fixes URLs on Secure communication with APM Agents page. --- docs/secure-communication-agents.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/secure-communication-agents.asciidoc b/docs/secure-communication-agents.asciidoc index 852f2063d0e..5681a242b17 100644 --- a/docs/secure-communication-agents.asciidoc +++ b/docs/secure-communication-agents.asciidoc @@ -481,8 +481,8 @@ Each Agent has a configuration for setting the value of the secret token: To enable secure communication in your Agents, you need to update the configured server URL to use `HTTPS` instead of `HTTP`. * *Go Agent*: {apm-go-ref}/configuration.html#config-server-url[`ELASTIC_APM_SERVER_URL`] -* *Java Agent*: {apm-java-ref}/config-reporter.html#config-server-urls[`server_urls`] -* *.NET Agent*: {apm-dotnet-ref}/config-reporter.html#config-server-urls[`ServerUrls`] +* *Java Agent*: {apm-java-ref}/config-reporter.html#config-server-url[`server_urls`] +* *.NET Agent*: {apm-dotnet-ref}/config-reporter.html#config-server-url[`ServerUrls`] * *Node.js Agent*: {apm-node-ref}/configuration.html#server-url[`serverUrl`] * *Python Agent*: {apm-py-ref}/[`server_url`] * *Ruby Agent*: {apm-ruby-ref}/configuration.html#config-server-url[`server_url`] From 311ae3a31b12dd6ed119bfde8aa1db2b19f293e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Wed, 17 Feb 2021 10:14:31 +0100 Subject: [PATCH 2/3] [DOCS] Comments out link. --- docs/secure-communication-agents.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/secure-communication-agents.asciidoc b/docs/secure-communication-agents.asciidoc index 5681a242b17..a337e7c752d 100644 --- a/docs/secure-communication-agents.asciidoc +++ b/docs/secure-communication-agents.asciidoc @@ -482,7 +482,7 @@ To enable secure communication in your Agents, you need to update the configured * *Go Agent*: {apm-go-ref}/configuration.html#config-server-url[`ELASTIC_APM_SERVER_URL`] * *Java Agent*: {apm-java-ref}/config-reporter.html#config-server-url[`server_urls`] -* *.NET Agent*: {apm-dotnet-ref}/config-reporter.html#config-server-url[`ServerUrls`] +// * *.NET Agent*: {apm-dotnet-ref}/config-reporter.html#config-server-url[`ServerUrls`] * *Node.js Agent*: {apm-node-ref}/configuration.html#server-url[`serverUrl`] * *Python Agent*: {apm-py-ref}/[`server_url`] * *Ruby Agent*: {apm-ruby-ref}/configuration.html#config-server-url[`server_url`] From fd671fc261bdae1fe0b47032430a808019a10ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Wed, 17 Feb 2021 10:57:53 +0100 Subject: [PATCH 3/3] Update docs/secure-communication-agents.asciidoc --- docs/secure-communication-agents.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/secure-communication-agents.asciidoc b/docs/secure-communication-agents.asciidoc index a337e7c752d..9b5d83a7193 100644 --- a/docs/secure-communication-agents.asciidoc +++ b/docs/secure-communication-agents.asciidoc @@ -481,7 +481,7 @@ Each Agent has a configuration for setting the value of the secret token: To enable secure communication in your Agents, you need to update the configured server URL to use `HTTPS` instead of `HTTP`. * *Go Agent*: {apm-go-ref}/configuration.html#config-server-url[`ELASTIC_APM_SERVER_URL`] -* *Java Agent*: {apm-java-ref}/config-reporter.html#config-server-url[`server_urls`] +* *Java Agent*: {apm-java-ref}/config-reporter.html#config-server-urls[`server_urls`] // * *.NET Agent*: {apm-dotnet-ref}/config-reporter.html#config-server-url[`ServerUrls`] * *Node.js Agent*: {apm-node-ref}/configuration.html#server-url[`serverUrl`] * *Python Agent*: {apm-py-ref}/[`server_url`]