From 26543448434350ed9ba003cd978e551eb628a172 Mon Sep 17 00:00:00 2001
From: Mingxue-Xu <92848346+Mingxue-Xu@users.noreply.github.com>
Date: Fri, 5 Nov 2021 19:07:15 +0800
Subject: [PATCH] correct hyperlinks
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index f349d5e9..b2a87ff4 100644
--- a/README.md
+++ b/README.md
@@ -42,14 +42,14 @@ from https://github.com/18F/open-source-guide/blob/18f-pages/pages/making-readme
    
       | -  +
  
 | I knocked at the door on the ancient side of the building. | 
     
       | -  +
  
 | 我认为跑步最重要的就是给我带来了身体健康。 | 
@@ -113,7 +113,7 @@ The base environment in this page is
 - python>=3.7
 - paddlepaddle==2.1.2
 
-If you want to set up PaddleSpeech in other environment, please see the [installation](./docs/installation.md) documents for all the alternatives.
+If you want to set up PaddleSpeech in other environment, please see the [installation](./docs/source/install.md) documents for all the alternatives.
 
 # Quick Start
 
@@ -165,7 +165,7 @@ If you want to try more functions like training and tuning, please see [Speech-T
 
 # Models List
 
-PaddleSpeech supports a series of most popular models, summarized in released models [Speech-To-Text](./docs/source/asr/released_model.md)/[Text-To-Speech](./docs/source/tts/released_models.md) with available pretrained models.
+PaddleSpeech supports a series of most popular models, summarized in [released models](./docs/source/released_models.md) with available pretrained models.
 
 Speech-To-Text module contains *Acoustic Model* and *Language Model*, with the following details:
 
-- 
GitLab