mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 19:12:40 +01:00
fix RTFD links
This commit is contained in:
parent
ded402d33e
commit
6622632c53
2 changed files with 4 additions and 4 deletions
|
|
@ -110,7 +110,7 @@ or <a href="http://news.ycombinator.com/submitlink?u={{ site.url | cgi_escape }}
|
|||
href="http://www.pip-installer.org/">pip</a>
|
||||
by typing <code>pip install beets</code>,
|
||||
then read the
|
||||
<a href="http://readthedocs.org/docs/beets/-/guides/main.html">Getting
|
||||
<a href="http://beets.readthedocs.org/en/latest/guides/main.html">Getting
|
||||
Started</a> guide.
|
||||
</p>
|
||||
</section>
|
||||
|
|
|
|||
6
index.md
6
index.md
|
|
@ -14,7 +14,7 @@ your music.
|
|||
Because beets is designed as a library, it can do almost anything you can
|
||||
imagine for your music collection. Via [plugins][], beets becomes a panacea:
|
||||
|
||||
[plugins]: http://readthedocs.org/docs/beets/-/plugins/
|
||||
[plugins]: http://beets.readthedocs.org/en/latest/plugins/
|
||||
|
||||
* Embed and extract album art from files’ tags.
|
||||
* Listen to your library with a music player that speaks the [MPD][]
|
||||
|
|
@ -35,12 +35,12 @@ imagine for your music collection. Via [plugins][], beets becomes a panacea:
|
|||
If beets doesn't do what you want yet, [writing your own plugin][writing] is
|
||||
shockingly simple if you know a little Python.
|
||||
|
||||
[writing]: http://readthedocs.org/docs/beets/-/plugins/#writing-plugins
|
||||
[writing]: http://beets.readthedocs.org/en/latest/plugins/writing.html
|
||||
|
||||
<p class="teaser">Install beets by typing
|
||||
<code><a href="http://pip.openplans.org/">pip</a> install beets</code>.
|
||||
You might then want to read the
|
||||
<a href="http://readthedocs.org/docs/beets/-/guides/main.html">Getting
|
||||
<a href="http://beets.readthedocs.org/en/latest/guides/main.html">Getting
|
||||
Started</a> guide. Then follow
|
||||
<a href="http://twitter.com/b33ts">@b33ts</a>
|
||||
on Twitter for updates.</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue