summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPradeepKiruvale <PRADEEPKIRUVALE@gmail.com>2021-11-09 07:04:16 +0530
committerGitHub <noreply@github.com>2021-11-09 07:04:16 +0530
commit458ca4bb0e3738c6d9d4f297de7f2872f9d02ed1 (patch)
treeb08bb84fb6275e9c7536b62b76b577054ab38538 /docs
parentdad7f2185d67a4d24fe73c108b3695ad8dcd176e (diff)
Fix the cumulocity link (#566)
Co-authored-by: Pradeep Kumar K J <pradeepkumar.kj@sofwareag.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/src/howto-guides/004_connect.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/howto-guides/004_connect.md b/docs/src/howto-guides/004_connect.md
index b0a9393d..64ebf235 100644
--- a/docs/src/howto-guides/004_connect.md
+++ b/docs/src/howto-guides/004_connect.md
@@ -30,7 +30,7 @@ sudo tedge config set c8y.url example.cumulocity.com
___
The next step is to have the device certificate trusted by Cumulocity. This is done by uploading the certificate of the signee.
-You can upload root certificate via [Cumulocity UI](https://cumulocity.com/guides/10.7.0-beta/device-sdk/mqtt/#device-certificates) or with [`tedge cert upload`](../references/tedge-cert.md) as described below.
+You can upload root certificate via [Cumulocity UI](https://cumulocity.com/guides/users-guide/device-management/#trusted-certificates) or with [`tedge cert upload`](../references/tedge-cert.md) as described below.
> Note: This command takes parameter `user`, this is due to upload mechanism to Cumulocity cloud which uses username and password for authentication.
>