Skip to content

Commit 95c7256

Browse files
committed
update link for dlint
1 parent ae73a7b commit 95c7256

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

content/pages/04-web-development/39-code-metrics.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ system are occurring.
4848
* [Black](https://github.com/ambv/black) is a Python code formatter with
4949
strong, uncompromising assumptions about how your code must be formatted.
5050

51-
* [dlint](https://github.com/duo-labs/dlint) is a linter for secure coding
51+
* [dlint](https://github.com/dlint-py) is a linter for secure coding
5252
practices.
5353

5454
* [pylintdb](https://github.com/nedbat/pylintdb) puts pylint results into

theme/templates/code-examples/django.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,9 @@ <h4 class="bp"><a href="/django-forms-examples.html">django.forms</a>
4848
<a href="/django-forms-choicefield-examples.html">ChoiceField</a>,
4949
<a href="/django-forms-datefield-examples.html">DateField</a>,
5050
<a href="/django-forms-datetimefield-examples.html">DateTimeField</a>,
51-
<span class="sn">DecimalField</span>,
52-
<span class="sn">DurationField</span>,
5351
<a href="/django-forms-emailfield-examples.html">EmailField</a>,
54-
<a href="/django-forms-integerfield-examples.html">IntegerField</a>
55-
<a href="/django-forms-typedchoicefield-examples.html">TypedChoiceField</a>,
52+
<a href="/django-forms-integerfield-examples.html">IntegerField</a>,
53+
<a href="/django-forms-typedchoicefield-examples.html">TypedChoiceField</a>
5654
</h4>
5755
<h4 class="bp">django.http
5856
<a href="/django-http-httpresponse-examples.html">HttpResponse</a>,

0 commit comments

Comments
 (0)