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 1e0f22af7eaa7a3d49db3300528de906405fce34..4afb76ad56080646df375c7fca3efb16ff6007ad 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 ./playground/pr/ # 我们的修改都在这个目录进行,并且注意不要修改该目录下的其他文件 + cd ./playground/primary.pr/ # 我们的修改都在这个目录进行,并且注意不要修改该目录下的其他文件 cd . > woodrabbit # 以此方法建立以自己Gitee-ID为名的空文件 ``` diff --git a/primary/pr/src/hello.c b/primary/pr/src/hello.c index 9b7e5de59a3b414cb0243470f59bc1eefef4956f..53085e0a056899a123100a09e78390b56bf6782b 100644 --- a/primary/pr/src/hello.c +++ b/primary/pr/src/hello.c @@ -5,7 +5,7 @@ * * Compile and run the program: * gcc hello.c -o hello - * ./hello PATH-TO-PR-PLAYGROUND + * ./hello PATH-TO-PRIMARY.PR-PLAYGROUND * 其名称设置成Gitee-ID的文件默认置于playground的primary.pr目录。相对于当前目录,则为: * ./hello ../../../playground/primary.pr/ */