Skip to content

Commit

Permalink
Fixed Broken Links
Browse files Browse the repository at this point in the history
Signed-off-by: Adithya Krishna <[email protected]>
  • Loading branch information
Adithya Krishna committed Aug 17, 2023
1 parent 931e706 commit af0d284
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/embed/use-case/web-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ $ sudo buildah build --annotation "module.wasm.image/variant=compat-smart" -t wa
$ sudo buildah push --authfile ~/.docker/config.json wasm-wasi-example docker://docker.io/wasmedge/example-wasi:latest
```

That's it! Now you can try to run it in [CRI-O](../cri/crio.md#run-a-simple-webassembly-app) or [Kubernetes](../kubernetes/kubernetes-crio.md#a-simple-webassembly-app)!
That's it! Now you can try to run it in [CRI-O](../../develop/deploy/cri-runtime/crio-crun.md) or [Kubernetes](../../develop/deploy/kubernetes/kubernetes-cri-o.md)!
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@ $ sudo buildah build --annotation "module.wasm.image/variant=compat-smart" -t wa
$ sudo buildah push --authfile ~/.docker/config.json wasm-wasi-example docker://docker.io/wasmedge/example-wasi:latest
```

That's it! Now you can try to run it in [CRI-O](../cri/crio.md#run-a-simple-webassembly-app) or [Kubernetes](../kubernetes/kubernetes-crio.md#a-simple-webassembly-app)!
That's it! Now you can try to run it in [CRI-O](../../develop/deploy/cri-runtime/crio-crun.md) or [Kubernetes](../../develop/deploy/kubernetes/kubernetes-cri-o.md)!

0 comments on commit af0d284

Please sign in to comment.