From 094d05f6b8c54007b24a87fc8d1d6d6cd9444d78 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Fri, 10 Dec 2021 16:23:04 +0800 Subject: [PATCH] Update quick_start.md --- docs/source/tts/quick_start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tts/quick_start.md b/docs/source/tts/quick_start.md index 64c13bdf..a50f0a8b 100644 --- a/docs/source/tts/quick_start.md +++ b/docs/source/tts/quick_start.md @@ -19,7 +19,7 @@ The models in PaddleSpeech TTS have the following mapping relationship: ## Quick Start -Let's take a FastSpeech2 + Parallel WaveGAN with CSMSC dataset for instance. [./examples/csmsc/](https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/examples/csmsc) +Let's take a FastSpeech2 + Parallel WaveGAN with CSMSC dataset for instance. [examples/csmsc](https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/examples/csmsc) ### Train Parallel WaveGAN with CSMSC - Go to directory