Skip to content

Commit fdb8e78

Browse files
committed
Use URL shortener to fix archive link
1 parent 2940bc2 commit fdb8e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/creational/factory.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
*Where can the pattern be used practically?
1414
The Factory Method can be seen in the popular web framework Django:
15-
http://web.archive.org/web/http://django.wikispaces.asu.edu/*NEW*+Django+Design+Patterns
15+
https://shorturl.at/ctMPZ
1616
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

0 commit comments

Comments
 (0)