diff --git a/primary/pr/docs/How-to-submit-a-PR/How-to-submit-a-PR.md b/primary/pr/docs/How-to-submit-a-PR/How-to-submit-a-PR.md index ff44314657b2e35f496b64e88a7e136e683c40c1..16aea0712a65c88a33986aa4aed2aba4d7b8b53c 100644 --- a/primary/pr/docs/How-to-submit-a-PR/How-to-submit-a-PR.md +++ b/primary/pr/docs/How-to-submit-a-PR/How-to-submit-a-PR.md @@ -107,7 +107,7 @@ 4. 以自己的Gitee-ID为名建立空文件 ```shell - cd ./primary/pr/ # 我们的修改都在这个目录进行,并且注意不要修改该目录下的其他文件 + cd ./playground/pr/ # 我们的修改都在这个目录进行,并且注意不要修改该目录下的其他文件 cd . > woodrabbit # 以此方法建立以自己Gitee-ID为名的空文件 ```