diff --git a/README.en-US.md b/README.en-US.md
index 65ab2a3b9b7..2042bf95ec8 100644
--- a/README.en-US.md
+++ b/README.en-US.md
@@ -135,10 +135,10 @@ DEBUG_MODE=1 npm test -- --watch ./tests/unit/algorithm/find-path-spec
## Documents
-- Tutorial
-- Middle Guides
-- Further Reading
-- API Reference
+- Tutorial
+- Middle Guides
+- Further Reading
+- API Reference
## React project integration
diff --git a/README.md b/README.md
index b5629a7844f..83e53004c7a 100644
--- a/README.md
+++ b/README.md
@@ -137,10 +137,10 @@ DEBUG_MODE=1 npm test -- --watch ./tests/unit/algorithm/find-path-spec
## 文档
-- 入门教程
-- 核心概念
-- 扩展阅读
-- API
+- 入门教程
+- 核心概念
+- 扩展阅读
+- API
## React 项目集成
diff --git a/packages/core/README.en-US.md b/packages/core/README.en-US.md
index 65ff96a82f5..87fe2a6fd38 100644
--- a/packages/core/README.en-US.md
+++ b/packages/core/README.en-US.md
@@ -134,10 +134,10 @@ DEBUG_MODE=1 npm test -- --watch ./tests/unit/algorithm/find-path-spec
## Documents
-- Tutorial
-- Middle Guides
-- Further Reading
-- API Reference
+- Tutorial
+- Middle Guides
+- Further Reading
+- API Reference
## G6 Communication Group
diff --git a/packages/core/README.md b/packages/core/README.md
index 21f99bd3477..2b24edcad9d 100644
--- a/packages/core/README.md
+++ b/packages/core/README.md
@@ -136,10 +136,10 @@ DEBUG_MODE=1 npm test -- --watch ./tests/unit/algorithm/find-path-spec
## 文档
-- 入门教程
-- 核心概念
-- 扩展阅读
-- API
+- 入门教程
+- 核心概念
+- 扩展阅读
+- API
## G6 图可视化交流群
diff --git a/packages/core/package.json b/packages/core/package.json
index 6934bd62577..3641925ea72 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -11,7 +11,7 @@
"graph visualization",
"relational data"
],
- "homepage": "https://g6.antv.vision",
+ "homepage": "https://g6.antv.antgroup.com/",
"bugs": {
"url": "https://github.com/antvis/g6/issues"
},
diff --git a/packages/core/src/types/index.ts b/packages/core/src/types/index.ts
index 0c8632cb045..be7c826a2ef 100644
--- a/packages/core/src/types/index.ts
+++ b/packages/core/src/types/index.ts
@@ -21,7 +21,7 @@ export type CommonInteractionEvent =
| 'dragenter'
| 'dragleave'
| 'dragover'
- | 'dragout' // TODO: not in documentation page: https://g6.antv.vision/en/docs/api/Event/
+ | 'dragout' // TODO: not in documentation page: https://g6.antv.antgroup.com/en/api/Event/
| 'drop'
| 'focus'
| 'blur'
@@ -116,8 +116,8 @@ export type CanvasInteractionEvent =
* Canvas Intereaction events
*
* @example
- * English: https://g6.antv.vision/en/docs/api/Event
- * Chinese: https://g6.antv.vision/zh/docs/api/Event
+ * English: https://g6.antv.antgroup.com/en/api/Event
+ * Chinese: https://g6.antv.antgroup.com/api/Event
*/
export type GraphTimingEvents =
| 'beforerender'
@@ -183,7 +183,7 @@ export type MobileInteractionEventType = MobileInteractionEvent;
* Graph interaction events
*
* @example
- * https://g6.antv.vision/en/docs/api/Event#combo-interaction-event
+ * https://g6.antv.antgroup.com/en/api/Event#combo-interaction-event
*/
export type G6Event = NodeEventType | EdgeEventType | ComboEventType | CanvasEventType | GraphTimingEventType | MobileInteractionEventType | CommonInteractionEvent | CommonInteractionEvent | (string & {});
diff --git a/packages/core/src/util/base.ts b/packages/core/src/util/base.ts
index ed90648c4eb..daf852f4dea 100644
--- a/packages/core/src/util/base.ts
+++ b/packages/core/src/util/base.ts
@@ -128,7 +128,7 @@ export const calculationItemsBBox = (items: Item[]) => {
/**
* 若 edges 中存在两端点相同的边,使用 quadratic 边并自动计算 curveOffset 使它们不相互重叠
- * 文档: https://g6.antv.vision/en/docs/api/Util
+ * 文档: https://g6.antv.antgroup.com/en/api/Util
* @param edges 边数据集合
* @param offsetDiff 相邻两边的 offset 之差
* @param multiEdgeType
diff --git a/packages/element/README-zh_CN.md b/packages/element/README-zh_CN.md
index 8c5f100df68..99ace035a91 100644
--- a/packages/element/README-zh_CN.md
+++ b/packages/element/README-zh_CN.md
@@ -134,10 +134,10 @@ DEBUG_MODE=1 npm test -- --watch ./tests/unit/algorithm/find-path-spec
## 文档
-- 入门教程
-- 核心概念
-- 扩展阅读
-- API
+- 入门教程
+- 核心概念
+- 扩展阅读
+- API
## G6 图可视化交流群
diff --git a/packages/element/README.md b/packages/element/README.md
index 92c3587e126..85f4af62fbc 100644
--- a/packages/element/README.md
+++ b/packages/element/README.md
@@ -134,10 +134,10 @@ DEBUG_MODE=1 npm test -- --watch ./tests/unit/algorithm/find-path-spec
## Documents
-- Tutorial
-- Middle Guides
-- Further Reading
-- API Reference
+- Tutorial
+- Middle Guides
+- Further Reading
+- API Reference
## G6 Communication Group
diff --git a/packages/element/package.json b/packages/element/package.json
index cbc9803a72b..99ad7a8ea1f 100644
--- a/packages/element/package.json
+++ b/packages/element/package.json
@@ -11,7 +11,7 @@
"graph visualization",
"relational data"
],
- "homepage": "https://g6.antv.vision",
+ "homepage": "https://g6.antv.antgroup.com",
"bugs": {
"url": "https://github.com/antvis/g6/issues"
},
diff --git a/packages/g6/README.en-US.md b/packages/g6/README.en-US.md
index a00bfa132b6..c0045e7144e 100644
--- a/packages/g6/README.en-US.md
+++ b/packages/g6/README.en-US.md
@@ -135,10 +135,10 @@ DEBUG_MODE=1 npm test -- --watch ./tests/unit/algorithm/find-path-spec
## Documents
-- Tutorial
-- Middle Guides
-- Further Reading
-- API Reference
+- Tutorial
+- Middle Guides
+- Further Reading
+- API Reference
## React project integration
diff --git a/packages/g6/README.md b/packages/g6/README.md
index d06ffab2091..6c113b0384c 100644
--- a/packages/g6/README.md
+++ b/packages/g6/README.md
@@ -137,10 +137,10 @@ DEBUG_MODE=1 npm test -- --watch ./tests/unit/algorithm/find-path-spec
## 文档
-- 入门教程
-- 核心概念
-- 扩展阅读
-- API
+- 入门教程
+- 核心概念
+- 扩展阅读
+- API
## React 项目集成
diff --git a/packages/g6/package.json b/packages/g6/package.json
index 9a785c172a7..175db317364 100644
--- a/packages/g6/package.json
+++ b/packages/g6/package.json
@@ -11,7 +11,7 @@
"graph visualization",
"relational data"
],
- "homepage": "https://g6.antv.vision",
+ "homepage": "https://g6.antv.antgroup.com",
"bugs": {
"url": "https://github.com/antvis/g6/issues"
},
diff --git a/packages/pc/README-zh_CN.md b/packages/pc/README-zh_CN.md
index 8c5f100df68..e3891693fc4 100644
--- a/packages/pc/README-zh_CN.md
+++ b/packages/pc/README-zh_CN.md
@@ -134,10 +134,10 @@ DEBUG_MODE=1 npm test -- --watch ./tests/unit/algorithm/find-path-spec
## 文档
-- 入门教程
-- 核心概念
-- 扩展阅读
-- API
+- 入门教程
+- 核心概念
+- 扩展阅读
+- API
## G6 图可视化交流群
diff --git a/packages/pc/README.md b/packages/pc/README.md
index 92c3587e126..85f4af62fbc 100644
--- a/packages/pc/README.md
+++ b/packages/pc/README.md
@@ -134,10 +134,10 @@ DEBUG_MODE=1 npm test -- --watch ./tests/unit/algorithm/find-path-spec
## Documents
-- Tutorial
-- Middle Guides
-- Further Reading
-- API Reference
+- Tutorial
+- Middle Guides
+- Further Reading
+- API Reference
## G6 Communication Group
diff --git a/packages/pc/package.json b/packages/pc/package.json
index 2bd634a2153..15aa05dd8ab 100644
--- a/packages/pc/package.json
+++ b/packages/pc/package.json
@@ -11,7 +11,7 @@
"graph visualization",
"relational data"
],
- "homepage": "https://g6.antv.vision",
+ "homepage": "https://g6.antv.antgroup.com",
"bugs": {
"url": "https://github.com/antvis/g6/issues"
},
diff --git a/packages/site/.dumirc.ts b/packages/site/.dumirc.ts
index 452b649ee93..015f5ac46f1 100644
--- a/packages/site/.dumirc.ts
+++ b/packages/site/.dumirc.ts
@@ -53,7 +53,7 @@ export default defineConfig({
showAPIDoc: true, // 是否在 demo 页展示API文档
themeSwitcher: 'g2',
versions: { // 历史版本以及切换下拉菜单
- [version]: 'https://g6.antv.vision',
+ [version]: 'https://g6.antv.antgroup.com',
'3.2.x': 'https://g6-v3-2.antv.vision',
},
docsearchOptions: { // 头部搜索框配置
diff --git a/packages/site/docs/api/Plugins.en.md b/packages/site/docs/api/Plugins.en.md
index c44c44e5379..b9e49e2ce8b 100644
--- a/packages/site/docs/api/Plugins.en.md
+++ b/packages/site/docs/api/Plugins.en.md
@@ -604,7 +604,7 @@ All the three types of timebar supports play, fast forward, and fast backward.
Time bar with descrete ticks
-
Refer to the demos [HERE](https://g6.antv.vision/en/examples/tool/timebar#timebar)
+
Refer to the demos [HERE](https://g6.antv.antgroup.com/en/examples/tool/timebar#timebar)
### Common Usage
diff --git a/packages/site/docs/api/Plugins.zh.md b/packages/site/docs/api/Plugins.zh.md
index 712d547d986..2859e16a946 100644
--- a/packages/site/docs/api/Plugins.zh.md
+++ b/packages/site/docs/api/Plugins.zh.md
@@ -615,7 +615,7 @@ const graph = new G6.Graph({
-
虽然 G6 提供了各种不同类型的 TimeBar 组件,但在使用的方式却非常简单,通过配置字段就可以进行区分。
关于 TimeBar 的使用案例,请参考[这里](https://g6.antv.vision/zh/examples/tool/timebar#timebar)。
+
虽然 G6 提供了各种不同类型的 TimeBar 组件,但在使用的方式却非常简单,通过配置字段就可以进行区分。
关于 TimeBar 的使用案例,请参考[这里](https://g6.antv.antgroup.com/examples/tool/timebar#timebar)。
### 使用 TimeBar 组件
diff --git a/packages/site/docs/api/graphFunc/transform.en.md b/packages/site/docs/api/graphFunc/transform.en.md
index 51b9185a7d8..f1bc7fc2c79 100644
--- a/packages/site/docs/api/graphFunc/transform.en.md
+++ b/packages/site/docs/api/graphFunc/transform.en.md
@@ -38,7 +38,7 @@ Change the scale of the graph with a relative ratio.
// zoom to scale 3 at the center (100, 100)
graph.zoom(3, { x: 100, y: 100 });
-// zoom to scale 0.5 at the origin (0, 0) of canvas drawing coordinate system, which is not the same as the lefttop of the viewport. To see the transformantion and relationships between three coordinate systems in G6, checkout out the doc: https://g6.antv.vision/en/docs/manual/advanced/coordinate-system
+// zoom to scale 0.5 at the origin (0, 0) of canvas drawing coordinate system, which is not the same as the lefttop of the viewport. To see the transformantion and relationships between three coordinate systems in G6, checkout out the doc: https://g6.antv.antgroup.com/en/manual/advanced/coordinate-system
graph.zoom(0.5);
// zoom to scale 3 at the center (100, 100) with animation
diff --git a/packages/site/docs/api/graphFunc/transform.zh.md b/packages/site/docs/api/graphFunc/transform.zh.md
index a2f51c002ad..1e7ebd1b96b 100644
--- a/packages/site/docs/api/graphFunc/transform.zh.md
+++ b/packages/site/docs/api/graphFunc/transform.zh.md
@@ -40,7 +40,7 @@ const zoom = graph.getZoom();
// 以 (100, 100) 为中心点,放大到 3
graph.zoom(3, { x: 100, y: 100 });
-// 以绘制坐标系的原点 (0, 0) 为缩放中心,缩小到 0.5。注意绘制坐标系的原点 != 视窗左上角,可用 graph.getCanvasByViewport 进行转换。各坐标系解析文档: https://g6.antv.vision/zh/docs/manual/advanced/coordinate-system
+// 以绘制坐标系的原点 (0, 0) 为缩放中心,缩小到 0.5。注意绘制坐标系的原点 != 视窗左上角,可用 graph.getCanvasByViewport 进行转换。各坐标系解析文档: https://g6.antv.antgroup.com/manual/advanced/coordinate-system
graph.zoom(0.5);
// 带动画以 (100, 100) 为中心点,放大到 3
diff --git a/packages/site/docs/design/component/timebar.zh.md b/packages/site/docs/design/component/timebar.zh.md
index 7c81168b6ef..5476be42230 100644
--- a/packages/site/docs/design/component/timebar.zh.md
+++ b/packages/site/docs/design/component/timebar.zh.md
@@ -18,7 +18,7 @@ order: 1
### 趋势图时间轴
-该时间轴包括但不限于折线图、面积图、柱状图中的一种或多种组合用来表示某种数据属性趋势的时间轴组件,[查看演示 Demo](https://g6.antv.vision/zh/examples/tool/timebar/#timebar)。
+该时间轴包括但不限于折线图、面积图、柱状图中的一种或多种组合用来表示某种数据属性趋势的时间轴组件,[查看演示 Demo](https://g6.antv.antgroup.com/examples/tool/timebar#timebar)。
@@ -28,14 +28,14 @@ order: 1
### 简版时间轴
-相对于趋势图时间轴而言,去掉了表示数据趋势的图表,使用更为简洁的线条来表示时间范围,[查看演示 Demo](https://g6.antv.vision/zh/examples/tool/timebar#simple-timebar)。
+相对于趋势图时间轴而言,去掉了表示数据趋势的图表,使用更为简洁的线条来表示时间范围,[查看演示 Demo](https://g6.antv.antgroup.com/examples/tool/timebar#simple-timebar)。
### 时间刻度时间轴
-指表示时间刻度的时间轴组件,[查看演示 Demo](https://g6.antv.vision/zh/examples/tool/timebar#slice-timebar)。
+指表示时间刻度的时间轴组件,[查看演示 Demo](https://g6.antv.antgroup.com/examples/tool/timebar#slice-timebar)。
diff --git a/packages/site/docs/design/overview.en.md b/packages/site/docs/design/overview.en.md
index 323257fc85d..a9541129d2d 100644
--- a/packages/site/docs/design/overview.en.md
+++ b/packages/site/docs/design/overview.en.md
@@ -27,7 +27,7 @@ In Alibaba and Ant Group, graph analysis is widely used in different scenarios s
### 1.2 Types of Graph
-Nowadays, there is no unified graph classificationin both the industry and the academia. Based on AntV's business, we have summarized several common types of graphs: common network, flow chart, DAG diagram, architecture diagram, ER diagram, tree graph. Each graph type has specific usage scenarios and key points for designing. We provide a detailed introduction from the basic introduction, characteristics, applicable business scenarios, and design guidelines for graphs.
[Intro and Guidelines for Different Graph Type >](https://g6.antv.vision/en/docs/design/template)
+Nowadays, there is no unified graph classificationin both the industry and the academia. Based on AntV's business, we have summarized several common types of graphs: common network, flow chart, DAG diagram, architecture diagram, ER diagram, tree graph. Each graph type has specific usage scenarios and key points for designing. We provide a detailed introduction from the basic introduction, characteristics, applicable business scenarios, and design guidelines for graphs.
[Intro and Guidelines for Different Graph Type >](https://g6.antv.antgroup.com/en/design/template)
## 2. Objects to be Designed
@@ -91,13 +91,13 @@ The styles of nodes and edges are the basic design for graph visualization. To f
-[The Buit-in Components of AntV >](https://g6.antv.vision/en/docs/design/component/componentOverview)
+[The Buit-in Components of AntV >](https://g6.antv.antgroup.com/en/design/component/componentOverview)
In some special scenarios, it is also necessary to upgrade and optimize basic components based on the actual business requirements, or even design new components based on the unique capabilities of the product. When optimizing a basic component or designing a brand-new component, it is necessary to combine the actual functional requirements and get a full picture of several perspectives such as usage scenarios, constituent elements, common types, and interactive instructions. Take the two newly designed components of AntV as examples:
-- [TimeBar](https://g6.antv.vision/en/docs/design/component/timebar)
-- [View Control ToolBar](https://g6.antv.vision/en/docs/design/component/viewToolbar)
+- [TimeBar](https://g6.antv.antgroup.com/en/design/component/timebar)
+- [View Control ToolBar](https://g6.antv.antgroup.com/en/design/component/viewToolbar)
### 2.4 Intereaction Design
@@ -116,7 +116,7 @@ According to whether the interaction event is a global common behavior, the inte
### 2.5 Visual Design
-> Corresponds to the performance layer in the "five layers"
Aside from the product interface, the visual design of the graph is essentially a process of establishing mapping channels between visual attributes and data characteristics to form a specific semantic association. A good visual design can greatly improve the information transmission efficiency of the graph. The main items of a graph are nodes and edges. On a node or an edge, there might be text labels and other auxiliary shapes. Consider to the visual design of the graph, the elements should to be disassembled and designed separately, and different interaction events and data attributes should be considered globally. Data properties should be mapped to corresponding visual attributes. In the same time, and final effect of integated visual attributes is also important. Common visual attributes in design are: shape, color, size, direction, material, brightness, position, etc. The design for most basic attributes: shape and color, will be introduced in detail.
[The Visual Design Guidelines >](https://g6.antv.vision/en/docs/design/global/style)
+> Corresponds to the performance layer in the "five layers"
Aside from the product interface, the visual design of the graph is essentially a process of establishing mapping channels between visual attributes and data characteristics to form a specific semantic association. A good visual design can greatly improve the information transmission efficiency of the graph. The main items of a graph are nodes and edges. On a node or an edge, there might be text labels and other auxiliary shapes. Consider to the visual design of the graph, the elements should to be disassembled and designed separately, and different interaction events and data attributes should be considered globally. Data properties should be mapped to corresponding visual attributes. In the same time, and final effect of integated visual attributes is also important. Common visual attributes in design are: shape, color, size, direction, material, brightness, position, etc. The design for most basic attributes: shape and color, will be introduced in detail.
[The Visual Design Guidelines >](https://g6.antv.antgroup.com/en/design/global/style)
#### 2.5.1 Shape
diff --git a/packages/site/docs/manual/cases/relations.en.md b/packages/site/docs/manual/cases/relations.en.md
index b2d769d289e..a3f388aba82 100644
--- a/packages/site/docs/manual/cases/relations.en.md
+++ b/packages/site/docs/manual/cases/relations.en.md
@@ -102,4 +102,4 @@ This application uses simulated social network data as an example to demonstrate
## Application Address
-
Official website of G6: https://g6.antv.vision/
GitHub of G6: https://github.com/antvis/g6
+
Official website of G6: https://g6.antv.antgroup.com/
GitHub of G6: https://github.com/antvis/g6
diff --git a/packages/site/docs/manual/cases/relations.zh.md b/packages/site/docs/manual/cases/relations.zh.md
index c0b763bbfef..56a4a6bf3fb 100644
--- a/packages/site/docs/manual/cases/relations.zh.md
+++ b/packages/site/docs/manual/cases/relations.zh.md
@@ -102,4 +102,4 @@ A 和 B 之间可能会存在多个同事关系,如 A 和 B 在 company1 公
## 应用地址
-
G6 官网:https://g6.antv.vision/
G6 GitHub:https://github.com/antvis/g6
+
G6 官网:https://g6.antv.antgroup.com/
G6 GitHub:https://github.com/antvis/g6
diff --git a/packages/site/docs/manual/cases/sequenceTime.en.md b/packages/site/docs/manual/cases/sequenceTime.en.md
index d77351a2a08..5e7fa4cd94e 100644
--- a/packages/site/docs/manual/cases/sequenceTime.en.md
+++ b/packages/site/docs/manual/cases/sequenceTime.en.md
@@ -85,4 +85,4 @@ In general, the emergency workbench is deeply focused on business scenarios, pro
## Demo Address
-Code: https://github.com/scaletimes/g6-flow-demo
Official website of G6: https://g6.antv.vision/
GitHub of G6: https://github.com/antvis/g6
+Code: https://github.com/scaletimes/g6-flow-demo
Official website of G6: https://g6.antv.antgroup.com/
GitHub of G6: https://github.com/antvis/g6
diff --git a/packages/site/docs/manual/cases/sequenceTime.zh.md b/packages/site/docs/manual/cases/sequenceTime.zh.md
index 5a2f21071a8..f49cf7f4936 100644
--- a/packages/site/docs/manual/cases/sequenceTime.zh.md
+++ b/packages/site/docs/manual/cases/sequenceTime.zh.md
@@ -85,4 +85,4 @@ order: 0
## 应用地址
-源码:https://github.com/scaletimes/g6-flow-demo
G6 官网:https://g6.antv.vision/
G6 GitHub:https://github.com/antvis/g6
+源码:https://github.com/scaletimes/g6-flow-demo
G6 官网:https://g6.antv.antgroup.com/
G6 GitHub:https://github.com/antvis/g6
diff --git a/packages/site/docs/manual/middle/elements/nodes/jsx-node.en.md b/packages/site/docs/manual/middle/elements/nodes/jsx-node.en.md
index 1b88ffe2339..3169f3c0b27 100644
--- a/packages/site/docs/manual/middle/elements/nodes/jsx-node.en.md
+++ b/packages/site/docs/manual/middle/elements/nodes/jsx-node.en.md
@@ -16,7 +16,7 @@ In G6 V3.7.0 and later version, user are allow to use JSX-like syntax to customi
The basic syntax is almost the same as the familiar HTML markup language, where you can use shape or group by a tag. At the same time, you need to assign the attributes for defining a shape. Style attributes are grouped to an object, whose items' value can be `string`, `number`, and others supported by JSON (note that it cannot be a function here, which will cause parsing errors).
-Reference for the type and style of custom nodes: https://g6.antv.vision/zh/docs/api/shapeProperties Among them, for relative positioning, we newly added **marginTop** and **marginLeft** to define the gap between the left and top.
+Reference for the type and style of custom nodes: https://g6.antv.antgroup.com/api/shapeProperties Among them, for relative positioning, we newly added **marginTop** and **marginLeft** to define the gap between the left and top.
#### Recommended Usage
diff --git a/packages/site/docs/manual/middle/elements/nodes/jsx-node.zh.md b/packages/site/docs/manual/middle/elements/nodes/jsx-node.zh.md
index 9971bc0783b..35c139f52d9 100644
--- a/packages/site/docs/manual/middle/elements/nodes/jsx-node.zh.md
+++ b/packages/site/docs/manual/middle/elements/nodes/jsx-node.zh.md
@@ -16,7 +16,7 @@ order: 4
基础语法和大家熟悉的 HTML 标记语言基本相同,通过标签名来使用 shape 或者 group,同时定义 shape 需要填写 shape 的各个 attributes,而定义形状样式的 attrs 则由 style 属性来进行表达。style 里面的结构是一个 Object,对象的值可以是字符串,数字等 JSON 支持的数据类型(注意,这里不能够是函数,函数只会导致解析错误)。
-自定义节点的类型和 style 参考:https://g6.antv.vision/zh/docs/api/shapeProperties 其中,为了相对定位,我们新加入了 marginTop 和 marginLeft 来定义左边和上面的间隔。
+自定义节点的类型和 style 参考:https://g6.antv.antgroup.com/api/shapeProperties 其中,为了相对定位,我们新加入了 marginTop 和 marginLeft 来定义左边和上面的间隔。
#### 推荐用法
diff --git a/packages/site/docs/manual/middle/plugins/Plugins.en.md b/packages/site/docs/manual/middle/plugins/Plugins.en.md
index 591871d6194..6649bc3536d 100644
--- a/packages/site/docs/manual/middle/plugins/Plugins.en.md
+++ b/packages/site/docs/manual/middle/plugins/Plugins.en.md
@@ -530,7 +530,7 @@ All the three types of timebar supports play, fast forward, and fast backward.
Time bar with descrete ticks
-
Refer to the demos [HERE](https://g6.antv.vision/en/examples/tool/timebar#timebar)
+
Refer to the demos [HERE](https://g6.antv.antgroup.com/en/examples/tool/timebar#timebar)
### Common Usage
diff --git a/packages/site/docs/manual/middle/plugins/Plugins.zh.md b/packages/site/docs/manual/middle/plugins/Plugins.zh.md
index c0fa44106bc..331c347e2a1 100644
--- a/packages/site/docs/manual/middle/plugins/Plugins.zh.md
+++ b/packages/site/docs/manual/middle/plugins/Plugins.zh.md
@@ -599,7 +599,7 @@ const graph = new G6.Graph({
-
虽然 G6 提供了各种不同类型的 TimeBar 组件,但在使用的方式却非常简单,通过配置字段就可以进行区分。
关于 TimeBar 的使用案例,请参考[这里](https://g6.antv.vision/zh/examples/tool/timebar#timebar)。
+
虽然 G6 提供了各种不同类型的 TimeBar 组件,但在使用的方式却非常简单,通过配置字段就可以进行区分。
关于 TimeBar 的使用案例,请参考[这里](https://g6.antv.antgroup.com/examples/tool/timebar#timebar)。
### 使用 TimeBar 组件
diff --git a/packages/site/package.json b/packages/site/package.json
index fce41387b46..517f38706b0 100644
--- a/packages/site/package.json
+++ b/packages/site/package.json
@@ -13,7 +13,7 @@
"relational data",
"site"
],
- "homepage": "https://g6.antv.vision",
+ "homepage": "https://g6.antv.antgroup.com",
"bugs": {
"url": "https://github.com/antvis/g6/issues"
},