Skip to content

Commit

Permalink
Bug fix: 修复不可用链接
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-ux authored Dec 26, 2023
1 parent f0064f3 commit 1d6f0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sidebar: 'auto'
:::tip
String, Number,Bool, Null字面量值统一保存于 val->val;

详情见[对String,Number,Bool,Null内部表示实现的一些说明](/core/types/JsonVal)
详情见[对String,Number,Bool,Null内部表示实现的一些说明](/core/types#JsonVal)
:::
```c
// val->val
Expand All @@ -32,4 +32,4 @@ struct JsonVal* parseArray();
// val->obj
struct JsonVal* parseObject();
struct JsonVal* parseValue();
```
```

0 comments on commit 1d6f0c5

Please sign in to comment.