Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
phamtai97 committed Aug 26, 2019
1 parent 96640c3 commit de7d0ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
* [4.7 Bố cục thông thường của các dự án web lớn](ch4-web/ch4-07-layout-of-web-project.md)
* [4.8 Interface và Table Driven Development](ch4-web/ch4-08-interface-and-web.md)
* [4.9 Lời nói thêm](ch4-web/ch4-09-ext.md)
* [Chương 5: Hệ thống phân tán](ch5-cloud/README.md)
* [5.1 Distributed id generator](ch5-cloud/ch5-01-dist-id.md)
* [5.2 Distributed lock](ch5-cloud/ch5-02-lock.md)
* [5.3 Hệ thống tác vụ có trì hoãn](ch5-cloud/ch5-03-delay-job.md)
* [5.4 Công cụ tìm kiếm phân tán](ch5-cloud/Ch5-04-search-engine.md)
* [5.5 Cân bằng tải](ch5-cloud/ch5-05-load-balance.md)
* [5.6 Quản lý cấu hình trong hệ thống phân tán](ch5-cloud/ch5-06-config.md)
* [5.7 Trình thu thập thông tin phân tán](ch5-cloud/ch5-07-crawler.md)
* [5.8 Lời nói thêm](ch5-cloud/ch5-08-ext.md)
* [Chương 5: Hệ thống phân tán](ch5-distributed-system/README.md)
* [5.1 Distributed id generator](ch5-distributed-system/ch5-01-dist-id.md)
* [5.2 Distributed lock](ch5-distributed-system/ch5-02-lock.md)
* [5.3 Hệ thống tác vụ có trì hoãn](ch5-distributed-system/ch5-03-delay-job.md)
* [5.4 Công cụ tìm kiếm phân tán](ch5-distributed-system/Ch5-04-search-engine.md)
* [5.5 Cân bằng tải](ch5-distributed-system/ch5-05-load-balance.md)
* [5.6 Quản lý cấu hình trong hệ thống phân tán](ch5-distributed-system/ch5-06-config.md)
* [5.7 Trình thu thập thông tin phân tán](ch5-distributed-system/ch5-07-crawler.md)
* [5.8 Lời nói thêm](ch5-distributed-system/ch5-08-ext.md)
* [Chương 6: Go Best Practices](ch6-best-practice/README.md)
2 changes: 1 addition & 1 deletion ch4-web/ch4-09-ext.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Bởi vì web là một lĩnh vực khá rộng, trong chương này chúng tôi
- [Building Web Apps with Go - codegansta](https://legacy.gitbook.com/book/codegangsta/building-web-apps-with-go/details)
- [Build web application with Golang - astaxie](https://astaxie.gitbooks.io/build-web-application-with-golang)

[Tiếp theo](../ch5-cloud/ch5-01-dist-id.md)
[Tiếp theo](../ch5-distributed-system/ch5-01-dist-id.md)

0 comments on commit de7d0ec

Please sign in to comment.