From 8faaae142ce84ae8029520c4d0a4cc343bbc9070 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 12 Oct 2013 11:20:56 -0400 Subject: [PATCH] Fix REST anchor targets --- docsite/latest/rst/intro_configuration.rst | 2 +- docsite/latest/rst/playbooks_error_handling.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/latest/rst/intro_configuration.rst b/docsite/latest/rst/intro_configuration.rst index 835be784893..359d2984e34 100644 --- a/docsite/latest/rst/intro_configuration.rst +++ b/docsite/latest/rst/intro_configuration.rst @@ -403,7 +403,7 @@ always default to the current user:: remote_user = root -.. _roles_path +.. _roles_path: roles_path ========== diff --git a/docsite/latest/rst/playbooks_error_handling.rst b/docsite/latest/rst/playbooks_error_handling.rst index 6ed9ddac4d8..ada5bd1b1bf 100644 --- a/docsite/latest/rst/playbooks_error_handling.rst +++ b/docsite/latest/rst/playbooks_error_handling.rst @@ -27,7 +27,7 @@ write a task that looks like this:: command: /bin/false ignore_errors: yes -.. _controlling_what_defines_failure +.. _controlling_what_defines_failure: Controlling What Defines Failure ````````````````````````````````