Merge "Remove whitespaces from apn type parameters" into cm-10.1
diff --git a/CHANGELOG.mkdn b/CHANGELOG.mkdn
index e0edc52..b35cc62 100644
--- a/CHANGELOG.mkdn
+++ b/CHANGELOG.mkdn
@@ -3,13 +3,16 @@
 
 Visit http://github.com/CyanogenMod for full changelogs and git access.
 
-Visit http://review.cyanogenmod.com for our Gerrit instance.
+Visit http://review.cyanogenmod.org for our Gerrit instance.
 
 Follow http://twitter.com/cmsrc for commit-by-commit updates.
 
 CHANGELOG (notable new features)
 ---------
 
+### 10.1.0
+* Common: Android 4.2.1 (Google)
+
 ### 10.0.0
 * Common: Android 4.1.2 (Google)
 
diff --git a/CONTRIBUTORS.mkdn b/CONTRIBUTORS.mkdn
index 1a1ef76..a3054ab 100644
--- a/CONTRIBUTORS.mkdn
+++ b/CONTRIBUTORS.mkdn
@@ -24,6 +24,7 @@
 * __Samsung Fascinate / Mesmerize (SCH-I500):__ jt1134, sbrissen
 * __Samsung Galaxy Note (GT-N7000):__ Entropy512, Espenfjo
 * __Samsung Galaxy Note II (GT-N7100):__ nebkat
+* __Samsung Galaxy Note II LTE (GT-N7105 / SGH-I317 / SGH-T889):__ codeworkx, madmack
 * __Samsung Galaxy Note 10.1 (GT-N80XX):__ Entropy512, Espenfjo
 * __Samsung Galaxy S Blaze 4G (SGH-T769):__ UberPinguin
 * __Samsung Galaxy S (GT-I9000):__ pawitp
diff --git a/README.mkdn b/README.mkdn
index fcb5c99..998186b 100644
--- a/README.mkdn
+++ b/README.mkdn
@@ -11,7 +11,7 @@
     (Go to repo you are patching, make your changes and commit)
     cmgerrit <for(new)/changes(patch set)> <branch/change-id> 
 
-    repo start ics .
+    repo start jb .
     (Make your changes and commit)
     repo upload .
 Note: "." meaning current directory
@@ -20,7 +20,7 @@
 Make your changes and commit with a detailed message, starting with what you are working with (i.e. vision: Update Kernel)
 Commit your patches in a single commit. Squash multiple commit using this command: git rebase -i HEAD~<# of commits>
 
-To view the status of your and others' patches, visit [CyanogenMod Code Review](http://review.cyanogenmod.com/)
+To view the status of your and others' patches, visit [CyanogenMod Code Review](http://review.cyanogenmod.org/)
 
 
 Getting Started
@@ -31,20 +31,20 @@
 
 To initialize your local repository using the CyanogenMod trees, use a command like this:
 
-    repo init -u git://github.com/CyanogenMod/android.git -b ics
+    repo init -u git://github.com/CyanogenMod/android.git -b cm-10.1
 
 Then to sync up:
 
     repo sync
 
-Please see the [CyanogenMod Wiki](http://wiki.cyanogenmod.com/) for building instructions.
+Please see the [CyanogenMod Wiki](http://wiki.cyanogenmod.org/) for building instructions.
 
 For more information on this Github Organization and how it is structured, 
-please [read the wiki article](http://wiki.cyanogenmod.com/index.php/Github_Organization)
+please [read the wiki article](http://wiki.cyanogenmod.org/index.php/Github_Organization)
 
 Buildbot
 --------
 
 All supported devices are built nightly and periodically as changes are committed to ensure the source trees remain buildable.
 
-You can view the current build statuses at [buildbot.teamdouche.net](http://buildbot.teamdouche.net/)
+You can view the current build statuses at [jenkins.cyanogenmod.org/](http://jenkins.cyanogenmod.org/)