Fix Ogg Vorbis link from mkogg.
authorW. Trevor King <wking@drexel.edu>
Wed, 17 Nov 2010 14:43:12 +0000 (09:43 -0500)
committerW. Trevor King <wking@drexel.edu>
Wed, 17 Nov 2010 14:43:15 +0000 (09:43 -0500)
The Markdown parser I'm using seems confused by the linebreak.

posts/mkogg.mdwn

index 7f61beb0a6e55f729ffbc3685f6e7ea959568d8e..b57bb12ede5770a6425b27d031119c38bcea9426 100644 (file)
@@ -3,18 +3,18 @@
 I keep my music organized by Genre→Artist→Album→Song and try to keep
 as much as possible in [FLAC][] format.  When it comes time to wedge
 this music onto a smaller device, I want to recode the music in [Ogg
-Vorbis][].  [SoX][] is a useful tool for converting between all sorts
-of audio formats, but I wanted the ability to excercise a bit more
-control over maintaning metadata (e.g. via [metaflac][], [id3v2][],
-etc.).  To this end, I've put together a little [[Python]] script,
-[[mkogg.py]], which mirrors a source directory of mixed-format music
-as Ogg-encoded files (or other formats via `--target-extension`) in a
-target directory.
+Vorbis][ogg].  [SoX][] is a useful tool for converting between all
+sorts of audio formats, but I wanted the ability to excercise a bit
+more control over maintaning metadata (e.g. via [metaflac][],
+[id3v2][], etc.).  To this end, I've put together a little [[Python]]
+script, [[mkogg.py]], which mirrors a source directory of mixed-format
+music as Ogg-encoded files (or other formats via `--target-extension`)
+in a target directory.
 
 You can use the [[cdrtools]] to burn CD with your recoded music.
 
 [FLAC]: http://flac.sourceforge.net/
-[Ogg Vorbis]: http://www.vorbis.com/
+[ogg]: http://www.vorbis.com/
 [SoX]: http://sox.sourceforge.net/
 [metaflac]: http://flac.sourceforge.net/documentation_tools_metaflac.html
 [id3v2]: http://id3v2.sourceforge.net/