Skip to content

Commit b03fccc

Browse files
committed
removing additional broken links
1 parent 1eede9a commit b03fccc

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

content/pages/05-deployment/19-nginx.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ several years.
116116
as well as the Pagespeed module that Google released for both Nginx
117117
and the [Apache HTTP Server](/apache-http-server.html).
118118

119-
* [Nginx for Developers: An Introduction](http://carrot.is/coding/nginx_introduction)
120-
provides the first steps to getting an initial Nginx configuration up and
121-
running.
122-
123119
* [A faster Web server: ripping out Apache for Nginx](http://arstechnica.com/business/2011/11/a-faster-web-server-ripping-out-apache-for-nginx/)
124120
explains how Nginx can be used instead of Apache in some cases for
125121
better performance.

content/pages/05-deployment/32-configuration-management.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ management and application deployment tool built in Python.
7878

7979
* [Idempotence, convergence, and other silly fancy words we often use](https://groups.google.com/forum/#!msg/Ansible-project/WpRblldA2PQ/lYDpFjBXDlsJ)
8080

81-
* [Testing with Jenkins, Docker and Ansible](http://blog.mist.io/post/82383668190/move-fast-and-dont-break-things-testing-with)
82-
8381

8482
## Application dependencies learning checklist
8583
1. Learn about configuration management in the context of deployment

content/pages/05-deployment/36-docker.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
7777
is a short tutorial for creating a Docker container with a specific
7878
configuration.
7979

80-
* [10 things to avoid in Docker containers](http://developerblog.redhat.com/2016/02/24/10-things-to-avoid-in-docker-containers/)
81-
provides a lot of "don'ts" that you'll want to consider before bumping
82-
up against the limitations of how containers should be used.
83-
8480
* [Docker Internals](http://docker-saigon.github.io/post/Docker-Internals/) presents
8581
Linux containers and how Docker uses them as its base for how the project works.
8682
This article is a great way to bridge what you know about Docker with a more

0 commit comments

Comments
 (0)