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 0b9d8c00b docs: Fix missing link to the contribution guide for the 
Node.js binding (#2876)
0b9d8c00b is described below

commit 0b9d8c00b9907f8e9dc6255458a6311d5375fdcf
Author: Kousuke Saruta <[email protected]>
AuthorDate: Fri Aug 18 09:11:49 2023 +0900

    docs: Fix missing link to the contribution guide for the Node.js binding 
(#2876)
---
 bindings/nodejs/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/nodejs/README.md b/bindings/nodejs/README.md
index 60409cf76..18fc14be1 100644
--- a/bindings/nodejs/README.md
+++ b/bindings/nodejs/README.md
@@ -31,7 +31,7 @@ main();
 
 ## Contributing
 
-- Start with [Contributing Guide](CONTRIBUTING.md).
+- Start with [Contributing 
Guide](https://github.com/apache/incubator-opendal/blob/main/bindings/nodejs/CONTRIBUTING.md).
 - Submit [Issues](https://github.com/apache/incubator-opendal/issues/new) for 
bug report or feature requests.
 - Asking questions in the 
[Discussions](https://github.com/apache/incubator-opendal/discussions/new?category=q-a).
 - Talk to community at [Discord](https://discord.gg/XQy8yGR2dg).

Reply via email to