Skip to content

Commit 26f3068

Browse files
committed
修复链接无效的bug
1 parent da9e210 commit 26f3068

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ carbon.Parse("2020-08-05 13:14:15").SetMinute(60).ToDateTimeString() // 2020-08-
179179
carbon.Parse("2020-08-05 13:14:15").SetSecond(10).ToDateTimeString() // 2020-08-05 13:14:10
180180
carbon.Parse("2020-08-05 13:14:15").SetSecond(60).ToDateTimeString() // 2020-08-05 13:15:00
181181
```
182-
> For more timezone constants, please see the [const.go](./const.go) file
182+
> For more timezone constants, please see the [constant.go](./constant.go) file
183183
184184
##### Start and end
185185
```go

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ carbon.Parse("2020-08-05 13:14:15").SetMinute(60).ToDateTimeString() // 2020-08-
178178
carbon.Parse("2020-08-05 13:14:15").SetSecond(10).ToDateTimeString() // 2020-08-05 13:14:10
179179
carbon.Parse("2020-08-05 13:14:15").SetSecond(60).ToDateTimeString() // 2020-08-05 13:15:00
180180
```
181-
>更多时区常量请查看[const.go](./const.go)文件
181+
>更多时区常量请查看[constant.go](./constant.go)文件
182182
183183
##### 开始时间、结束时间
184184
```go

0 commit comments

Comments
 (0)