Skip to content

Commit a9764df

Browse files
committed
Fix broken documentation links
1 parent 0d9ecfc commit a9764df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/cn/docs/quickstart/hugegraph-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ graph.schema().propertyKey("price").asInt().ifNotExist().create()
145145
**在这里有几点需要说明**
146146

147147
1、上述语句是`groovy`语言形式(类似但不是`java`)的`gremlin`语句,这些`gremlin`语句会被发送到`HugeGraphServer`上执行。
148-
关于`gremlin`本身可以参考[Gremlin Query Language](/language/hugegraph-gremlin.md)[Tinkerpop官网](http://tinkerpop.apache.org/)
148+
关于`gremlin`本身可以参考[Gremlin Query Language](../language/hugegraph-gremlin)[Tinkerpop官网](http://tinkerpop.apache.org/)
149149

150150
2、上述语句是通过`graph.schema()`获取到`SchemaManager`对象后操作元数据,通过`gremlin`语句操作Schema可参考文档[HugeGraph-Client](/docs/clients/hugegraph-client)
151151
需要注意的是`HugeGraph-Client``java`语法,大体上与`gremlin`风格是一致的,具体的差异见文档`HugeGraph-Client`中的说明。

content/en/docs/config/config-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ ssl: {
137137
There are many configuration options mentioned above, but for now, let's focus on the following options: `channelizer` and `graphs`.
138138

139139
- `graphs`: This option specifies the graphs that need to be opened when the GremlinServer starts. It is a map structure where the key is the name of the graph and the value is the configuration file path for that graph.
140-
- `channelizer`: The GremlinServer supports two communication modes with clients: WebSocket and HTTP (default). If WebSocket is chosen, users can quickly experience the features of HugeGraph using [Gremlin-Console](/clients/gremlin-console.html), but it does not support importing large-scale data. It is recommended to use HTTP for communication, as all peripheral components of HugeGraph are implemented based on HTTP.
140+
- `channelizer`: The GremlinServer supports two communication modes with clients: WebSocket and HTTP (default). If WebSocket is chosen, users can quickly experience the features of HugeGraph using [Gremlin-Console](../clients/gremlin-console), but it does not support importing large-scale data. It is recommended to use HTTP for communication, as all peripheral components of HugeGraph are implemented based on HTTP.
141141

142142
By default, the GremlinServer serves at `localhost:8182`. If you need to modify it, configure the `host` and `port` settings.
143143

content/en/docs/quickstart/hugegraph-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ graph.schema().propertyKey("price").asInt().ifNotExist().create()
145145
**在这里有几点需要说明**
146146

147147
1、上述语句是`groovy`语言形式(类似但不是`java`)的`gremlin`语句,这些`gremlin`语句会被发送到`HugeGraphServer`上执行。
148-
关于`gremlin`本身可以参考[Gremlin Query Language](/language/hugegraph-gremlin.md)[Tinkerpop官网](http://tinkerpop.apache.org/)
148+
关于`gremlin`本身可以参考[Gremlin Query Language](../language/hugegraph-gremlin)[Tinkerpop官网](http://tinkerpop.apache.org/)
149149

150150
2、上述语句是通过`graph.schema()`获取到`SchemaManager`对象后操作元数据,通过`gremlin`语句操作Schema可参考文档[HugeGraph-Client](/docs/clients/hugegraph-client)
151151
需要注意的是`HugeGraph-Client``java`语法,大体上与`gremlin`风格是一致的,具体的差异见文档`HugeGraph-Client`中的说明。

0 commit comments

Comments
 (0)