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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new ecf6989c fix: use specified branch in go index (#298) 
828e8674f58c882c35bbe899bd97af7150ace9a7
ecf6989c is described below

commit ecf6989c8b71f8a58df65877129876a0de71029d
Author: simon824 <[email protected]>
AuthorDate: Mon Oct 30 07:40:50 2023 +0000

    fix: use specified branch in go index (#298) 
828e8674f58c882c35bbe899bd97af7150ace9a7
---
 client-go/index.html | 2 +-
 en/index.html        | 2 +-
 sitemap.xml          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/client-go/index.html b/client-go/index.html
index b3fcfc47..792935cd 100644
--- a/client-go/index.html
+++ b/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>
diff --git a/en/index.html b/en/index.html
index 017c4d50..2b641798 100644
--- a/en/index.html
+++ b/en/index.html
@@ -1 +1 @@
-<!doctype html><html lang=cn><head><title>/</title><link rel=canonical 
href=/><meta name=robots content="noindex"><meta charset=utf-8><meta 
http-equiv=refresh content="0; url=/"></head></html>
\ No newline at end of file
+<!doctype html><html lang=en><head><title>/</title><link rel=canonical 
href=/><meta name=robots content="noindex"><meta charset=utf-8><meta 
http-equiv=refresh content="0; url=/"></head></html>
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index 20ec041f..fe106a31 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";><sitemap><loc>/cn/sitemap.xml</loc><lastmod>2023-10-09T21:10:07+08:00</lastmod></sitemap><sitemap><loc>/en/sitemap.xml</loc><lastmod>2023-10-09T21:10:07+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";><sitemap><loc>/en/sitemap.xml</loc><lastmod>2023-10-09T21:10:07+08:00</lastmod></sitemap><sitemap><loc>/cn/sitemap.xml</loc><lastmod>2023-10-09T21:10:07+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file

Reply via email to