Skip to content

Commit 84fa121

Browse files
authored
Merge pull request #387 from mjanos5/emorozov
Replace dead link with shortened web archive copy
2 parents 2a469f4 + fdb8e78 commit 84fa121

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patterns/creational/factory.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
1313
*Where can the pattern be used practically?
1414
The Factory Method can be seen in the popular web framework Django:
15-
http://django.wikispaces.asu.edu/*NEW*+Django+Design+Patterns For
16-
example, in a contact form of a web page, the subject and the message
15+
https://shorturl.at/ctMPZ
16+
For example, in a contact form of a web page, the subject and the message
1717
fields are created using the same form factory (CharField()), even
1818
though they have different implementations according to their
1919
purposes.

0 commit comments

Comments
 (0)