diff --git a/README.md b/README.md index 5acdfbf..b52920f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ mysql客户端从`pymysql`修改成了`mysqlclient`,具体请参考 [pypi](htt `bin`目录是在`linux`环境中使用`Nginx`+`Gunicorn`+`virtualenv`+`supervisor`来部署的脚本和`Nginx`配置文件.可以参考我的文章: ->[使用Nginx+Gunicorn+virtualenv+supervisor来部署django项目](https://www.lylinux.org/%E4%BD%BF%E7%94%A8nginxgunicornvirtualenvsupervisor%E6%9D%A5%E9%83%A8%E7%BD%B2django%E9%A1%B9%E7%9B%AE.html) +>[DjangoBlog部署教程](https://www.lylinux.net/article/2019/8/5/58.html) 有详细的部署介绍. diff --git a/docs/README-en.md b/docs/README-en.md index 5ad8d41..46000ad 100644 --- a/docs/README-en.md +++ b/docs/README-en.md @@ -46,7 +46,7 @@ Files in `test` directory are for `travis` with automatic testing. You do not ne In `bin` directory, we have scripts to deploy with `Nginx`+`Gunicorn`+`virtualenv`+`supervisor` on `linux` and `Nginx` configuration file. You can reference with my article ->[Using Nginx+Gunicorn+virtualenv+supervisor to deploy django project.](https://www.lylinux.org/%E4%BD%BF%E7%94%A8nginxgunicornvirtualenvsupervisor%E6%9D%A5%E9%83%A8%E7%BD%B2django%E9%A1%B9%E7%9B%AE.html) +>[DjangoBlog部署教程](https://www.lylinux.net/article/2019/8/5/58.html) More deploy detail in this article.