From 6a4580c577838f9152852b6b0e4f5b53d489ca17 Mon Sep 17 00:00:00 2001
From: wahaha <sfuwen@sina.com>
Date: Tue, 30 Jun 2020 08:24:46 +0800
Subject: [PATCH] Update README.md

fix demo link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 73184b86a..08f80fe92 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ cd $GOPATH/src
 kratos new kratos-demo
 ```
 
-通过 `kratos new` 会快速生成基于kratos库的脚手架代码,如生成 [kratos-demo](https://github.com/go-kratos/kratos-demo) 
+通过 `kratos new` 会快速生成基于kratos库的脚手架代码,如生成 [kratos-demo](https://github.com/bilibili/kratos-demo) 
 
 ### Build & Run