Skip to content

Commit 7ee5ce5

Browse files
authored
fix: link url
1 parent 4034954 commit 7ee5ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter02_observer/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ classDiagram
4545

4646
## Use in Python
4747

48-
[Django signals]([url](https://docs.djangoproject.com/en/4.2/topics/signals/)https://docs.djangoproject.com/en/4.2/topics/signals/)
48+
[Django signals](https://docs.djangoproject.com/en/4.2/topics/signals/)
4949
allow other parts of the code to sign up to receive updates, for instance when settings are changed
5050
or model instances are created and / or updated.
5151

0 commit comments

Comments
 (0)