From 92186d7cf71acbf4027e390b33590570cf4ff290 Mon Sep 17 00:00:00 2001 From: "Kevin J. Lynagh" Date: Wed, 3 Apr 2013 22:21:57 -0700 Subject: [PATCH] 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. --- AUTHORS | 1 + docs/sources/examples/index.rst | 2 +- docs/sources/examples/python_web_app.rst | 4 +--- .../{runningsshservice.rst => running_ssh_service.rst} | 5 +++++ 4 files changed, 8 insertions(+), 4 deletions(-) rename docs/sources/examples/{runningsshservice.rst => running_ssh_service.rst} (73%) diff --git a/AUTHORS b/AUTHORS index 382a11b5b0..fefd748422 100644 --- a/AUTHORS +++ b/AUTHORS @@ -21,6 +21,7 @@ Jonathan Rudenberg Julien Barbier Jérôme Petazzoni Ken Cochrane +Kevin J. Lynagh Louis Opter Mikhail Sobolev Nelson Chen diff --git a/docs/sources/examples/index.rst b/docs/sources/examples/index.rst index 4d37cdfe57..0ab2143a30 100644 --- a/docs/sources/examples/index.rst +++ b/docs/sources/examples/index.rst @@ -15,4 +15,4 @@ Contents: hello_world hello_world_daemon python_web_app - runningsshservice + running_ssh_service diff --git a/docs/sources/examples/python_web_app.rst b/docs/sources/examples/python_web_app.rst index 978c6de1c4..5f7a07ea1e 100644 --- a/docs/sources/examples/python_web_app.rst +++ b/docs/sources/examples/python_web_app.rst @@ -65,6 +65,4 @@ See the example in action -Continue to the `base commands`_ - -.. _base commands: ../commandline/basecommands.html +Continue to :ref:`running_ssh_service`. diff --git a/docs/sources/examples/runningsshservice.rst b/docs/sources/examples/running_ssh_service.rst similarity index 73% rename from docs/sources/examples/runningsshservice.rst rename to docs/sources/examples/running_ssh_service.rst index 0053efd4da..23d2d41c2f 100644 --- a/docs/sources/examples/runningsshservice.rst +++ b/docs/sources/examples/running_ssh_service.rst @@ -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 ============================