diff --git a/.CHANGELOG.md b/.CHANGELOG.md index d3bd784..ea2f7f0 100644 --- a/.CHANGELOG.md +++ b/.CHANGELOG.md @@ -36,6 +36,7 @@ - [rows, merger: 使用 sqlx.Rows 作为接口,并重构 merger 包 ](https://github.com/ecodeclub/eorm/pull/217) - [rows: 同库事务语句合并执行,提前读取所有数据](https://github.com/ecodeclub/eorm/pull/219) - [script: 注释掉无用命令及代码、固定ci中golangci-lint的版本使其与setup.sh中版本保持一致](https://github.com/ecodeclub/eorm/pull/220) +- [doc: 修复README中不可用的贡献者指南链接](https://github.com/ecodeclub/eorm/pull/221) ## v0.0.1: - [Init Project](https://github.com/ecodeclub/eorm/pull/1) - [Selector Definition](https://github.com/ecodeclub/eorm/pull/2) diff --git a/README.md b/README.md index b9c6fbb..7252bdc 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,4 @@ 我想要的社区是大家统一在 github 下,利用 issue 和 discussion 来讨论问题。这样别的用户都可以搜索到所有的讨论。 ## 加入我们 -- [贡献指南](https://ekit.gocn.vip/contribution/#%E8%AE%BE%E7%BD%AE%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83) +- [贡献者指南](https://doc.meoying.com/)