Skip to content

Commit 27115a8

Browse files
committed
Updated signal links
1 parent b4a65f8 commit 27115a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patterns/behavioral/observer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Maintains a list of dependents and notifies them of any state changes.
66
77
*Examples in Python ecosystem:
8-
Django Signals: https://docs.djangoproject.com/en/2.1/topics/signals/
9-
Flask Signals: http://flask.pocoo.org/docs/1.0/signals/
8+
Django Signals: https://docs.djangoproject.com/en/3.1/topics/signals/
9+
Flask Signals: https://flask.palletsprojects.com/en/1.1.x/signals/
1010
"""
1111
from __future__ import annotations
1212

0 commit comments

Comments
 (0)