Skip to content

Commit

Permalink
修正超連結 URL 上的錯誤位址。
Browse files Browse the repository at this point in the history
  • Loading branch information
Kantai235 committed Sep 23, 2020
1 parent aa54fcc commit 3af3b49
Show file tree
Hide file tree
Showing 31 changed files with 63 additions and 62 deletions.
4 changes: 2 additions & 2 deletions DesignPatterns/Behavioral/ChainOfResponsibilities/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ OK (54 tests, 120 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 責任鏈模式](https://kantai235.github.io/ChainOfResponsibilities)
- [責任鏈模式 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Behavioral/ChainOfResponsibilities)
- [責任鏈模式 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Behavioral/ChainOfResponsibilitiesTest.php)
- [責任鏈模式 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Behavioral/ChainOfResponsibilities)
- [責任鏈模式 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Behavioral/ChainOfResponsibilitiesTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Behavioral/CommandPattern/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ OK (55 tests, 122 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 命令模式](https://kantai235.github.io/CommandPattern)
- [命令模式 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Behavioral/CommandPattern)
- [命令模式 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Behavioral/CommandPatternTest.php)
- [命令模式 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Behavioral/CommandPattern)
- [命令模式 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Behavioral/CommandPatternTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Behavioral/IteratorPattern/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ OK (59 tests, 126 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 疊代器模式](https://kantai235.github.io/IteratorPattern)
- [疊代器模式 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Behavioral/IteratorPattern)
- [疊代器模式 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Behavioral/IteratorPatternTest.php)
- [疊代器模式 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Behavioral/IteratorPattern)
- [疊代器模式 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Behavioral/IteratorPatternTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Behavioral/MediatorPattern/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@ OK (62 tests, 129 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 中介者模式](https://kantai235.github.io/MediatorPattern)
- [中介者模式 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Behavioral/MediatorPattern)
- [中介者模式 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Behavioral/MediatorPatternTest.php)
- [中介者模式 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Behavioral/MediatorPattern)
- [中介者模式 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Behavioral/MediatorPatternTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Behavioral/MementoPattern/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ OK (63 tests, 132 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 備忘錄模式](https://kantai235.github.io/MementoPattern)
- [備忘錄模式 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Behavioral/MementoPattern)
- [備忘錄模式 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Behavioral/MementoPatternTest.php)
- [備忘錄模式 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Behavioral/MementoPattern)
- [備忘錄模式 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Behavioral/MementoPatternTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Behavioral/NullObjectPattern/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ OK (67 tests, 136 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 空物件模式](https://kantai235.github.io/NullObjectPattern)
- [空物件模式 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Behavioral/NullObjectPattern)
- [空物件模式 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Behavioral/NullObjectPatternTest.php)
- [空物件模式 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Behavioral/NullObjectPattern)
- [空物件模式 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Behavioral/NullObjectPatternTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
5 changes: 3 additions & 2 deletions DesignPatterns/Behavioral/ObserverPattern/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
![Banner](https://raw.githubusercontent.com/Kantai235/php-design-pattern/master/DesignPatterns/Behavioral/ObserverPattern/Banner.png)

# 觀察者模式 Observer Pattern
觀察者模式,

## UML
![UML](https://raw.githubusercontent.com/Kantai235/php-design-pattern/master/DesignPatterns/Behavioral/ObserverPattern/UML.png)
Expand Down Expand Up @@ -48,8 +49,8 @@ OK (51 tests, 116 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 觀察者模式](https://kantai235.github.io/ObserverPattern)
- [觀察者模式 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Behavioral/ObserverPattern)
- [觀察者模式 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Behavioral/ObserverPatternTest.php)
- [觀察者模式 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Behavioral/ObserverPattern)
- [觀察者模式 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Behavioral/ObserverPatternTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Behavioral/SpecificationPattern/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ OK (51 tests, 116 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 規格模式](https://kantai235.github.io/SpecificationPattern)
- [規格模式 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Behavioral/SpecificationPattern)
- [規格模式 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Behavioral/SpecificationPatternTest.php)
- [規格模式 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Behavioral/SpecificationPattern)
- [規格模式 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Behavioral/SpecificationPatternTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Behavioral/StatePattern/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ OK (51 tests, 116 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 狀態模式](https://kantai235.github.io/StatePattern)
- [狀態模式 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Behavioral/StatePattern)
- [狀態模式 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Behavioral/StatePatternTest.php)
- [狀態模式 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Behavioral/StatePattern)
- [狀態模式 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Behavioral/StatePatternTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Behavioral/StrategyPattern/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ OK (51 tests, 116 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 策略模式](https://kantai235.github.io/StrategyPattern)
- [策略模式 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Behavioral/StrategyPattern)
- [策略模式 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Behavioral/StrategyPatternTest.php)
- [策略模式 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Behavioral/StrategyPattern)
- [策略模式 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Behavioral/StrategyPatternTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Behavioral/TemplateMethod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ OK (51 tests, 116 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 模板方法](https://kantai235.github.io/TemplateMethod)
- [模板方法 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Behavioral/TemplateMethod)
- [模板方法 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Behavioral/TemplateMethodTest.php)
- [模板方法 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Behavioral/TemplateMethod)
- [模板方法 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Behavioral/TemplateMethodTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Behavioral/VisitorPattern/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ OK (51 tests, 116 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 訪問者模式](https://kantai235.github.io/VisitorPattern)
- [訪問者模式 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Behavioral/VisitorPattern)
- [訪問者模式 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Behavioral/VisitorPatternTest.php)
- [訪問者模式 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Behavioral/VisitorPattern)
- [訪問者模式 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Behavioral/VisitorPatternTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Creational/AbstractFactory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ OK (24 tests, 68 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 抽象工廠](https://kantai235.github.io/AbstractFactory)
- [抽象工廠 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Creational/AbstractFactory)
- [抽象工廠 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Creational/AbstractFactoryTest.php)
- [抽象工廠 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Creational/AbstractFactory)
- [抽象工廠 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Creational/AbstractFactoryTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Creational/BuilderPattern/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,8 @@ OK (26 tests, 70 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 建造者模式](https://kantai235.github.io/BuilderPattern)
- [建造者模式 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Creational/BuilderPattern)
- [建造者模式 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Creational/BuilderPatternTest.php)
- [建造者模式 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Creational/BuilderPattern)
- [建造者模式 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Creational/BuilderPatternTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Creational/FactoryMethod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ OK (24 tests, 68 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 工廠方法](https://kantai235.github.io/FactoryMethod)
- [工廠方法 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Creational/FactoryMethod)
- [工廠方法 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Creational/FactoryMethodTest.php)
- [工廠方法 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Creational/FactoryMethod)
- [工廠方法 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Creational/FactoryMethodTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Creational/PoolPattern/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ OK (24 tests, 68 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 物件池模式](https://kantai235.github.io/PoolPattern)
- [物件池模式 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Creational/PoolPattern)
- [物件池模式 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Creational/PoolPatternTest.php)
- [物件池模式 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Creational/PoolPattern)
- [物件池模式 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Creational/PoolPatternTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Creational/PrototypePattern/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ OK (24 tests, 68 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 原型模式](https://kantai235.github.io/PrototypePattern)
- [原型模式 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Creational/PrototypePattern)
- [原型模式 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Creational/PrototypePatternTest.php)
- [原型模式 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Creational/PrototypePattern)
- [原型模式 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Creational/PrototypePatternTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Creational/SimpleFactory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ OK (24 tests, 68 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 簡單工廠](https://kantai235.github.io/SimpleFactory)
- [簡單工廠 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Creational/SimpleFactory)
- [簡單工廠 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Creational/SimpleFactoryTest.php)
- [簡單工廠 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Creational/SimpleFactory)
- [簡單工廠 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Creational/SimpleFactoryTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Creational/SingletonPattern/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ OK (24 tests, 68 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 單例模式](https://kantai235.github.io/SingletonPattern)
- [單例模式 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Creational/SingletonPattern)
- [單例模式 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Creational/SingletonPatternTest.php)
- [單例模式 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Creational/SingletonPattern)
- [單例模式 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Creational/SingletonPatternTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Creational/StaticFactory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ OK (24 tests, 68 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 靜態工廠](https://kantai235.github.io/StaticFactory)
- [靜態工廠 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Creational/StaticFactory)
- [靜態工廠 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Creational/StaticFactoryTest.php)
- [靜態工廠 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Creational/StaticFactory)
- [靜態工廠 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Creational/StaticFactoryTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Structural/AdapterPattern/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,8 @@ OK (28 tests, 72 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 轉接器模式](https://kantai235.github.io/AdapterPattern)
- [轉接器模式 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Structural/AdapterPattern)
- [轉接器模式 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Structural/AdapterPatternTest.php)
- [轉接器模式 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Structural/AdapterPattern)
- [轉接器模式 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Structural/AdapterPatternTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Structural/BridgePattern/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ OK (31 tests, 76 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 橋接模式](https://kantai235.github.io/BridgePattern)
- [橋接模式 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Structural/BridgePattern)
- [橋接模式 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Structural/BridgePatternTest.php)
- [橋接模式 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Structural/BridgePattern)
- [橋接模式 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Structural/BridgePatternTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
4 changes: 2 additions & 2 deletions DesignPatterns/Structural/CompositePattern/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ OK (34 tests, 81 assertions)
## 完整程式碼
[設計模式不難,找回快樂而已,以大頭菜為例。](https://github.com/Kantai235/php-design-pattern)
- [技術部落格文章 - 組合模式](https://kantai235.github.io/CompositePattern)
- [組合模式 原始碼](https://github.com/Kantai235/php-design-pattern/master/DesignPatterns/Structural/CompositePattern)
- [組合模式 測試](https://github.com/Kantai235/php-design-pattern/master/Tests/Structural/CompositePatternTest.php)
- [組合模式 原始碼](https://github.com/Kantai235/php-design-pattern/tree/master/DesignPatterns/Structural/CompositePattern)
- [組合模式 測試](https://github.com/Kantai235/php-design-pattern/tree/master/Tests/Structural/CompositePatternTest.php)

## 參考文獻
- [DesignPatternsPHP](https://github.com/domnikl/DesignPatternsPHP)
Expand Down
Loading

0 comments on commit 3af3b49

Please sign in to comment.