Skip to content

Commit ed4f592

Browse files
committed
Update article badge & link to article
1 parent c217bb4 commit ed4f592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![GitHub last commit](https://img.shields.io/github/last-commit/jvirus/swift-design-patterns?label=Last%20Commit)
44
[![Language](https://img.shields.io/badge/language-Swift-orange.svg)]()
5-
[![Progress Patterns](https://img.shields.io/badge/patters-35/79-green.svg)]()
5+
[![Progress Patterns](https://img.shields.io/badge/patters-36/79-green.svg)]()
66
[![Progress Principles](https://img.shields.io/badge/principles-0/50-red.svg)]()
77
[![NLOC](https://img.shields.io/tokei/lines/github/jvirus/swift-design-patterns)]()
88
[![License](https://img.shields.io/badge/license-MIT-blue.svg)]()
@@ -40,7 +40,7 @@ If you come across any unclear or problematic content, please refrain from formi
4040
4141
#### Gang of Four
4242

43-
- **Chain of Responsibility:** command objects are handled or passed on to other objects by logic-containing processing objects
43+
- [**Chain of Responsibility:**](/Common%20Design%20Patterns/Behavioral/ChainOfResponsibility/ChainOfResponsibility.md) command objects are handled or passed on to other objects by logic-containing processing objects
4444
- [**Command:**](/Common%20Design%20Patterns/Behavioral/Command/Command.md) command objects encapsulate an action and its parameters [[code]](/Common%20Design%20Patterns/Behavioral/Command/Command.playground/Contents.swift)
4545
- [**Interpreter:**](/Common%20Design%20Patterns/Behavioral/Interpreter/Interpreter.md) implement a specialized computer language to rapidly solve a specific set of problems
4646
- [**Iterator:**](/Common%20Design%20Patterns/Behavioral/Iterator/Iterator.md) iterators are used to access the elements of an aggregate object sequentially without exposing its underlying representation [[code]](/Common%20Design%20Patterns/Behavioral/Iterator/Iterator.playground/Contents.swift)

0 commit comments

Comments
 (0)