Skip to content

Commit cbb290d

Browse files
authored
Fix/broken link (#272)
* Better make file * Fixed broken link
1 parent 206f2da commit cbb290d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/cn/Tutorial_cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ for _, res := range resources {
247247

248248
### 从 JSON获取
249249

250-
你可以从JSON构建规则! [请阅读这里](../en/GRL_JSON_cn.md)
250+
你可以从JSON构建规则! [请阅读这里](GRL_JSON_cn.md)
251251

252252
## 编译 GRL 到 GRB
253253

254-
如果你想要更快的规则加载速度(比如你有很多特别大的规则集合,然后加载GRL很慢),你可以将这些规则集合存储为GRB(Grules Rule Binary)文件。详情参考[如何存储和加载GRB](../en/Binary_Rule_File_cn.md)
254+
如果你想要更快的规则加载速度(比如你有很多特别大的规则集合,然后加载GRL很慢),你可以将这些规则集合存储为GRB(Grules Rule Binary)文件。详情参考[如何存储和加载GRB](Binary_Rule_File_cn.md)

docs/de/Tutorial_de.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,10 @@ for _, res := range resources {
291291

292292
### From JSON
293293

294-
You can now build rules from JSON! [Read how it works](../en/GRL_JSON_en.md)
294+
You can now build rules from JSON! [Read how it works](GRL_JSON_de.md)
295295

296296
## Compile GRL into GRB
297297

298298
If you want to have faster rule set loading performance (e.g. you have very
299299
large rule sets and loading GRL is too slow), you can save your rule set
300-
into GRB (Grules Rule Binary) file. [Read how to store and load GRB](../en/Binary_Rule_File_en.md)
300+
into GRB (Grules Rule Binary) file. [Read how to store and load GRB](Binary_Rule_File_de.md)

0 commit comments

Comments
 (0)