This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 1d2e4984 docs: Fixed links of languages to open in same tab (#2327)
1d2e4984 is described below
commit 1d2e49848ecc476b57d2111638ca88f84e5237da
Author: Manul Patel <[email protected]>
AuthorDate: Fri May 26 12:10:41 2023 +0530
docs: Fixed links of languages to open in same tab (#2327)
Fixed links of languages to open in same tab
---
website/src/components/HomepageFeatures/_feature_languages.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/src/components/HomepageFeatures/_feature_languages.mdx
b/website/src/components/HomepageFeatures/_feature_languages.mdx
index 442ce02e..f37f4558 100644
--- a/website/src/components/HomepageFeatures/_feature_languages.mdx
+++ b/website/src/components/HomepageFeatures/_feature_languages.mdx
@@ -1,4 +1,4 @@
-Apache OpenDAL provides [Rust Core](/docs/rust/opendal) and builds different
language bindings like [Node.js Binding](/docs/nodejs) and [Python
Binding](/docs/python).
+Apache OpenDAL provides [Rust Core](/docs/rust/opendal/) and builds different
language bindings like [Node.js Binding](/docs/nodejs/) and [Python
Binding](/docs/python/).
> *More bindings like
> [C](https://github.com/apache/incubator-opendal/blob/main/bindings/c/README.md),
>
> [Java](https://github.com/apache/incubator-opendal/blob/main/bindings/java/README.md),
>
> [Ruby](https://github.com/apache/incubator-opendal/blob/main/bindings/ruby/README.md)
> are still working on.*