Browse Source

Merge pull request #289 from unseenme/fix_url-case-mismatch-in-chapter16-readme

Fix url case mismatch in chapter16 readme
jjyaoao 5 months ago
parent
commit
a1d5e95869

+ 11 - 11
docs/chapter16/Chapter16-Graduation-Project.md

@@ -139,12 +139,12 @@ jupyter lab
 
 **Step 1: Fork the Repository**
 
-1. Visit the Hello-Agents repository: https://github.com/datawhalechina/Hello-Agents
+1. Visit the Hello-Agents repository: https://github.com/datawhalechina/hello-agents
 2. Click the "Fork" button in the upper right corner, as shown in the red box in Figure 16.1
 3. Select your GitHub account and create the Fork
 
 <div align="center">
-  <img src="https://raw.githubusercontent.com/datawhalechina/Hello-Agents/main/docs/images/16-figures/16-1.png" alt="" width="85%"/>
+  <img src="https://raw.githubusercontent.com/datawhalechina/hello-agents/main/docs/images/16-figures/16-1.png" alt="" width="85%"/>
   <p>Figure 16.1 Fork Repository Steps</p>
 </div>
 
@@ -152,20 +152,20 @@ jupyter lab
 
 ```bash
 # As shown in Figure 16.2, clone your forked repository
-git clone git@github.com:your-username/Hello-Agents.git
+git clone git@github.com:your-username/hello-agents.git
 
 # Enter project directory
 cd Hello-Agents
 
 # Add upstream repository (for syncing updates)
-git remote add upstream https://github.com/datawhalechina/Hello-Agents.git
+git remote add upstream https://github.com/datawhalechina/hello-agents.git
 
 # View remote repositories
 git remote -v
 ```
 
 <div align="center">
-  <img src="https://raw.githubusercontent.com/datawhalechina/Hello-Agents/main/docs/images/16-figures/16-2.png" alt="" width="85%"/>
+  <img src="https://raw.githubusercontent.com/datawhalechina/hello-agents/main/docs/images/16-figures/16-2.png" alt="" width="85%"/>
   <p>Figure 16.2 Clone Repository to Local</p>
 </div>
 
@@ -619,20 +619,20 @@ git push origin feature/your-project-name
 
 **Step 1: Visit GitHub**
 
-1. Visit your forked repository: `https://github.com/your-username/Hello-Agents`
+1. Visit your forked repository: `https://github.com/your-username/hello-agents`
 2. Click the "Pull requests" tab, as shown in Figure 16.3
 3. Click the "New pull request" button
 
 <div align="center">
-  <img src="https://raw.githubusercontent.com/datawhalechina/Hello-Agents/main/docs/images/16-figures/16-3.png" alt="" width="85%"/>
+  <img src="https://raw.githubusercontent.com/datawhalechina/hello-agents/main/docs/images/16-figures/16-3.png" alt="" width="85%"/>
   <p>Figure 16.3 Creating Pull Request</p>
 </div>
 
 **Step 2: Select Branches**
 
-- Base repository: `datawhalechina/Hello-Agents`
+- Base repository: `datawhalechina/hello-agents`
 - Base branch: `main`
-- Head repository: `your-username/Hello-Agents`
+- Head repository: `your-username/hello-agents`
 - Compare branch: `feature/your-project-name`
 
 **Step 3: Fill in PR Information**
@@ -697,7 +697,7 @@ Brief description of your project (2-3 sentences)
 As shown in Figure 16.4, click the "Create pull request" button to submit.
 
 <div align="center">
-  <img src="https://raw.githubusercontent.com/datawhalechina/Hello-Agents/main/docs/images/16-figures/16-4.png" alt="" width="85%"/>
+  <img src="https://raw.githubusercontent.com/datawhalechina/hello-agents/main/docs/images/16-figures/16-4.png" alt="" width="85%"/>
   <p>Figure 16.4 Submit Pull Request</p>
 </div>
 
