diff --git a/docs/en/observability/apm/act-on-data/custom-links.asciidoc b/docs/en/observability/apm/act-on-data/custom-links.asciidoc
index 1c866734d5..56b9d1ebd5 100644
--- a/docs/en/observability/apm/act-on-data/custom-links.asciidoc
+++ b/docs/en/observability/apm/act-on-data/custom-links.asciidoc
@@ -216,6 +216,6 @@ It only appears on front-end transactions.
|====
|Label |`View user internally`
-|Link |`https://internal-site.company.com/user/{{user.email}}`
+|Link |`https://example.com/user/{{user.email}}`
|Filters |`service.name:client`
|====
diff --git a/docs/en/observability/apm/shared-ssl-logstash-config.asciidoc b/docs/en/observability/apm/shared-ssl-logstash-config.asciidoc
index b344879f69..194aa570f6 100644
--- a/docs/en/observability/apm/shared-ssl-logstash-config.asciidoc
+++ b/docs/en/observability/apm/shared-ssl-logstash-config.asciidoc
@@ -29,7 +29,7 @@ For example:
[source,yaml]
------------------------------------------------------------------------------
output.logstash:
- hosts: ["logs.mycompany.com:5044"]
+ hosts: ["logs.example.com:5044"]
ssl.certificate_authorities: ["/etc/ca.crt"]
ssl.certificate: "/etc/client.crt"
ssl.key: "/etc/client.key"
@@ -103,7 +103,7 @@ The following example uses the IP address rather than the hostname to validate t
curl -v --cacert ca.crt https://192.168.99.100:5044
------------------------------------------------------------------------------
-Validation for this test fails because the certificate is not valid for the specified IP address. It's only valid for the `logs.mycompany.com`, the hostname that appears in the Subject field of the certificate.
+Validation for this test fails because the certificate is not valid for the specified IP address. It's only valid for the `logs.example.com`, the hostname that appears in the Subject field of the certificate.
[source,shell]
------------------------------------------------------------------------------
diff --git a/docs/en/observability/apm/tab-widgets/install-agents.asciidoc b/docs/en/observability/apm/tab-widgets/install-agents.asciidoc
index add6886811..b52ce9ed76 100644
--- a/docs/en/observability/apm/tab-widgets/install-agents.asciidoc
+++ b/docs/en/observability/apm/tab-widgets/install-agents.asciidoc
@@ -611,7 +611,7 @@ object to initialize the agent:
[source,html]
----
-
+
+