diff --git a/beetsplug/replaygain.py b/beetsplug/replaygain.py index cae55f5b5..fe108aec9 100644 --- a/beetsplug/replaygain.py +++ b/beetsplug/replaygain.py @@ -60,7 +60,7 @@ def call(args): except UnicodeEncodeError: # Due to a bug in Python 2's subprocess on Windows, Unicode # filenames can fail to encode on that platform. See: - # http://code.google.com/p/beets/issues/detail?id=499 + # https://github.com/google-code-export/beets/issues/499 raise ReplayGainError(u"argument encoding failed") diff --git a/docs/changelog.rst b/docs/changelog.rst index 85304ede3..0545467d8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3205,7 +3205,7 @@ BPD). To "upgrade" an old database, you can use the included ``albumify`` plugin your library path format strings like ``$artist - $album ($format)`` to get directories with names like ``Paul Simon - Graceland (FLAC)``. -.. _for the future: http://code.google.com/p/beets/issues/detail?id=69 +.. _for the future: https://github.com/google-code-export/beets/issues/69 .. _the beetsplug directory: https://github.com/beetbox/beets/tree/master/beetsplug @@ -3214,7 +3214,7 @@ exposes your music in a FUSE filesystem using a custom directory structure. Even cooler: it lets you keep your files intact on-disk while correcting their tags when accessed through FUSE. Check it out! -.. _beetfs: http://code.google.com/p/beetfs/ +.. _beetfs: https://github.com/jbaiter/beetfs 1.0b2 (July 7, 2010) -------------------- diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index f5895ab21..e0f9521e2 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -237,7 +237,7 @@ Here are a few of the plugins written by the beets community: .. _copyartifacts: https://github.com/sbarakat/beets-copyartifacts .. _dsedivec: https://github.com/dsedivec/beets-plugins .. _beets-artistcountry: https://github.com/agrausem/beets-artistcountry -.. _beetFs: https://code.google.com/p/beetfs/ +.. _beetFs: https://github.com/jbaiter/beetfs .. _Beet-MusicBrainz-Collection: https://github.com/jeffayle/Beet-MusicBrainz-Collection/ .. _A cmus plugin: