diff --git a/doc/developer.xml b/doc/developer.xml index d0a3f301a..ee94c2d55 100644 --- a/doc/developer.xml +++ b/doc/developer.xml @@ -97,20 +97,20 @@ Foo(const char *abc, int xyz) MPD sources are managed in a git repository on git.musicpd.org. + url="https://github.com/MusicPlayerDaemon/">GitHub. Always write your code against the latest git: - git clone git://git.musicpd.org/master/mpd.git + git clone git://github.com/MusicPlayerDaemon/MPD If you already have a clone, update it: - git pull --rebase git://git.musicpd.org/master/mpd.git master + git pull --rebase git://github.com/MusicPlayerDaemon/MPD master You can do without "--rebase", but we recommend that you rebase @@ -188,17 +188,7 @@ Foo(const char *abc, int xyz) - git pull requests are preferred. Regular - contributors can get an account on - git.musicpd.org, but any public git repository will do. - - - - There is a - mirror of the MPD git repository on - GitHub, and you can use that as well to submit pull - requests. + git pull requests are preferred.