From fa6cf01c91d068d75d08756a721306b222072fc8 Mon Sep 17 00:00:00 2001 From: Alanscut <948467222@qq.com> Date: Mon, 9 Dec 2019 09:14:52 +0800 Subject: [PATCH] fixing Travis link (#2540) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f6565cd..43dc8fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ Commit messages should be verb based, using the following pattern: ### Testing -Please update the tests to reflect your code changes. Pull requests will not be accepted if they are failing on [Travis CI](https://travis-ci.org/mzabriskie/axios). +Please update the tests to reflect your code changes. Pull requests will not be accepted if they are failing on [Travis CI](https://travis-ci.org/axios/axios). ### Documentation -- GitLab