Fix broken link in doc site.

Broken link was from python_web_app to nonexistent "base commands page"; updated to point to next item in examples menu, running_ssh_service screencast.
This commit is contained in:
Kevin J. Lynagh 2013-04-03 22:21:57 -07:00
parent dce5a06aba
commit 92186d7cf7
4 changed files with 8 additions and 4 deletions

View file

@ -21,6 +21,7 @@ Jonathan Rudenberg <jonathan@titanous.com>
Julien Barbier <write0@gmail.com> Julien Barbier <write0@gmail.com>
Jérôme Petazzoni <jerome.petazzoni@dotcloud.com> Jérôme Petazzoni <jerome.petazzoni@dotcloud.com>
Ken Cochrane <kencochrane@gmail.com> Ken Cochrane <kencochrane@gmail.com>
Kevin J. Lynagh <kevin@keminglabs.com>
Louis Opter <kalessin@kalessin.fr> Louis Opter <kalessin@kalessin.fr>
Mikhail Sobolev <mss@mawhrin.net> Mikhail Sobolev <mss@mawhrin.net>
Nelson Chen <crazysim@gmail.com> Nelson Chen <crazysim@gmail.com>

View file

@ -15,4 +15,4 @@ Contents:
hello_world hello_world
hello_world_daemon hello_world_daemon
python_web_app python_web_app
runningsshservice running_ssh_service

View file

@ -65,6 +65,4 @@ See the example in action
<iframe width="720" height="350" src="http://ascii.io/a/2573/raw" frameborder="0"></iframe> <iframe width="720" height="350" src="http://ascii.io/a/2573/raw" frameborder="0"></iframe>
</div> </div>
Continue to the `base commands`_ Continue to :ref:`running_ssh_service`.
.. _base commands: ../commandline/basecommands.html

View file

@ -1,3 +1,8 @@
:title: Running an SSH service
:description: A screencast of installing and running an sshd service
:keywords: docker, example, package installation, networking
.. _running_ssh_service:
Create an ssh daemon service Create an ssh daemon service
============================ ============================