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

liuxiaocs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 413233dbc53 HBASE-30010 Edit on GitHub link Not Found (#7961)
413233dbc53 is described below

commit 413233dbc53921b3743cfa08b9abe8c6adabacc5
Author: Xiao Liu <[email protected]>
AuthorDate: Mon Mar 23 18:01:28 2026 +0800

    HBASE-30010 Edit on GitHub link Not Found (#7961)
    
    Signed-off-by: Duo Zhang <[email protected]>
    Signed-off-by: Dávid Paksy <[email protected]>
---
 hbase-website/app/pages/_docs/docs/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-website/app/pages/_docs/docs/index.tsx 
b/hbase-website/app/pages/_docs/docs/index.tsx
index 6a29f0053bf..4bb6cad4b22 100644
--- a/hbase-website/app/pages/_docs/docs/index.tsx
+++ b/hbase-website/app/pages/_docs/docs/index.tsx
@@ -256,7 +256,7 @@ const renderer = toClientRenderer(
 
         {route !== undefined && (
           <a
-            
href={`https://github.com/apache/hbase/${baseGithubPath}${mdxFileRoute}`}
+            
href={`https://github.com/apache/hbase/edit/master/${baseGithubPath}${mdxFileRoute}`}
             rel="noreferrer noopener"
             target="_blank"
             className="text-fd-secondary-foreground bg-fd-secondary 
hover:text-fd-accent-foreground hover:bg-fd-accent w-fit rounded-xl border p-2 
text-sm font-medium transition-colors"

Reply via email to