Skip to content

Commit 59d4d6b

Browse files
martinsvobodaTimBest
authored andcommitted
Fix broken links in readme
1 parent d7f0a34 commit 59d4d6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $ pip install django-multi-form-view
1212

1313
## Usage
1414

15-
### MultiFormView ([Example](demo/base/views.py))
15+
### MultiFormView ([Example](demo/base/views/contact.py))
1616
**class multi_form_view.MultiFormView**
1717
A single view that can display multiple Django forms. Handles displaying, redisplaying on error, and
1818
redirects on form success in.
@@ -43,7 +43,7 @@ redirects on form success in.
4343
* `post()`
4444
Uses `are_forms_valid()` to call either `forms_valid()` or `forms_invalid()`.
4545

46-
### MultiModelFormView ([Example](demo/base/views.py))
46+
### MultiModelFormView ([Example](demo/base/views/profile.py))
4747
**class multi_form_view.MultiModelFormView**
4848
A single view that can display multiple Django ModelForms. Handles displaying, redisplaying on
4949
error, and redirects on form success in.

0 commit comments

Comments
 (0)