This is an automated email from the ASF dual-hosted git repository.
ming 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 828e8674 fix: use specified branch in go index (#298)
828e8674 is described below
commit 828e8674f58c882c35bbe899bd97af7150ace9a7
Author: imbajin <[email protected]>
AuthorDate: Mon Oct 30 15:40:06 2023 +0800
fix: use specified branch in go index (#298)
---
static/client-go/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/static/client-go/index.html b/static/client-go/index.html
index b3fcfc47..792935cd 100644
--- a/static/client-go/index.html
+++ b/static/client-go/index.html
@@ -1,6 +1,6 @@
<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-import" content="hugegraph.apache.org/client-go git
https://github.com/incubator-hugegraph-toolchain/hugegraph-client-go.git
branch=tmp-go">
<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>