File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ django-widget-tweaks
15
15
:alt: GitHub Actions
16
16
17
17
.. image :: https://codecov.io/gh/jazzband/django-widget-tweaks/branch/master/graph/badge.svg
18
- :target: https://codecov.io/gh/jazzband/django-widget-tweaks
18
+ :target: https://app. codecov.io/gh/jazzband/django-widget-tweaks
19
19
:alt: Coverage
20
20
21
21
Tweak the form field rendering in templates, not in python-level
@@ -144,7 +144,7 @@ Example:
144
144
set_data
145
145
--------
146
146
147
- Sets HTML5 data attribute ( http ://ejohn.org /blog/html-5-data-attributes/ ).
147
+ Sets HTML5 data attribute ( https ://johnresig.com /blog/html-5-data-attributes/ ).
148
148
Useful for unobtrusive javascript. It is just a shortcut for 'attr' filter
149
149
that prepends attribute names with 'data-' string.
150
150
@@ -412,7 +412,7 @@ do not hesitate to contact me, fire an issue or send a pull request.
412
412
Testing
413
413
-------
414
414
415
- Make sure you have `tox <http ://tox.testrun.org / >`_ installed, then type
415
+ Make sure you have `tox <https ://tox.wiki / >`_ installed, then type
416
416
417
417
::
418
418
You can’t perform that action at this time.
0 commit comments