fix RTFD links

This commit is contained in:
Adrian Sampson 2012-10-18 11:02:51 -07:00
parent ded402d33e
commit 6622632c53
2 changed files with 4 additions and 4 deletions

View file

@ -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>

View file

@ -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&rsquo; 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>