@@ -975,7 +975,7 @@ jupyter lab
 ## 👤 Author
 
 - GitHub: [@jjyaoao](https://github.com/jjyaoao)
-- Project link: [CodeReviewAgent](https://github.com/datawhalechina/Hello-Agents/tree/main/Co-creation-projects/jjyaoao-CodeReviewAgent)
+- Project link: [CodeReviewAgent](https://github.com/datawhalechina/hello-agents/tree/main/Co-creation-projects/jjyaoao-CodeReviewAgent)
 
 ## 🙏 Acknowledgments
 

+ 11 - 11
docs/chapter16/第十六章 毕业设计.md

@@ -139,12 +139,12 @@ jupyter lab
 
 <strong>步骤 1:Fork 仓库</strong>
 
-1. 访问 Hello-Agents 仓库:https://github.com/datawhalechina/Hello-Agents
+1. 访问 Hello-Agents 仓库:https://github.com/datawhalechina/hello-agents
 2. 点击右上角的"Fork"按钮,如图 16.1 红色方框位置
 3. 选择你的 GitHub 账号,创建 Fork
 
 <div align="center">
-  <img src="https://raw.githubusercontent.com/datawhalechina/Hello-Agents/main/docs/images/16-figures/16-1.png" alt="" width="85%"/>
+  <img src="https://raw.githubusercontent.com/datawhalechina/hello-agents/main/docs/images/16-figures/16-1.png" alt="" width="85%"/>
   <p>图 16.1 Fork 仓库步骤</p>
 </div>
 
@@ -152,20 +152,20 @@ jupyter lab
 
 ```bash
 # 如图16.2所示,克隆你Fork的仓库
-git clone git@github.com:你的用户名/Hello-Agents.git
+git clone git@github.com:你的用户名/hello-agents.git
 
 # 进入项目目录
 cd Hello-Agents
 
 # 添加上游仓库(用于同步更新)
-git remote add upstream https://github.com/datawhalechina/Hello-Agents.git
+git remote add upstream https://github.com/datawhalechina/hello-agents.git
 
 # 查看远程仓库
 git remote -v
 ```
 
 <div align="center">
-  <img src="https://raw.githubusercontent.com/datawhalechina/Hello-Agents/main/docs/images/16-figures/16-2.png" alt="" width="85%"/>
+  <img src="https://raw.githubusercontent.com/datawhalechina/hello-agents/main/docs/images/16-figures/16-2.png" alt="" width="85%"/>
   <p>图 16.2 克隆仓库到本地</p>
 </div>
 
@@ -620,21 +620,21 @@ git push origin feature/你的项目名称
 
 <strong>步骤 1:访问 GitHub</strong>
 
-1. 访问你 Fork 的仓库:`https://github.com/你的用户名/Hello-Agents`
+1. 访问你 Fork 的仓库:`https://github.com/你的用户名/hello-agents`
 2. 点击"Pull requests"标签,如图 16.3 所示
 3. 点击"New pull request"按钮
 
 <div align="center">
-  <img src="https://raw.githubusercontent.com/datawhalechina/Hello-Agents/main/docs/images/16-figures/16-3.png" alt="" width="85%"/>
+  <img src="https://raw.githubusercontent.com/datawhalechina/hello-agents/main/docs/images/16-figures/16-3.png" alt="" width="85%"/>
   <p>图 16.3 创建 Pull Request</p>
 </div>
 
 
 <strong>步骤 2:选择分支</strong>
 
-- Base repository: `datawhalechina/Hello-Agents`
+- Base repository: `datawhalechina/hello-agents`
 - Base branch: `main`
-- Head repository: `你的用户名/Hello-Agents`
+- Head repository: `你的用户名/hello-agents`
 - Compare branch: `feature/你的项目名称`
 
 <strong>步骤 3:填写 PR 信息</strong>
@@ -699,7 +699,7 @@ git push origin feature/你的项目名称
 如图 16.4 所示,点击"Create pull request"按钮提交。
 
 <div align="center">
-  <img src="https://raw.githubusercontent.com/datawhalechina/Hello-Agents/main/docs/images/16-figures/16-4.png" alt="" width="85%"/>
+  <img src="https://raw.githubusercontent.com/datawhalechina/hello-agents/main/docs/images/16-figures/16-4.png" alt="" width="85%"/>
   <p>图 16.4 提交 Pull Request</p>
 </div>
 
@@ -979,7 +979,7 @@ jupyter lab
 ## 👤 作者
 
 - GitHub: [@jjyaoao](https://github.com/jjyaoao)
-- 项目链接:[CodeReviewAgent](https://github.com/datawhalechina/Hello-Agents/tree/main/Co-creation-projects/jjyaoao-CodeReviewAgent)
+- 项目链接:[CodeReviewAgent](https://github.com/datawhalechina/hello-agents/tree/main/Co-creation-projects/jjyaoao-CodeReviewAgent)
 
 ## 🙏 致谢