diff --git a/docs/devdocs/03-开发组网站/撰写内容.md b/docs/devdocs/03-开发组网站/撰写内容.md index acd2348..61fa303 100644 --- a/docs/devdocs/03-开发组网站/撰写内容.md +++ b/docs/devdocs/03-开发组网站/撰写内容.md @@ -63,7 +63,7 @@ Test Note Wiki的主仓库链接位于[这里](https://github.com/ZSCNetSupportDept/website) 登录你的账户,进入主仓库的Github页面,点击右上角的Fork -![Fork仓库](/img/wiki/GH-Fork.png) +![Fork仓库](/img/devdocs/GH-Fork.png) 点击下一步,页面会跳转至属于你的仓库副本,页面链接应该长这样: `https://github.com/Your-User-Name/website` @@ -120,11 +120,11 @@ npm install 打开你Fork之后的仓库,点击上方的`Pull Request` -![Pull request](/img/wiki/GH-PR.png) +![Pull request](/img/devdocs/GH-PR.png) 继续点击`Create pull request`,即可将你的更改提交至主仓库,仓库管理员会核查后将其合并。 -![Create pull request](/img/wiki/GH-PR-1.png) +![Create pull request](/img/devdocs/GH-PR-1.png) ## FF.常见问题 diff --git a/static/img/wiki/GH-Fork.png b/static/img/devdocs/GH-Fork.png similarity index 100% rename from static/img/wiki/GH-Fork.png rename to static/img/devdocs/GH-Fork.png diff --git a/static/img/wiki/GH-PR-1.png b/static/img/devdocs/GH-PR-1.png similarity index 100% rename from static/img/wiki/GH-PR-1.png rename to static/img/devdocs/GH-PR-1.png diff --git a/static/img/wiki/GH-PR.png b/static/img/devdocs/GH-PR.png similarity index 100% rename from static/img/wiki/GH-PR.png rename to static/img/devdocs/GH-PR.png