Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hizzgdev committed Jul 16, 2024
1 parent 7c9af47 commit 08a7c84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/en/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ var jm = new jsMind(options);
jm.show(mind);
```

For more details on options, please refer to [Options](options.md).
For more details on options, please refer to [Options](../options/).


## The Complete Code (via CDN)
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ var jm = new jsMind(options);
jm.show(mind);
```

更详细的配置选项,请参考[配置选项](options.md)
更详细的配置选项,请参考[配置选项](../options/)


## 完整代码(CDN方式)
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/options/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jsMind 支持的选项
# 选项

jsMind 提供了多种选项来定制思维导图的行为和外观。

Expand Down

0 comments on commit 08a7c84

Please sign in to comment.