Skip to content

Commit 331be42

Browse files
committed
clean up more 404s
1 parent 20f5006 commit 331be42

File tree

6 files changed

+5
-17
lines changed

6 files changed

+5
-17
lines changed

content/pages/02-development-environments/20-mercurial.markdown

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ can be used as the version control system for Python projects.
1919

2020

2121
### Mercurial tutorials
22-
* [Hg Init](http://hginit.com/) is a six-part in-depth tutorial that explores
23-
the basic concepts and syntax for using Mercurial.
24-
2522
* The official
2623
[Mercurial tutorial](https://www.mercurial-scm.org/wiki/Tutorial)
2724
goes through the basics. It has great examples for syntax and expected

content/pages/04-web-development/02-django.markdown

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ resources for more advanced tutorials.
9393
the latest resources for learning Django and is also a good spot to ask
9494
questions about it.
9595

96-
* [django-awesome](https://github.com/rosarior/awesome-django) is a curated
97-
list of Django libraries and resources.
98-
9996
* This Django tutorial shows how to
10097
[build a project from scratch using Twitter Bootstrap, Bower, Requests and the Github API](http://drksephy.github.io/2015/07/16/django/).
10198

content/pages/04-web-development/03-flask.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ combined with the example real-world projects listed in the next section.
173173
teaches how to spin up a reproducible Flask development environment with
174174
[Docker](/docker.html). It shows how to [deploy](/deployment.html) it to an
175175
Amazon EC2 instance then scale the services on Amazon EC2 Container Service (ECS).
176-
The [Flask Blueprints](https://testdriven.io/part-one-flask-blueprints) page
177-
is particularly handy for learning how to structure a large Flask project.
178176

179177
* [Why and how to handle exceptions in Python Flask](https://opensource.com/article/17/3/python-flask-exceptions)
180178
has some great example code and reasons why you should code defensively

content/pages/04-web-development/48-api-creation.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ applications through machine-to-machine communication.
1818
the two most widely used API frameworks to use with Django. The edge
1919
currently goes to Django REST framework based on rough community sentiment.
2020
Django REST framework continues to knock out great releases after the
21-
[3.0 release mark](http://www.django-rest-framework.org/topics/3.0-announcement/)
22-
when Tom Christie ran a
21+
3.0 release mark when Tom Christie ran a
2322
[successful Kickstarter campaign](https://www.kickstarter.com/projects/tomchristie/django-rest-framework-3).
2423

2524
* [Flask-RESTful](http://flask-restful.readthedocs.org/en/latest/) is

content/pages/04-web-development/52-twilio.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ for fellow developers.
8989
and [Bottle](https://www.twilio.com/blog/2016/08/getting-started-python-bottle-twilio-sms-mms.html)
9090
apps to learn from while building your own projects.
9191

92-
* [Google Cloud recommends developers use Twilio](https://cloud.google.com/appengine/docs/python/sms/twilio)
92+
* [Google Cloud recommends developers use Twilio](https://cloud.google.com/appengine/docs/standard/python/sms/twilio)
9393
for communications in their apps and provides a short walkthrough for
9494
Python developers.
9595

content/pages/06-devops/00-devops.markdown

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,9 @@ tools and services for DevOps environments.
3535
it can be supported by tools such as Fabric, Jenkins, BuildBot and Git
3636
which when used properly can enable continuous software delivery.
3737

38-
* [A look at DevOps tools landscape](https://devup.co/a-look-at-devops-tools-landscape-7220099c6b81)
39-
provides an introductory overview of the tooling that is typically
40-
required to perform DevOps. The tools range from source control systems,
41-
continuous integration, containers to orchestration. For an
42-
Atlassian-centric perspective on tooling, take a look at this post on
43-
[how to choose the right DevOps tools](http://blogs.atlassian.com/2016/03/how-to-choose-devops-tools/)
38+
* For an Atlassian-centric perspective on tooling, take a look at
39+
this post on how to
40+
[choose the right DevOps tools](http://blogs.atlassian.com/2016/03/how-to-choose-devops-tools/)
4441
which is biased towards their tools but still has some good insight
4542
such as using automated testing to provide immediate awareness of
4643
defects that require fixing.

0 commit comments

Comments
 (0)