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

jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new c37c12cb fix: update client go index (#297)
c37c12cb is described below

commit c37c12cbbf3a1bd4912672a03e790b1e07fdeac4
Author: izliang <[email protected]>
AuthorDate: Mon Oct 30 14:35:23 2023 +0800

    fix: update client go index (#297)
    
    
    
    ---------
    
    Co-authored-by: imbajin <[email protected]>
---
 {layouts => static}/client-go/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/client-go/index.html b/static/client-go/index.html
similarity index 80%
rename from layouts/client-go/index.html
rename to static/client-go/index.html
index 760ed1b4..b3fcfc47 100644
--- a/layouts/client-go/index.html
+++ b/static/client-go/index.html
@@ -1,7 +1,7 @@
 <html>
   <head>
     <meta name="go-import" content="hugegraph.apache.org/client-go git 
https://github.com/incubator-hugegraph-toolchain/hugegraph-client-go";>
-    <meta name="go-source" content="hugegraph.apache.org/client-go git 
https://github.com/incubator-hugegraph-toolchain/hugegraph-client-go/tree/release{/dir}
 
https://github.com/incubator-hugegraph-toolchain/hugegraph-client-go/blob/release{/dir}/{file}#L{line}";>
+    <meta name="go-source" content="hugegraph.apache.org/client-go git 
https://github.com/incubator-hugegraph-toolchain/hugegraph-client-go/tree/tmp-go{/dir}
 
https://github.com/incubator-hugegraph-toolchain/hugegraph-client-go/blob/tmp-go{/dir}/{file}#L{line}";>
     <meta http-equiv="refresh" content="0; 
url=https://pkg.go.dev/hugegraph.apache.org/client-go";>
   </head>
   <body>

Reply via email to