Ji-Xinyou commented on code in PR #2330: URL: https://github.com/apache/incubator-opendal/pull/2330#discussion_r1206361555
########## website/src/components/HomepageFeatures/_feature_languages.mdx: ########## @@ -1,4 +1,5 @@ -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](pathname:///docs/rust/opendal/) and builds different language bindings like [Node.js Binding](pathname:///docs/nodejs/) and [Python Binding](pathname:///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.* Review Comment: Just a nit. > *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.* should be > *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 being worked on.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
