doc/developer.xml: change git URIs to GitHub
This commit is contained in:
parent
9123c0b733
commit
a2a677e539
@ -97,20 +97,20 @@ Foo(const char *abc, int xyz)
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
MPD sources are managed in a git repository on <ulink
|
MPD sources are managed in a git repository on <ulink
|
||||||
url="http://git.musicpd.org/">git.musicpd.org</ulink>.
|
url="https://github.com/MusicPlayerDaemon/">GitHub</ulink>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Always write your code against the latest git:
|
Always write your code against the latest git:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<programlisting>git clone git://git.musicpd.org/master/mpd.git</programlisting>
|
<programlisting>git clone git://github.com/MusicPlayerDaemon/MPD</programlisting>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
If you already have a clone, update it:
|
If you already have a clone, update it:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<programlisting>git pull --rebase git://git.musicpd.org/master/mpd.git master</programlisting>
|
<programlisting>git pull --rebase git://github.com/MusicPlayerDaemon/MPD master</programlisting>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
You can do without "--rebase", but we recommend that you rebase
|
You can do without "--rebase", but we recommend that you rebase
|
||||||
@ -188,17 +188,7 @@ Foo(const char *abc, int xyz)
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<command>git pull</command> requests are preferred. Regular
|
<command>git pull</command> requests are preferred.
|
||||||
contributors can get <ulink
|
|
||||||
url="http://git.musicpd.org/account-policy.html">an account on
|
|
||||||
git.musicpd.org</ulink>, but any public git repository will do.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
There is <ulink url="https://github.com/MaxKellermann/MPD">a
|
|
||||||
mirror of the <application>MPD</application> git repository on
|
|
||||||
GitHub</ulink>, and you can use that as well to submit pull
|
|
||||||
requests.
|
|
||||||
</para>
|
</para>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user