From 03e2110958a1bc67942242289d4ca6d19e9015e5 Mon Sep 17 00:00:00 2001 From: Justin Mclean Date: Wed, 4 Sep 2024 15:11:58 +1000 Subject: [PATCH] [MINOR] fix broken link (#4847) ### What changes were proposed in this pull request? Remove single space to fix broken link ### Why are the changes needed? So link works. Fix: # N/A ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? N/A --- docs/how-to-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-build.md b/docs/how-to-build.md index 8b0150e519d..30926ea49db 100644 --- a/docs/how-to-build.md +++ b/docs/how-to-build.md @@ -266,6 +266,6 @@ Access [http://localhost:8090](http://localhost:8090) Building the Gravitino project compiles the necessary components, and starting the server allows you to access the application in your browser. -Please refer to [CONTRIBUTING.md] (https://github.com/apache/gravitino/blob/main/CONTRIBUTING.md) for instructions on running the project using VSCode or IntelliJ on Windows. +Please refer to [CONTRIBUTING.md](https://github.com/apache/gravitino/blob/main/CONTRIBUTING.md) for instructions on running the project using VSCode or IntelliJ on Windows.