Skip to content

Commit 39952c8

Browse files
committed
docs: Update the document link in the README file
1 parent edb7ded commit 39952c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ carbon.Parse("2020-07-05 13:14:15").SetLocale("zh-CN").DiffForHumans() // 1 月
8282
carbon.ClearTestNow()
8383
carbon.IsTestNow() // false
8484
```
85-
更多示例请查看 [carbon.go-pkg.com](https://carbon.go-pkg.com).
85+
更多示例请查看 <a href="https://carbon.go-pkg.com" target="_blank">carbon.go-pkg.com</a>
8686

8787
## 参考项目
8888

README.jp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ carbon.Parse("2020-07-05 13:14:15").SetLocale("jp").DiffForHumans() // 1 ヶ月
7575
carbon.ClearTestNow()
7676
carbon.IsTestNow() // false
7777
```
78-
詳細については [carbon.go-pkg.com](https://carbon.go-pkg.com/jp)
78+
詳細については <a href="https://carbon.go-pkg.com" target="_blank">carbon.go-pkg.com</a>
7979

8080
## リファレンス
8181

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ carbon.ClearTestNow()
7979
carbon.IsTestNow() // false
8080
```
8181

82-
There are many more examples in the [documentation](https://carbon.go-pkg.com).
82+
There are many more examples in the <a href="https://carbon.go-pkg.com" target="_blank">documentation</a>
8383

8484
## References
8585

0 commit comments

Comments
 (0)