From fe0c3b42aed9a3134ae2dd9a4e6ee5793c427b1c Mon Sep 17 00:00:00 2001 From: "Joseli.to" Date: Tue, 2 Oct 2018 19:50:22 -0300 Subject: [PATCH] fix(docs): Fix commit link on CONTRIBUTING.md (#15834) --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 27a349c0f7..e5937a2e05 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -61,7 +61,7 @@ Please see our [Contributor Code of Conduct](https://github.com/ionic-team/ionic 1. Run the gulp e2e task to build all tests: `gulp e2e` 2. Run the gulp e2e.watch task to watch your specific test (replace `button` with the component you are modifying and `basic` with the test folder): `gulp e2e.watch --f=button/basic` 3. A browser should open at `http://localhost:8080/dist/e2e`. From here, navigate to the component you are changing. -4. If your changes look good, you're ready to [commit](#committing)! +4. If your changes look good, you're ready to [commit](#commit-message-format)! #### Adding Documentation