Skip to content

Commit b5c978f

Browse files
author
bluewater-cn
committed
Merge remote-tracking branch 'cm/ics' into ics
2 parents af55af4 + f0f6e08 commit b5c978f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.mkdn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For more help on using this tool, use this command: repo help upload
2020
Make your changes and commit with a detailed message, starting with what you are working with (i.e. vision: Update Kernel)
2121
Commit your patches in a single commit. Squash multiple commit using this command: git rebase -i HEAD~<# of commits>
2222

23-
To view the status of your and others' patches, visit [CyanogenMod Code Review](http://review.cyanogenmod.com/)
23+
To view the status of your and others' patches, visit [CyanogenMod Code Review](http://review.cyanogenmod.org/)
2424

2525

2626
Getting Started
@@ -37,14 +37,14 @@ Then to sync up:
3737

3838
repo sync -j32
3939

40-
Please see the [CyanogenMod Wiki](http://wiki.cyanogenmod.com/) for building instructions.
40+
Please see the [CyanogenMod Wiki](http://wiki.cyanogenmod.org/) for building instructions.
4141

4242
For more information on this Github Organization and how it is structured,
43-
please [read the wiki article](http://wiki.cyanogenmod.com/index.php/Github_Organization)
43+
please [read the wiki article](http://wiki.cyanogenmod.org/index.php/Github_Organization)
4444

4545
Buildbot
4646
--------
4747

4848
All supported devices are built nightly and periodically as changes are committed to ensure the source trees remain buildable.
4949

50-
You can view the current build statuses at [CyanogenMod Jenkins](http://jenkins.cyanogenmod.com/)
50+
You can view the current build statuses at [CyanogenMod Jenkins](http://jenkins.cyanogenmod.org/)

default.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<remote name="github"
88
fetch=".."
9-
review="review.cyanogenmod.com" />
9+
review="review.cyanogenmod.org" />
1010

1111
<remote name="private"
1212
fetch="ssh://[email protected]" />

0 commit comments

Comments
 (0)