From c3f8b810bb02a33993055af2aaad97c78614dbba Mon Sep 17 00:00:00 2001 From: bolshoytoster <91278344+bolshoytoster@users.noreply.github.com> Date: Sat, 9 Apr 2022 16:24:30 +0100 Subject: [PATCH] Fixes broken link in audio_comp_sci/README.md --- audio_comp_sci/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio_comp_sci/README.md b/audio_comp_sci/README.md index dccc56f..fe2e807 100644 --- a/audio_comp_sci/README.md +++ b/audio_comp_sci/README.md @@ -5,7 +5,7 @@ * :scroll: [An Industrial-Strength Audio Search Algorithm](shazam-audio-search-algorithm.pdf) by Avery Li-Chun Wang * [WaveNet: A Generative Model for Raw Audio](https://arxiv.org/pdf/1609.03499.pdf) by a team @ Google DeepMind, 2016 - * [Announcement and interactive examples](https://deepmind.com/blog/wavenet-generative-model-raw-audio/) + * [Announcement and interactive examples](https://www.deepmind.com/blog/wavenet-a-generative-model-for-raw-audio) * [[Python] Implementation with the Keras Neural Networks library](https://github.com/basveeling/wavenet) * [[Python] Implementation with the TensorFlow Machine Intelligence library](https://github.com/ibab/tensorflow-wavenet)