Skip to content

Fix Git and Repo README link #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can do this by using these commands:
(From root android directory)
. build/envsetup.sh
(Go to repo you are patching, make your changes and commit)
cmgerrit <for(new)/changes(patch set)> <branch/change-id>
cmgerrit <for(new)/changes(patch set)> <branch/change-id>

repo start ics .
(Make your changes and commit)
Expand All @@ -27,7 +27,7 @@ Getting Started
---------------

To get started with Android/CyanogenMod, you'll need to get
familiar with [Git and Repo](http://source.android.com/download/using-repo).
familiar with [Git and Repo](http://source.android.com/source/version-control.html).

To initialize your local repository using the CyanogenMod trees, use a command like this:

Expand All @@ -39,7 +39,7 @@ Then to sync up:

Please see the [CyanogenMod Wiki](http://wiki.cyanogenmod.com/) for building instructions.

For more information on this Github Organization and how it is structured,
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)

Buildbot
Expand Down