From c4ff4e16d6745fd09036b504da2f02202a599d69 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Thu, 22 Feb 2024 12:35:33 +1000 Subject: [PATCH] docs: fix Markdown link in `bindings/README.md` (#4238) --- bindings/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/README.md b/bindings/README.md index 13269b5de296..21d32c7d5e2f 100644 --- a/bindings/README.md +++ b/bindings/README.md @@ -38,4 +38,4 @@ Please refer to the bindings listed above or which are already released for more ## Contributing -We welcome contributions to OpenDAL. Please refer to [CONTRIBUTING.md](../../CONTRIBUTING.md) for the contributing guidelines. +We welcome contributions to OpenDAL. Please refer to [CONTRIBUTING.md](../CONTRIBUTING.md) for the contributing guidelines.