This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 03e211095 [MINOR] fix broken link (#4847)
03e211095 is described below

commit 03e2110958a1bc67942242289d4ca6d19e9015e5
Author: Justin Mclean <[email protected]>
AuthorDate: Wed Sep 4 15:11:58 2024 +1000

    [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 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="" />

Reply via email to