Skip to content

Commit 6cca37b

Browse files
committed
fixing a bunch of broken links
1 parent f2a08dc commit 6cca37b

File tree

5 files changed

+3
-11
lines changed

5 files changed

+3
-11
lines changed

content/pages/01-introduction/02-python-programming-language.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ the very beginner topics.
153153
[comprehensions](http://python-3-patterns-idioms-test.readthedocs.org/en/latest/Comprehensions.html)
154154
including code examples and diagrams to explain how they work.
155155

156-
* [Comprehensions in Python the Jedi way](https://gist.github.com/bearfrieze/a746c6f12d8bada03589)
156+
* [Comprehensions in Python the Jedi way](https://gist.github.com/mjhea0/1c0031bd6fcd9263f844)
157157
shows off comprehensions with a Star Wars theme to walk through the nuts
158158
and bolts. All examples use Python 3.5.
159159

content/pages/02-development-environments/18-source-control.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ control services are:
118118
part of an ongoing deployment guide written by the folks at
119119
[Rainforest](https://www.rainforestqa.com/).
120120

121-
* This lighthearted guide to the
122-
[ten astonishments in version control history](http://www.flourish.org/2011/12/astonishments-ten-in-the-history-of-version-control/)
123-
is a fun way to learn how systems developed over the past several decades.
124-
125121
* [A visual guide to version control](http://betterexplained.com/articles/a-visual-guide-to-version-control/)
126122
is a detailed article with real-life examples for why version control is
127123
necessary in software development.

content/pages/03-data/12-mongodb.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ configure and start using MongoDB with Python.
120120
shows how to use Python to interface with MongoDB via PyMongo and
121121
MongoEngine.
122122

123-
* A [Gentle Introduction to MongoDB using Pymongo](http://altons.github.io/python/2013/01/21/gentle-introduction-to-mongodb-using-pymongo/)
124-
reviews a connection configuration file, the basics for data insertion,
125-
aggregation and updating records.
126-
127123
* [How To Set Up Flask with MongoDB and Docker](https://www.digitalocean.com/community/tutorials/how-to-set-up-flask-with-mongodb-and-docker)
128124
combines the [Flask](/flask.html) web framework with MongoDB then
129125
containerizes the example application with [Docker](/docker.html).

content/pages/examples/django/django-conf-urls-url.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ urlpatterns = [
128128

129129
## Example 3 from register
130130
[register](https://github.com/ORGAN-IZE/register) is a [Django](/django.html),
131-
[Bootstrap](/bootstrap.html), [PostgreSQL](/postgresql.html) project that is
131+
[Bootstrap](/bootstrap-css.html), [PostgreSQL](/postgresql.html) project that is
132132
open source under the
133133
[GNU General Public License v3.0](https://github.com/ORGAN-IZE/register/blob/master/LICENSE).
134134
This web application makes it easier for people to register as organ donors.

content/pages/examples/django/django-forms-datefield.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ except ImportError:
311311

312312
## Example 4 from register
313313
[register](https://github.com/ORGAN-IZE/register) is a [Django](/django.html),
314-
[Bootstrap](/bootstrap.html), [PostgreSQL](/postgresql.html) project that is
314+
[Bootstrap](/bootstrap-css.html), [PostgreSQL](/postgresql.html) project that is
315315
open source under the
316316
[GNU General Public License v3.0](https://github.com/ORGAN-IZE/register/blob/master/LICENSE).
317317
This web application makes it easier for people to register as organ donors.

0 commit comments

Comments
 (0)