Skip to content

Commit

Permalink
Fix the broken link in README
Browse files Browse the repository at this point in the history
Signed-off-by: hydai <[email protected]>
  • Loading branch information
hydai committed Nov 24, 2022
1 parent feb308e commit d06e2c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions demo/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Demo

## Index
- [Hyper Cleint / Server](https://github.com/CaptainVincent/runwasi/tree/main/demo#demo-1-hyper-cleint--server)
- [Reqwest](https://github.com/CaptainVincent/runwasi/tree/main/demo#demo-2-reqwest)
- [Database](https://github.com/CaptainVincent/runwasi/tree/main/demo#case-3-database)
- [Microservice with Database](https://github.com/CaptainVincent/runwasi/tree/main/demo#case-4-microservice-with-database)
- [WASI NN](https://github.com/CaptainVincent/runwasi/tree/main/demo#case-5-wasi-nn-x86-only)
- [WasmEdge rootfs/mounts demo](https://github.com/second-state/wasmedge-rootfs-mounts-demo)
- [Hyper Cleint / Server](https://github.com/second-state/runwasi/tree/main/demo#demo-1-hyper-cleint--server)
- [Reqwest](https://github.com/second-state/runwasi/tree/main/demo#demo-2-reqwest)
- [Database](https://github.com/second-state/runwasi/tree/main/demo#case-3-database)
- [Microservice with Database](https://github.com/second-state/runwasi/tree/main/demo#case-4-microservice-with-database)
- [WASI NN](https://github.com/second-state/runwasi/tree/main/demo#case-5-wasi-nn-x86-only)
- [WasmEdge rootfs/mounts demo](https://github.com/second-state/runwasi/tree/main/demo#case-6-rootfsmounts-demo)

All below demo cases should be run after all shim components already installed that mentioned in [README.md](../README.md#examples).

Expand Down

0 comments on commit d06e2c3

Please sign in to comment.