From d6e04c6636f42b1e26d4aacdbc3a81e7fec2fbdb Mon Sep 17 00:00:00 2001 From: MRXLT Date: Mon, 18 May 2020 21:04:29 +0800 Subject: [PATCH] add link --- doc/UWSGI_DEPLOY.md | 2 ++ doc/UWSGI_DEPLOY_CN.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/UWSGI_DEPLOY.md b/doc/UWSGI_DEPLOY.md index 62527db1..cb3fb506 100644 --- a/doc/UWSGI_DEPLOY.md +++ b/doc/UWSGI_DEPLOY.md @@ -1,5 +1,7 @@ # Deploy HTTP service with uWSGI +([简体中文](./UWSGI_DEPLOY_CN.md)|English) + In fit_a_line example, after starting the HTTP prediction service, you will see the following information: ```shell diff --git a/doc/UWSGI_DEPLOY_CN.md b/doc/UWSGI_DEPLOY_CN.md index e5a69618..5bb87e26 100644 --- a/doc/UWSGI_DEPLOY_CN.md +++ b/doc/UWSGI_DEPLOY_CN.md @@ -1,5 +1,7 @@ # 使用uwsgi启动HTTP预测服务 +(简体中文|[English](./UWSGI_DEPLOY.md)) + 在提供的fit_a_line示例中,启动HTTP预测服务后会看到有以下信息: ```shell -- GitLab