From 6622632c53e262bfbbac0ec4c5a3afd32fa0d471 Mon Sep 17 00:00:00 2001
From: Adrian Sampson
Date: Thu, 18 Oct 2012 11:02:51 -0700
Subject: [PATCH] fix RTFD links
---
_layouts/main.html | 2 +-
index.md | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/_layouts/main.html b/_layouts/main.html
index 67d12397a..c1e9cbca3 100644
--- a/_layouts/main.html
+++ b/_layouts/main.html
@@ -110,7 +110,7 @@ or pip
by typing pip install beets,
then read the
- Getting
+ Getting
Started guide.
diff --git a/index.md b/index.md
index 90705d75d..aeba47da4 100644
--- a/index.md
+++ b/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
Install beets by typing
pip install beets.
You might then want to read the
-Getting
+Getting
Started guide. Then follow
@b33ts
on Twitter for updates.