Skip to content

Commit 506353c

Browse files
committed
fix a couple of broken links on django projects page
1 parent 4d68441 commit 506353c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/pages/examples/django/django-code-examples.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ for use with Django web apps that is open sourced under the
126126
Example code from django-cms:
127127

128128
* [django.conf.urls url](/django-conf-urls-url-examples.html)
129+
* [django.db OperationalError](/django-db-operationalerror-examples.html)
129130
* [django.db.models Model](/django-db-models-model-examples.html)
130131
* [django.utils timezone](/django-utils-timezone-examples.html)
131132

@@ -285,7 +286,7 @@ is a code library for handling and compressing
285286
[Django](/django.html) web applications.
286287

287288
The django-pipeline project is open sourced under the
288-
[MIT License](https://github.com/jazzband/django-pipeline/blob/master/LICENSE.txt)
289+
[MIT License](https://github.com/jazzband/django-pipeline/blob/master/LICENSE)
289290
and it is maintained by the developer community group
290291
[Jazzband](https://jazzband.co/).
291292

@@ -377,7 +378,7 @@ The project's code is provided as open source under the
377378

378379
### register
379380
[register](https://github.com/ORGAN-IZE/register) is a [Django](/django.html),
380-
[Bootstrap](/bootstrap.html), [PostgreSQL](/postgresql.html) project that is
381+
[Bootstrap](/bootstrap-css.html), [PostgreSQL](/postgresql.html) project that is
381382
open source under the
382383
[GNU General Public License v3.0](https://github.com/ORGAN-IZE/register/blob/master/LICENSE).
383384
This web application makes it easier for people to register as organ donors.

theme/templates/table-of-contents.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ <h4 class="bp"><a href="/django-contrib-admin-filters-simplelistfilter-examples.
242242
<h4 class="bp"><a href="/django-core-mail-send-mail-examples.html">django.core.mail.send_mail</a></h4>
243243
<h4 class="bp"><a href="/django-core-mail-messages-emailmessage-examples.html">django.core.mail.messages EmailMessage</a></h4>
244244
<h4 class="bp"><a href="/django-core-management-base-basecommand-examples.html">django.core.management.base BaseCommand</a></h4>
245+
<h4 class="bp"><a href="/django-db-operationalerror-examples.html">django.db OperationalError</a></h4>
245246
<h4 class="bp"><a href="/django-db-models-booleanfield-examples.html">django.db.models BooleanField</a></h4>
246247
<h4 class="bp"><a href="/django-db-models-charfield-examples.html">django.db.models CharField</a></h4>
247248
<h4 class="bp"><a href="/django-db-models-datetimefield-examples.html">django.db.models DateTimeField</a></h4>

0 commit comments

Comments
 (0)