From 12b9b93a098c48a3c64a0a23e1122de13fc74d70 Mon Sep 17 00:00:00 2001 From: Ratin Kumar Date: Sun, 23 Jan 2022 00:15:42 +0400 Subject: [PATCH] Updated doc links for C/C++ and Python --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7071e16b66c..7c8c6a5b954 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ languages**, so you can use WebAssembly _anywhere_. [c logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/c.svg [c integration]: https://github.com/wasmerio/wasmer/tree/master/lib/c-api [`wasmer.h` header]: https://github.com/wasmerio/wasmer/blob/master/lib/c-api/wasmer.h -[c docs]: https://docs.rs/wasmer-c-api/*/wasmer_c_api/wasm_c_api/index.html +[c docs]: https://docs.rs/wasmer-c-api/*/wasmer/wasm_c_api/index.html [c# logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/csharp.svg [c# integration]: https://github.com/migueldeicaza/WasmerSharp @@ -164,7 +164,7 @@ languages**, so you can use WebAssembly _anywhere_. [python logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/python.svg [python integration]: https://github.com/wasmerio/wasmer-python [`wasmer` pypi package]: https://pypi.org/project/wasmer/ -[python docs]: https://wasmerio.github.io/wasmer-python/api/wasmer/ +[python docs]: https://wasmerio.github.io/wasmer-python/api/wasmer [go logo]: https://raw.githubusercontent.com/wasmerio/wasmer/master/assets/languages/go.svg [go integration]: https://github.com/wasmerio/wasmer-go