From 5a8a207333b3cbdd6f50a31da2d448658343637e Mon Sep 17 00:00:00 2001 From: Noboru Saito Date: Fri, 14 Feb 2020 07:49:22 +0900 Subject: [PATCH] Fix link(#1061) (#1062) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2627a41a..6ac81d1e4 100644 --- a/README.md +++ b/README.md @@ -477,7 +477,7 @@ To run the driver tests you may need to adjust the configuration. See the [Testi Go-MySQL-Driver is not feature-complete yet. Your help is very appreciated. If you want to contribute, you can work on an [open issue](https://github.com/go-sql-driver/mysql/issues?state=open) or review a [pull request](https://github.com/go-sql-driver/mysql/pulls). -See the [Contribution Guidelines](https://github.com/go-sql-driver/mysql/blob/master/CONTRIBUTING.md) for details. +See the [Contribution Guidelines](https://github.com/go-sql-driver/mysql/blob/master/.github/CONTRIBUTING.md) for details. ---------------------------------------