From ab862664e0047884467888dc127ef70ebc691285 Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Fri, 9 Apr 2021 17:46:06 +0800 Subject: [PATCH] Update DESIGN.md update CREATEING.md --- doc/deprecated/DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/deprecated/DESIGN.md b/doc/deprecated/DESIGN.md index 667a39a1..d14bb056 100644 --- a/doc/deprecated/DESIGN.md +++ b/doc/deprecated/DESIGN.md @@ -104,7 +104,7 @@ With reference to the abstract idea of model calculation of the TensorFlow frame ![Infer Service](../predict-service.png) -Regarding the dependencies between OPs, and the establishment of workflows through OPs, you can refer to [从零开始写一个预测服务](./deprecated/CREATING.md) (simplified Chinese Version) +Regarding the dependencies between OPs, and the establishment of workflows through OPs, you can refer to [从零开始写一个预测服务](CREATING.md) (simplified Chinese Version) Server instance perspective -- GitLab