Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/guides/build-iapp/advanced/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

Continue with these guides:

- [Learn how to build your first condiential application running on iExec](/guides/build-iapp/advanced/build-your-first-sgx-iapp.md)
- [Learn how to build your first confidential application running on iExec](/guides/build-iapp/advanced/build-your-first-sgx-iapp.md)

Check warning on line 83 in src/guides/build-iapp/advanced/quick-start.md

View workflow job for this annotation

GitHub Actions / vale

[vale] src/guides/build-iapp/advanced/quick-start.md#L83

[Google.WordList] Use 'app' instead of 'application'.
Raw output
{"message": "[Google.WordList] Use 'app' instead of 'application'.", "location": {"path": "src/guides/build-iapp/advanced/quick-start.md", "range": {"start": {"line": 83, "column": 47}}}, "severity": "WARNING"}

<script setup>
import { computed } from 'vue';
Expand Down
4 changes: 2 additions & 2 deletions src/protocol/ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ optimized configurations.
- 📚
**[AI Frameworks Hello World](https://github.com/iExecBlockchainComputing/ai-frameworks-hello-world)** -
Ready-to-use Docker examples for TensorFlow, PyTorch, and more
- 🛠️ **[Build & Deploy](/guides/build-iapp/build-&-deploy)** - General iApp
- 🛠️ **[Build & Test](/guides/build-iapp/build-&-test)** - General iApp
development guide (not AI-specific)
- 🔬
**[TDX App Guide](/guides/build-iapp/advanced/create-your-first-tdx-app)** -
**[TDX App Guide](/guides/build-iapp/advanced/build-your-first-tdx-iapp)** -
Build TDX applications (works well for AI workloads)

## 🛡️ Why iExec for AI?
Expand Down