From af16562f31599e6ddd9b07eb52812b30c944b003 Mon Sep 17 00:00:00 2001 From: kruskall <99559985+kruskall@users.noreply.github.com> Date: Thu, 31 Aug 2023 22:38:50 +0200 Subject: [PATCH] Removes // from Node.js link (#11561) Changes `{apm-node-ref-v}//configuration.html#capture-body` to `{apm-node-ref-v}/configuration.html#capture-body` Co-authored-by: Kaarina Tungseth (cherry picked from commit ce978d2d33e33805e853fe523b674c81f6b57727) --- docs/apm-data-security.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apm-data-security.asciidoc b/docs/apm-data-security.asciidoc index c7d02efafd2..994937402bc 100644 --- a/docs/apm-data-security.asciidoc +++ b/docs/apm-data-security.asciidoc @@ -130,7 +130,7 @@ which means the list of sanitized fields can be updated without needing to redep * Go: {apm-go-ref-v}/configuration.html#config-capture-body[`ELASTIC_APM_CAPTURE_BODY`] * Java: {apm-java-ref-v}/config-core.html#config-capture-body[`capture_body`] * .NET: {apm-dotnet-ref-v}/config-http.html#config-capture-body[`CaptureBody`] -* Node.js: {apm-node-ref-v}//configuration.html#capture-body[`captureBody`] +* Node.js: {apm-node-ref-v}/configuration.html#capture-body[`captureBody`] // * PHP: {apm-php-ref-v}[``] * Python: {apm-py-ref-v}/configuration.html#config-capture-body[`capture_body`] * Ruby: {apm-ruby-ref-v}/configuration.html#config-capture-body[`capture_body`]