diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2014-11-03 12:34:45 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2014-11-03 12:34:45 -0500 |
commit | 758fd6cea9e82f7bfebce07ba6ecf0d107e8a53c (patch) | |
tree | a83fa3bc07d9a0a3c2baff637ccd2c759e3a4277 /CONTRIBUTING.md | |
parent | 7a607c5673fa36f9818f19e349871600a2938b1e (diff) | |
download | jquery-758fd6cea9e82f7bfebce07ba6ecf0d107e8a53c.tar.gz jquery-758fd6cea9e82f7bfebce07ba6ecf0d107e8a53c.zip |
Docs: 1.x-master branch -> compat branch; 2.x branch -> master branch
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 71928bd3f..f264838d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -211,4 +211,4 @@ This will only run the "css" module tests. This will significantly speed up your Remember that jQuery supports multiple browsers and their versions; any contributed code must work in all of them. You can refer to the [browser support page](http://jquery.com/browser-support/) for the current list of supported browsers. -Note that browser support differs depending on whether you are targeting the `master` or `1.x-master` branch. +Note that browser support differs depending on whether you are targeting the `master` or `compat` branch. |