From 0af2ac5de67b83923d60fa2d70cc6aab51b87e1c Mon Sep 17 00:00:00 2001 From: elenasamuylova <67064421+elenasamuylova@users.noreply.github.com> Date: Thu, 22 Aug 2024 20:54:36 +0100 Subject: [PATCH] Update add_project.md --- docs/book/projects/add_project.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/projects/add_project.md b/docs/book/projects/add_project.md index 0173a2e772..4a716935d5 100644 --- a/docs/book/projects/add_project.md +++ b/docs/book/projects/add_project.md @@ -119,5 +119,5 @@ Each Project has the following parameters. # What’s next? Once you create or connect to a Project, you can: -* [Send snapshots](../monitoring/snapshots.md) using the `add_report` or `add_test_suite` methods. -* Configure the monitoring Dashboard in the [user interface](../monitoring/add_dashboard_tabs.md) or via the [Python API](../monitoring/design_dashboard_api.md). +* [Send snapshots](../dashboard/snapshots.md) using the `add_report` or `add_test_suite` methods. +* Configure the monitoring Dashboard in the [user interface](../dashboard/add_dashboard_tabs.md) or via the [Python API](../monitoring/design_dashboard_api.md).