From 65f64958f5568e48387456276fc2b0311d3b53cb Mon Sep 17 00:00:00 2001 From: Elis Byberi Date: Tue, 2 May 2023 03:13:49 +0200 Subject: [PATCH] Fix URL in embed_wamr.md (#2165) Fix "Embed WAMR into Python" URL. --- doc/embed_wamr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/embed_wamr.md b/doc/embed_wamr.md index ae3fe418..05038402 100644 --- a/doc/embed_wamr.md +++ b/doc/embed_wamr.md @@ -1,7 +1,7 @@ Embedding WAMR guideline ===================================== -**Note**: This document is about how to embed WAMR into C/C++ host applications, for other languages, please refer to: [Embed WAMR into Python](../language-bindings/go), [Embed WAMR into Go](../language-bindings/go). +**Note**: This document is about how to embed WAMR into C/C++ host applications, for other languages, please refer to: [Embed WAMR into Python](../language-bindings/python), [Embed WAMR into Go](../language-bindings/go). All the embedding APIs supported by the runtime are defined under folder [core/iwasm/include](../core/iwasm/include). The API details are available in the header files.