From 0c18ff8a3a91f6ae2472ab506c44eba11bb4d488 Mon Sep 17 00:00:00 2001 From: gui machiavelli Date: Tue, 6 Feb 2024 15:47:52 +0100 Subject: [PATCH] Fix asset path in monitoring, analytics guides --- learn/cloud/analytics.mdx | 2 +- learn/cloud/monitoring.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/learn/cloud/analytics.mdx b/learn/cloud/analytics.mdx index b9446fbfb1..a6353cc551 100644 --- a/learn/cloud/analytics.mdx +++ b/learn/cloud/analytics.mdx @@ -137,7 +137,7 @@ The `conversion` event must deliver an object with the following fields: Log into your Meilisearch Cloud account and navigate to your project's overview. Find the "Analytics and monitoring" section and press the "Disable analytics and monitoring" button: -![The analytics section of the project overview. It shows one button, "Disable analytics and monitoring", and a short explanation of the feature.](https://raw.githubusercontent.com/meilisearch/documentation/cloud-analytics-guide/assets/images/main/02-analytics-disable.png) +![The analytics section of the project overview. It shows one button, "Disable analytics and monitoring", and a short explanation of both features.](https://raw.githubusercontent.com/meilisearch/documentation/main/assets/images/cloud-analytics/02-analytics-disable.png) Deactivating analytics will automatically deactivate [monitoring](/learn/cloud/monitoring). diff --git a/learn/cloud/monitoring.mdx b/learn/cloud/monitoring.mdx index 2111e6683d..8dc6646aa4 100644 --- a/learn/cloud/monitoring.mdx +++ b/learn/cloud/monitoring.mdx @@ -47,7 +47,7 @@ curl \ Log into your Meilisearch Cloud account and navigate to your project's overview. Find the "Analytics and monitoring" section and press the "Disable analytics and monitoring" button: -![The analytics section of the project overview. It shows one button, "Disable analytics and monitoring", and a short explanation of both features.](https://raw.githubusercontent.com/meilisearch/documentation/cloud-analytics-guide/assets/images/main/02-analytics-disable.png) +![The analytics section of the project overview. It shows one button, "Disable analytics and monitoring", and a short explanation of both features.](https://raw.githubusercontent.com/meilisearch/documentation/main/assets/images/cloud-analytics/02-analytics-disable.png) Deactivating monitoring will automatically deactivate [analytics](/learn/cloud/analytics).