diff --git a/index.html b/index.html index e35f887..35d07e5 100644 --- a/index.html +++ b/index.html @@ -67,7 +67,7 @@ layout: reference

- $ wget http://sample.com/project.2010-06-01.zip
+ $ wget http://example.com/project.2010-06-01.zip
  $ unzip project.2010-06-01.zip
  $ cp -R project.2010-06-01 project-my-copy
  $ cd project-my-copy
diff --git a/zh/index.html b/zh/index.html
index 693c844..4a74633 100644
--- a/zh/index.html
+++ b/zh/index.html
@@ -10,7 +10,7 @@ layout: zh_reference
     

每个章节都有到下一个章节的链接,所以本手册也可以当作一个入门指导。 - 每个页面还有一个深度 Git 文档阅读的链接,比如官方的使用手册页面或者 《Pro Git》 + 每个页面还有一个深度 Git 文档阅读的链接,比如官方的使用手册页面或者 《Pro Git》 书中的相关章节,以便于你学习了解更多的 Git 命令。首先,我们要从如何以 Git 的思维方式管理源代码开始。

@@ -47,7 +47,7 @@ layout: zh_reference

- $ wget http://sample.com/project.2010-06-01.zip
+ $ wget http://example.com/project.2010-06-01.zip
  $ unzip project.2010-06-01.zip
  $ cp -R project.2010-06-01 project-my-copy
  $ cd project-my-copy