[Telemetry] Change Privacy Statement Link (#156845)

This commit is contained in:
Alejandro Fernández Haro 2023-05-05 17:54:08 +02:00 committed by GitHub
parent 49e521233f
commit 069af32d4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ can focus our efforts on making them even better.
You can control whether this data is sent from the {kib} servers, or if it should be sent
from the user's browser, in case a firewall is blocking the connections from the server. Additionally, you can decide to completely disable this feature either in the config file or in {kib} via *Management > Kibana > Advanced Settings > Usage Data*.
See our https://www.elastic.co/legal/privacy-statement[Privacy Statement] to learn more.
Refer to our https://www.elastic.co/legal/product-privacy-statement[Privacy Statement] to learn more.
[float]
[[telemetry-general-settings]]

View file

@ -727,7 +727,7 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => {
troubleshooting: `${SECURITY_SOLUTION_DOCS}ts-management.html#ts-endpoints`,
},
legal: {
privacyStatement: `${ELASTIC_WEBSITE_URL}legal/privacy-statement`,
privacyStatement: `${ELASTIC_WEBSITE_URL}legal/product-privacy-statement`,
},
kibanaUpgradeSavedObjects: {
resolveMigrationFailures: `${KIBANA_DOCS}resolve-migrations-failures.html`,