This is an automated email from the ASF dual-hosted git repository. jmclean pushed a commit to branch justinmclean-patch-5 in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit f78c721ad94268e9b8d2dd77939bd0495c57050e Author: Justin Mclean <[email protected]> AuthorDate: Wed Sep 4 08:40:05 2024 +1000 [MINOR] fix link --- 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 8b0150e51..30926ea49 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. <img src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&action_name=HowToBuild" alt="" />
