diff --git a/chapter_appendix/how-to-contribute.md b/chapter_appendix/how-to-contribute.md index 838fb6c45720a3294ed97305d848643c16963976..51e7026ccbcc0e50676648bc069042e05efdc6da 100644 --- a/chapter_appendix/how-to-contribute.md +++ b/chapter_appendix/how-to-contribute.md @@ -23,7 +23,7 @@ 第三步,点击图11.21右方的“Clone or download”绿色按钮,并点击红框中的按钮复制位于你用户名下的代码库地址。按[“安装和运行”](../chapter_prerequisite/install.md)介绍的方法进入命令行模式。假设我们希望将代码库保存在本地的“~/repo”路径之下。进入该路径,键入`git clone `并粘贴位于你用户名下的代码库地址。执行命令 ``` -git clone https://github.com/你的Github_ID/gluon-tutorials-zh.git +git clone https://github.com/your_Github_ID/gluon-tutorials-zh.git ``` 这时,本地的“~/repo/gluon-tutorials-zh”路径下将包含本书代码库中的所有文件。 @@ -89,6 +89,6 @@ git push [2] 本书代码库地址。https://github.com/mli/gluon-tutorials-zh -[3] 安装Git。https://git-scm.com/book/zh/v2/起步-安装-Git +[3] 安装Git。https://git-scm.com/book/zh/v2 [4] Github网址。https://github.com/