From cb31dbbc16db76acd965f9bfbdccbe76f577125a Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Wed, 14 Apr 2021 19:39:54 +0800 Subject: [PATCH] Fix the broken link in README --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bd5a528..66e4afe5 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Ta-da! You are running an app with its dependencies installed in an isolated pla For Windows users, please refer to [the doc](https://pdm.fming.dev/#enable-pep-582-globally) about how to make it work. -If you are curious about how this works, check [this doc section](https://pdm.fming.dev/project/#how-we-make-pep-582-packages-available-to-the-python-interpreter) for some explanation. +If you are curious about how this works, check [this doc section](https://pdm.fming.dev/usage/project/#how-we-make-pep-582-packages-available-to-the-python-interpreter) for some explanation. ## Docker image diff --git a/README_zh.md b/README_zh.md index ff8b535e..da0fad12 100644 --- a/README_zh.md +++ b/README_zh.md @@ -127,7 +127,7 @@ $ python /home/frostming/workspace/flask_app/app.py 如果你是 Windows 用户,请参考[文档](https://pdm.fming.dev/#enable-pep-582-globally)获取设置的方法。 -如果你好奇这是如何实现的,可以查看[文档](https://pdm.fming.dev/project/#how-we-make-pep-582-packages-available-to-the-python-interpreter),有一个简短的解释。 +如果你好奇这是如何实现的,可以查看[文档](https://pdm.fming.dev/usage/project/#how-we-make-pep-582-packages-available-to-the-python-interpreter),有一个简短的解释。 ## 常见问题 -- GitLab