From cd236c71d6c3418f7e45f2e9f37b1b642427ce07 Mon Sep 17 00:00:00 2001 From: Constantijn Schepens Date: Wed, 13 Jul 2016 20:56:34 +0100 Subject: [PATCH] Point to the correct development branch --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 107fa7f8..ea1b4e57 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ #### **Did you write a patch that fixes a bug?** -* Open a new GitHub pull request with the patch. Use the [develop branch](https://github.com/alertifyjs/alertify.js/tree/develop), not the master branch. +* Open a new GitHub pull request with the patch. Use the [development branch](https://github.com/alertifyjs/alertify.js/tree/development), not the master branch. * Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.