From d66580e616dbe3dd53ac516cdcf98e0d09408f8e Mon Sep 17 00:00:00 2001 From: kirayummy Date: Thu, 28 Nov 2019 10:55:02 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E2=80=9Cquick=20start=E2=80=9D=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.zh.md b/README.zh.md index d5953b1..f0b9403 100644 --- a/README.zh.md +++ b/README.zh.md @@ -1,6 +1,6 @@ The logo of Paddle Graph Learning (PGL) -[文档](https://pgl.readthedocs.io/en/latest/) | [快速开始](https://pgl.readthedocs.io/en/latest/instruction.html) | [English](./README.md) +[文档](https://pgl.readthedocs.io/en/latest/) | [快速开始](https://pgl.readthedocs.io/en/latest/quick_start/instruction.html) | [English](./README.md) Paddle Graph Learning (PGL)是一个基于[PaddlePaddle](https://github.com/PaddlePaddle/Paddle)的高效易用的图学习框架 -- GitLab