Skip to content

Commit 69a92c7

Browse files
mikemangeraleksihakli
authored andcommitted
Update misc readme links
1 parent 6d145fb commit 69a92c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ django-widget-tweaks
1515
:alt: GitHub Actions
1616

1717
.. 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
1919
:alt: Coverage
2020

2121
Tweak the form field rendering in templates, not in python-level
@@ -144,7 +144,7 @@ Example:
144144
set_data
145145
--------
146146

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/ ).
148148
Useful for unobtrusive javascript. It is just a shortcut for 'attr' filter
149149
that prepends attribute names with 'data-' string.
150150

@@ -412,7 +412,7 @@ do not hesitate to contact me, fire an issue or send a pull request.
412412
Testing
413413
-------
414414

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
416416

417417
::
418418

0 commit comments

Comments
 (0)