From e26ada4232f2341322c55aef310e4288ea767b5a Mon Sep 17 00:00:00 2001 From: yiran Date: Mon, 9 Sep 2019 20:15:28 +0800 Subject: [PATCH] Fix dev-rules link 404 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44d5824c..9c0e0401 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ HttpRunner is rich documented. ## How to Contribute 1. Check for [open issues](https://github.com/HttpRunner/HttpRunner/issues) or [open a fresh issue](https://github.com/HttpRunner/HttpRunner/issues/new/choose) to start a discussion around a feature idea or a bug. -2. Fork [the repository](https://github.com/httprunner/httprunner) on GitHub to start making your changes to the **master** branch (or branch off of it). You also need to comply with the [development rules](docs/dev-rules.md). +2. Fork [the repository](https://github.com/httprunner/httprunner) on GitHub to start making your changes to the **master** branch (or branch off of it). You also need to comply with the [development rules](https://github.com/httprunner/docs/blob/master/en/docs/dev-rules.md). 3. Write a test which shows that the bug was fixed or that the feature works as expected. 4. Send a pull request, you will then become a [contributor](https://github.com/HttpRunner/HttpRunner/graphs/contributors) after it gets merged and published.