diff options
author | Max Kellermann <max@musicpd.org> | 2017-05-15 23:01:49 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-05-15 23:01:49 +0200 |
commit | 4faef28cc56c3ed72a22dbd1cb317cf756217400 (patch) | |
tree | f2a3e8168ce9efada0fd0afe9971f90f0dee12b4 /doc | |
parent | 89b900432e0bfb324356f6ae62a09241eb75d251 (diff) | |
parent | b4c9d9c2a72fbf2c6c9090c73fe37fcc94dce1ca (diff) |
Merge tag 'v0.20.7'
release v0.20.7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer.xml | 18 | ||||
-rw-r--r-- | doc/mpd.1 | 2 | ||||
-rw-r--r-- | doc/user.xml | 2 |
3 files changed, 6 insertions, 16 deletions
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) <para> 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> Always write your code against the latest git: </para> - <programlisting>git clone git://git.musicpd.org/master/mpd.git</programlisting> + <programlisting>git clone git://github.com/MusicPlayerDaemon/MPD</programlisting> <para> If you already have a clone, update it: </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> You can do without "--rebase", but we recommend that you rebase @@ -188,17 +188,7 @@ Foo(const char *abc, int xyz) </para> <para> - <command>git pull</command> requests are preferred. Regular - 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. + <command>git pull</command> requests are preferred. </para> </chapter> @@ -48,7 +48,7 @@ mpd.conf(5), mpc(1) .SH BUGS If you find a bug, please report it at .br -<\fBhttp://bugs.musicpd.org/bug_report_page.php\fP>. +<\fBhttps://github.com/MusicPlayerDaemon/MPD/issues/\fP>. .SH AUTHORS Max Kellermann <max.kellermann@gmail.com> diff --git a/doc/user.xml b/doc/user.xml index 97152394d..9a93123f3 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -1857,7 +1857,7 @@ buffer_size: 16384</programlisting> <para> If you believe you found a bug in <application>MPD</application>, report it on <ulink - url="https://bugs.musicpd.org/my_view_page.php">the bug + url="https://github.com/MusicPlayerDaemon/MPD/issues/">the bug tracker</ulink>. </para> |