Skip to content

Commit f0443d3

Browse files
committed
docs: update links in iApp documentation for improved navigation
- Updated internal links in various iApp guides to ensure they point to the correct paths. - Enhanced user experience by making references more consistent and accessible.
1 parent a23f88d commit f0443d3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/get-started/helloWorld/3-buildIApp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ iapp run <my-iapp-address>
395395
To sum up the process, we take the **iApp** and wrap it in the iExec framework,
396396
allowing it to run securely in a **Trusted Execution Environment (TEE)** for
397397
**confidential computing**. To learn more, check out the
398-
[advanced iApp build documentation](guides/build-iapp/advanced/quick-start).
398+
[advanced iApp build documentation](/guides/build-iapp/advanced/quick-start).
399399

400400
<div class="bg-gradient-to-r from-green-400/10 to-green-400/5 rounded-[6px] p-6 border-l-4 border-green-600 mb-6">
401401
<p class="m-0!">🎉 Congratulations! You've successfully deployed and run your first iApp on iExec. This is a significant milestone - your application is now ready to securely process confidential data in a trusted environment.</p>

src/references/dataProtector/advanced/apps-whitelist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In order to consume a protected data, an iExec TEE iApp needs to be provided.
1313
::: tip
1414

1515
**TEE** stands for Trusted Execution Environment. Find more details
16-
[here](get-started/protocol/tee/introduction)
16+
[here](/get-started/protocol/tee/introduction)
1717

1818
:::
1919

src/references/dataProtector/types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ _Hash example:_ `0xc9c2d58fc01fe54149b7daf49a0026d4ab1fdd3d10fb7c76350790fff03fe
107107
<!-- prettier-ignore-end -->
108108

109109
You can read more about the
110-
[iExec Explorer](get-started/tooling-and-explorers/iexec-explorer).
110+
[iExec Explorer](/get-started/tooling-and-explorers/iexec-explorer).
111111

112112
## ✅ SuccessWithTransactionHash
113113

@@ -122,4 +122,4 @@ _Hash example:_ `0xc9c2d58fc01fe54149b7daf49a0026d4ab1fdd3d10fb7c76350790fff03fe
122122
<!-- prettier-ignore-end -->
123123

124124
You can read more about the [iExec Explorer]
125-
(get-started/tooling-and-explorers/iexec-explorer).
125+
(/get-started/tooling-and-explorers/iexec-explorer).

src/references/iapp-generator/building-your-iexec-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You'll set up:
8282
- **App Secret** – Immutable secret provisioned by the iApp owner.
8383

8484
For more details and to learn how to use them in your application, refer here
85-
[Inputs and Outputs](guides/build-iapp/inputs-and-outputs)
85+
[Inputs and Outputs](/guides/build-iapp/inputs-and-outputs)
8686

8787
## 🚀 Launch your iApp
8888

@@ -240,7 +240,7 @@ discontinuity.
240240
Your iApp is now running on iExec!
241241

242242
Once your application is **stable** and **functional**, you can learn how to
243-
[manage access to your iApp](guides/build-iapp/manage-access)
243+
[manage access to your iApp](/guides/build-iapp/manage-access)
244244

245245
<script setup>
246246
import CLIDemo from '@/components/CLIDemo.vue';

0 commit comments

Comments
 (0)