From b5819a66f510387b84fdad1463dc5e3378239242 Mon Sep 17 00:00:00 2001 From: ELebedkin Date: Tue, 3 Dec 2024 11:21:30 +0100 Subject: [PATCH] update: finalizing explorer and builders path, fixed typo --- dpp-tutorial/builder-path.md | 2 +- dpp-tutorial/explorer-path.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dpp-tutorial/builder-path.md b/dpp-tutorial/builder-path.md index 45d1123c9..3a6a77148 100644 --- a/dpp-tutorial/builder-path.md +++ b/dpp-tutorial/builder-path.md @@ -346,7 +346,7 @@ If everything works fine, then you have reached the end of data provisioning gui Congratulations, you have successfully setup the data provider. It is now available and ready to exchange data in the dataspace. -You can now process further with the original DPP-Tutorial at Step 3 - Generate the QR-Code. Click here to aaccess the next steps. +You can now process further with the original DPP-Tutorial at Step 3 - Generate the QR-Code. Click here to access the next steps. ## NOTICE diff --git a/dpp-tutorial/explorer-path.md b/dpp-tutorial/explorer-path.md index 81f282627..ddf6d80b5 100644 --- a/dpp-tutorial/explorer-path.md +++ b/dpp-tutorial/explorer-path.md @@ -40,7 +40,7 @@ To set up the environment follow this steps: - choose **"URL"** - copy the following url ```bash -https://raw.githubusercontent.com/ELebedkin/digital-product-pass/refs/heads/main/dpp-tutorial/resources/explorer_payload/01%20Tractus-X%20Community%20Days.postman_collection.json +https://raw.githubusercontent.com/eclipse-tractusx/digital-product-pass/refs/heads/main/dpp-tutorial/resources/explorer_payload/01%20Tractus-X%20Community%20Days.postman_collection.json ``` - paste it into the URL-placeholder box - click on **"Scan"** @@ -248,7 +248,7 @@ Base64 Encoded: dXJuOnV1aWQ6M2Y4OWQwZDQtZTExYy1mODNiLTE2ZmQtNzMzYzYzZDRlMTIx 3. Replace in the following URL: ```bash -https://dpp-registry.int.catena-x.net/semantics/registry/api/v3/shell-descriptors/ +/shell-descriptors/ ``` 4. Send the request. A `200 OK` response confirms that the Digital Twin has been successfully registered. @@ -264,14 +264,14 @@ If you encounter an error or need to update the Digital Twin, you can use the In > Copy also the `` and paste it into the URL: ```bash -https://dpp-registry.int.catena-x.net/semantics/registry/api/v3/shell-descriptors/ +/shell-descriptors/ ``` If everything works fine, then you have reached the end of the Explorer Path. Congratulations, you have successfully setup the data provider. It is now available and ready to exchange data in the dataspace. -You can now process further with the original DPP-Tutorial at Step 3 - Generate the QR-Code. Click here to aaccess the next steps. +You can now process further with the original DPP-Tutorial at Step 3 - Generate the QR-Code. Click here to access the next steps. ## NOTICE