You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by ji...@apache.org on 2023/06/19 06:12:58 UTC

[incubator-hugegraph-doc] branch master updated: fix: use option instead (#273)

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 8a73731d fix: use option instead (#273)
8a73731d is described below

commit 8a73731d4cbcc70c692d628d627c5da2bc21b174
Author: Liu Xiao <42...@users.noreply.github.com>
AuthorDate: Mon Jun 19 14:12:52 2023 +0800

    fix: use option instead (#273)
---
 content/en/docs/config/config-guide.md         | 2 +-
 content/en/docs/quickstart/hugegraph-server.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/en/docs/config/config-guide.md b/content/en/docs/config/config-guide.md
index 7b0fbd46..c2eaaf7f 100644
--- a/content/en/docs/config/config-guide.md
+++ b/content/en/docs/config/config-guide.md
@@ -286,7 +286,7 @@ The configuration method is simple:
 
 **[Optional]: Modify `rest-server.properties`**
 
-You can modify the graph profile directory in the `graphs` field of `rest-server.properties`. The default configuration is `graphs=./conf/graphs`, if you want to change it to another directory then adjust the `graphs` field, e.g. adjust it to `graphs=/etc/hugegraph/graphs`, example is as follows:
+You can modify the graph profile directory in the `graphs` option of `rest-server.properties`. The default configuration is `graphs=./conf/graphs`, if you want to change it to another directory then adjust the `graphs` option, e.g. adjust it to `graphs=/etc/hugegraph/graphs`, example is as follows:
 
 ```properties
 graphs=./conf/graphs
diff --git a/content/en/docs/quickstart/hugegraph-server.md b/content/en/docs/quickstart/hugegraph-server.md
index 0969a1df..a6bee140 100644
--- a/content/en/docs/quickstart/hugegraph-server.md
+++ b/content/en/docs/quickstart/hugegraph-server.md
@@ -323,7 +323,7 @@ Starting HugeGraphServer...
 Connecting to HugeGraphServer (http://127.0.0.1:8080/graphs)....OK
 ```
 
-> for more other backend configurations, please refer to[introduction to configuration items](/docs/config/config-option)
+> for more other backend configurations, please refer to[introduction to configuration options](/docs/config/config-option)
 
 #### 5.6 MySQL