summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-05-15 23:01:49 +0200
committerMax Kellermann <max@musicpd.org>2017-05-15 23:01:49 +0200
commit4faef28cc56c3ed72a22dbd1cb317cf756217400 (patch)
treef2a3e8168ce9efada0fd0afe9971f90f0dee12b4 /doc
parent89b900432e0bfb324356f6ae62a09241eb75d251 (diff)
parentb4c9d9c2a72fbf2c6c9090c73fe37fcc94dce1ca (diff)
Merge tag 'v0.20.7'
release v0.20.7
Diffstat (limited to 'doc')
-rw-r--r--doc/developer.xml18
-rw-r--r--doc/mpd.12
-rw-r--r--doc/user.xml2
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>
diff --git a/doc/mpd.1 b/doc/mpd.1
index 5bc613fd4..5d2634570 100644
--- a/doc/mpd.1
+++ b/doc/mpd.1
@@ -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>