From 6221ac05b899724fe39caaa638c3da05f8353691 Mon Sep 17 00:00:00 2001 From: Yishay Mendelsohn Date: Sun, 7 May 2023 11:35:29 +0300 Subject: [PATCH] docs: fix developer guide staging url (#933) --- DEVELOPER_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index d93fe673e3..c575773fe5 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -49,7 +49,7 @@ command, add a folder with the cobra command, and use it in the `cmd/root.go` fi Datree requires an internet connection to connect to our backend API. While developing locally, API requests will reach our staging environment and be visible on -the [Staging Dashboard](https://app.staging.datree.com). +the [Staging Dashboard](https://app.staging.datree.io). All available API requests can be found under `pkg/cliClient` #### manual testing