From b57f03a9528a0d7aaa9916c4b34668d5bc39fc1d Mon Sep 17 00:00:00 2001 From: Vinta Date: Sat, 9 Jan 2016 22:47:07 +0800 Subject: [PATCH] fix links again --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b671a04..d4debbc1 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Libraries for generating project documentation.* -* [Sphinx](http://sphinx-doc.org/) - Python Documentation generator. +* [Sphinx](http://www.sphinx-doc.org/en/latest/) - Python Documentation generator. * [awesome-sphinxdoc](https://github.com/yoloseem/awesome-sphinxdoc) * [MkDocs](http://www.mkdocs.org/) - Markdown friendly documentation generator. * [pdoc](https://github.com/BurntSushi/pdoc) - Epydoc replacement to auto generate API documentation for Python libraries. @@ -335,8 +335,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Libraries for manipulating audio.* * [audiolazy](https://github.com/danilobellini/audiolazy) - Expressive Digital Signal Processing (DSP) package for Python. -* [audioread](https://github.com/sampsyo/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding. -* [beets](http://beets.radbox.org/) - A music library manager and [MusicBrainz](https://musicbrainz.org/) tagger. +* [audioread](https://github.com/beetbox/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding. +* [beets](http://beets.io/) - A music library manager and [MusicBrainz](https://musicbrainz.org/) tagger. * [dejavu](https://github.com/worldveil/dejavu) - Audio fingerprinting and recognition. * [django-elastic-transcoder](https://github.com/StreetVoice/django-elastic-transcoder) - Django + [Amazon Elastic Transcoder](http://aws.amazon.com/elastictranscoder/). * [eyeD3](http://eyed3.nicfit.net/) - A tool for working with audio files, specifically MP3 files containing ID3 metadata. @@ -980,7 +980,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [scikit-learn](http://scikit-learn.org/) - A Python module for machine learning built on top of SciPy. * [pydeep](https://github.com/andersbll/deeppy)-Deep learning in python * [vowpal_porpoise](https://github.com/josephreisinger/vowpal_porpoise) - A lightweight Python wrapper for [Vowpal Wabbit](https://github.com/JohnLangford/vowpal_wabbit/). -* [skflow](https://github.com/google/skflow) - A simplified interface for [TensorFlow](https://github.com/tensorflow/tensorflow) mimicking scikit-learn +* [skflow](https://github.com/tensorflow/skflow) - A simplified interface for [TensorFlow](https://github.com/tensorflow/tensorflow) (mimicking scikit-learn). ## MapReduce