Skip to content

Commit 50f6b3a

Browse files
committed
fix Command_pattern's wiki links to english version
1 parent 70c03dc commit 50f6b3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
* [Chain of responsiblity](behavioral/chain) [:notebook:](https://en.wikipedia.org/wiki/Chain-of-responsibility_pattern)
1010
* [Strategy](behavioral/strategy) [:notebook:](https://en.wikipedia.org/wiki/Strategy_pattern)
11-
* [Command](behavioral/command) [:notebook:](https://it.wikipedia.org/wiki/Command_pattern)
11+
* [Command](behavioral/command) [:notebook:](https://en.wikipedia.org/wiki/Command_pattern)
1212

1313
## [Creational](creational)
1414

behavioral/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ We are going to deal with behaviors instead of define structures or encapsulate
66

77
* [Strategy](strategy) [:notebook:](https://en.wikipedia.org/wiki/Strategy_pattern)
88
* [Chain of Responsibility](chain) [:notebook:](https://en.wikipedia.org/wiki/Chain-of-responsibility_pattern)
9-
* [Command](command) [:notebook:](https://it.wikipedia.org/wiki/Command_pattern)
9+
* [Command](command) [:notebook:](https://en.wikipedia.org/wiki/Command_pattern)

0 commit comments

Comments
 (0)