diff options
| author | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2012-11-14 20:29:52 +0000 |
|---|---|---|
| committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2012-11-14 20:29:52 +0000 |
| commit | d15b08668a9aab975cabf51702f4dc1af2fb22dd (patch) | |
| tree | 9dff450b49976ba1919d3a2a7798ffa5e2a63794 | |
| parent | 3100b68ee65e1acc0bd80b7983be07f2e9507015 (diff) | |
| download | manifest-d15b08668a9aab975cabf51702f4dc1af2fb22dd.tar.gz manifest-d15b08668a9aab975cabf51702f4dc1af2fb22dd.tar.bz2 manifest-d15b08668a9aab975cabf51702f4dc1af2fb22dd.zip | |
Update gerrit location in manifest and docs
Change-Id: Ic26237e67cea5a4054e610fd9fd4d0ef37319a73
| -rw-r--r-- | README.mkdn | 8 | ||||
| -rw-r--r-- | default.xml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/README.mkdn b/README.mkdn index 1c8c939..25e97f2 100644 --- a/README.mkdn +++ b/README.mkdn @@ -20,7 +20,7 @@ For more help on using this tool, use this command: repo help upload 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 @@ -37,14 +37,14 @@ 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 [CyanogenMod Jenkins](http://jenkins.cyanogenmod.com/) +You can view the current build statuses at [CyanogenMod Jenkins](http://jenkins.cyanogenmod.org/) diff --git a/default.xml b/default.xml index 1972f22..b1b5663 100644 --- a/default.xml +++ b/default.xml @@ -6,7 +6,7 @@ <remote name="github" fetch=".." - review="review.cyanogenmod.com" /> + review="review.cyanogenmod.org" /> <remote name="private" fetch="ssh://git@github.com" /> |
