Author: wfarner
Date: Sat Dec 12 02:25:15 2015
New Revision: 1719618

URL: http://svn.apache.org/viewvc?rev=1719618&view=rev
Log:
Fix broken anchor links in documentation.

Modified:
    aurora/site/Rakefile
    aurora/site/publish/documentation/latest/client-commands/index.html
    aurora/site/publish/documentation/latest/configuration-reference/index.html
    aurora/site/publish/documentation/latest/configuration-tutorial/index.html
    aurora/site/publish/documentation/latest/user-guide/index.html
    aurora/site/publish/documentation/latest/vagrant/index.html
    aurora/site/source/documentation/latest/client-commands.md
    aurora/site/source/documentation/latest/configuration-reference.md
    aurora/site/source/documentation/latest/configuration-tutorial.md
    aurora/site/source/documentation/latest/user-guide.md
    aurora/site/source/documentation/latest/vagrant.md

Modified: aurora/site/Rakefile
URL: 
http://svn.apache.org/viewvc/aurora/site/Rakefile?rev=1719618&r1=1719617&r2=1719618&view=diff
==============================================================================
--- aurora/site/Rakefile (original)
+++ aurora/site/Rakefile Sat Dec 12 02:25:15 2015
@@ -40,6 +40,12 @@ task :update_docs do
       IO.write(doc, File.open(doc, :encoding => 'utf-8') { |f|
         f.read.gsub(/\(([A-Za-z0-9-]+)(\.md)\)/, '(/documentation/latest/\1/)')
       })
+
+      # Hack to fix anchor links and names, which GitHub prefixes with 
'user-content-'
+      # See AURORA-726.
+      IO.write(doc, File.open(doc, :encoding => 'utf-8') { |f|
+        f.read.gsub(/#user-content\-/, '#')
+      })
     }
   }
   puts "Moving documentation index to its own 'latest' directory"

Modified: aurora/site/publish/documentation/latest/client-commands/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/client-commands/index.html?rev=1719618&r1=1719617&r2=1719618&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/client-commands/index.html 
(original)
+++ aurora/site/publish/documentation/latest/client-commands/index.html Sat Dec 
12 02:25:15 2015
@@ -55,8 +55,8 @@
 <li><a href="#updating-a-job">Updating a Job</a>
 
 <ul>
-<li><a href="#user-content-coordinated-job-updates">Coordinated job 
updates</a></li>
-<li><a 
href="#user-content-client-orchestrated-updates-deprecated">Client-orchestrated 
updates (deprecated)</a></li>
+<li><a href="#coordinated-job-updates">Coordinated job updates</a></li>
+<li><a href="#client-orchestrated-updates-deprecated">Client-orchestrated 
updates (deprecated)</a></li>
 </ul></li>
 <li><a href="#renaming-a-job">Renaming a Job</a></li>
 <li><a href="#restarting-jobs">Restarting Jobs</a></li>

Modified: 
aurora/site/publish/documentation/latest/configuration-reference/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/configuration-reference/index.html?rev=1719618&r1=1719617&r2=1719618&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/configuration-reference/index.html 
(original)
+++ aurora/site/publish/documentation/latest/configuration-reference/index.html 
Sat Dec 12 02:25:15 2015
@@ -648,7 +648,7 @@ revocable tasks will never get assigned
 <tr>
 <td><code>pulse_interval_secs</code></td>
 <td style="text-align: center">Integer</td>
-<td>Indicates a <a 
href="client-commands.md#user-content-coordinated-job-updates">coordinated 
update</a>. If no pulses are received within the provided interval the update 
will be blocked. Beta-updater only. Will fail on submission when used with 
client updater. (Default: None)</td>
+<td>Indicates a <a 
href="client-commands.md#coordinated-job-updates">coordinated update</a>. If no 
pulses are received within the provided interval the update will be blocked. 
Beta-updater only. Will fail on submission when used with client updater. 
(Default: None)</td>
 </tr>
 </tbody></table>
 

Modified: 
aurora/site/publish/documentation/latest/configuration-tutorial/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/configuration-tutorial/index.html?rev=1719618&r1=1719617&r2=1719618&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/configuration-tutorial/index.html 
(original)
+++ aurora/site/publish/documentation/latest/configuration-tutorial/index.html 
Sat Dec 12 02:25:15 2015
@@ -50,70 +50,70 @@ configuration parses, then outputs it in
 <p>You should read this after going through the general <a 
href="/documentation/latest/tutorial/">Aurora Tutorial</a>.</p>
 
 <ul>
-<li><a href="#user-content-aurora-configuration-tutorial">Aurora Configuration 
Tutorial</a>
+<li><a href="#aurora-configuration-tutorial">Aurora Configuration Tutorial</a>
 
 <ul>
-<li><a href="#user-content-the-basics">The Basics</a>
+<li><a href="#the-basics">The Basics</a>
 
 <ul>
-<li><a href="#user-content-use-bottom-to-top-object-ordering">Use 
Bottom-To-Top Object Ordering</a></li>
+<li><a href="#use-bottom-to-top-object-ordering">Use Bottom-To-Top Object 
Ordering</a></li>
 </ul></li>
-<li><a href="#user-content-an-example-configuration-file">An Example 
Configuration File</a></li>
-<li><a href="#user-content-defining-process-objects">Defining Process 
Objects</a></li>
-<li><a href="#user-content-getting-your-code-into-the-sandbox">Getting Your 
Code Into The Sandbox</a></li>
-<li><a href="#user-content-defining-task-objects">Defining Task Objects</a>
+<li><a href="#an-example-configuration-file">An Example Configuration 
File</a></li>
+<li><a href="#defining-process-objects">Defining Process Objects</a></li>
+<li><a href="#getting-your-code-into-the-sandbox">Getting Your Code Into The 
Sandbox</a></li>
+<li><a href="#defining-task-objects">Defining Task Objects</a>
 
 <ul>
-<li><a 
href="#user-content-sequentialtask-running-processes-in-parallel-or-sequentially">SequentialTask:
 Running Processes in Parallel or Sequentially</a></li>
-<li><a href="#user-content-simpletask">SimpleTask</a></li>
-<li><a href="#user-content-combining-tasks">Combining tasks</a></li>
+<li><a 
href="#sequentialtask-running-processes-in-parallel-or-sequentially">SequentialTask:
 Running Processes in Parallel or Sequentially</a></li>
+<li><a href="#simpletask">SimpleTask</a></li>
+<li><a href="#combining-tasks">Combining tasks</a></li>
 </ul></li>
-<li><a href="#user-content-defining-job-objects">Defining Job Objects</a></li>
-<li><a href="#user-content-the-jobs-list">The jobs List</a></li>
-<li><a href="#user-content-templating">Templating</a>
+<li><a href="#defining-job-objects">Defining Job Objects</a></li>
+<li><a href="#the-jobs-list">The jobs List</a></li>
+<li><a href="#templating">Templating</a>
 
 <ul>
-<li><a href="#user-content-templating-1-binding-in-pystachio">Templating 1: 
Binding in Pystachio</a></li>
-<li><a href="#user-content-structurals-in-pystachio--aurora">Structurals in 
Pystachio / Aurora</a>
+<li><a href="#templating-1-binding-in-pystachio">Templating 1: Binding in 
Pystachio</a></li>
+<li><a href="#structurals-in-pystachio--aurora">Structurals in Pystachio / 
Aurora</a>
 
 <ul>
-<li><a href="#user-content-mustaches-within-structurals">Mustaches Within 
Structurals</a></li>
+<li><a href="#mustaches-within-structurals">Mustaches Within 
Structurals</a></li>
 </ul></li>
-<li><a href="#user-content-templating-2-structurals-are-factories">Templating 
2: Structurals Are Factories</a>
+<li><a href="#templating-2-structurals-are-factories">Templating 2: 
Structurals Are Factories</a>
 
 <ul>
-<li><a href="#user-content-a-second-way-of-templating">A Second Way of 
Templating</a></li>
+<li><a href="#a-second-way-of-templating">A Second Way of Templating</a></li>
 </ul></li>
-<li><a href="#user-content-advanced-binding">Advanced Binding</a>
+<li><a href="#advanced-binding">Advanced Binding</a>
 
 <ul>
-<li><a href="#user-content-bind-syntax">Bind Syntax</a></li>
-<li><a href="#user-content-binding-complex-objects">Binding Complex Objects</a>
+<li><a href="#bind-syntax">Bind Syntax</a></li>
+<li><a href="#binding-complex-objects">Binding Complex Objects</a>
 
 <ul>
-<li><a href="#user-content-lists"></a></li>
-<li><a href="#user-content-maps"></a></li>
-<li><a href="#user-content-structurals"></a></li>
+<li><a href="#lists"></a></li>
+<li><a href="#maps"></a></li>
+<li><a href="#structurals"></a></li>
 </ul></li>
 </ul></li>
-<li><a href="#user-content-structural-binding">Structural Binding</a></li>
+<li><a href="#structural-binding">Structural Binding</a></li>
 </ul></li>
-<li><a 
href="#user-content-configuration-file-writing-tips-and-best-practices">Configuration
 File Writing Tips And Best Practices</a>
+<li><a 
href="#configuration-file-writing-tips-and-best-practices">Configuration File 
Writing Tips And Best Practices</a>
 
 <ul>
-<li><a href="#user-content-use-as-few-aurora-files-as-possible">Use As Few 
.aurora Files As Possible</a></li>
-<li><a href="#user-content-avoid-boilerplate">Avoid Boilerplate</a></li>
-<li><a href="#user-content-thermos-uses-bash-but-thermos-is-not-bash">Thermos 
Uses bash, But Thermos Is Not bash</a>
+<li><a href="#use-as-few-aurora-files-as-possible">Use As Few .aurora Files As 
Possible</a></li>
+<li><a href="#avoid-boilerplate">Avoid Boilerplate</a></li>
+<li><a href="#thermos-uses-bash-but-thermos-is-not-bash">Thermos Uses bash, 
But Thermos Is Not bash</a>
 
 <ul>
-<li><a href="#user-content-bad">Bad</a></li>
-<li><a href="#user-content-good">Good</a></li>
+<li><a href="#bad">Bad</a></li>
+<li><a href="#good">Good</a></li>
 </ul></li>
-<li><a href="#user-content-rarely-use-functions-in-your-configurations">Rarely 
Use Functions In Your Configurations</a>
+<li><a href="#rarely-use-functions-in-your-configurations">Rarely Use 
Functions In Your Configurations</a>
 
 <ul>
-<li><a href="#user-content-bad-1">Bad</a></li>
-<li><a href="#user-content-good-1">Good</a></li>
+<li><a href="#bad-1">Bad</a></li>
+<li><a href="#good-1">Good</a></li>
 </ul></li>
 </ul></li>
 </ul></li>

Modified: aurora/site/publish/documentation/latest/user-guide/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/user-guide/index.html?rev=1719618&r1=1719617&r2=1719618&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/user-guide/index.html (original)
+++ aurora/site/publish/documentation/latest/user-guide/index.html Sat Dec 12 
02:25:15 2015
@@ -42,26 +42,26 @@
 <h2 id="aurora-user-guide">Aurora User Guide</h2>
 
 <ul>
-<li><a href="#user-content-overview">Overview</a></li>
-<li><a href="#user-content-job-lifecycle">Job Lifecycle</a>
+<li><a href="#overview">Overview</a></li>
+<li><a href="#job-lifecycle">Job Lifecycle</a>
 
 <ul>
-<li><a href="#user-content-life-of-a-task">Life Of A Task</a></li>
-<li><a href="#user-content-pending-to-running-states">PENDING to RUNNING 
states</a></li>
-<li><a href="#user-content-task-updates">Task Updates</a></li>
-<li><a href="#user-content-http-health-checking-and-graceful-shutdown">HTTP 
Health Checking and Graceful Shutdown</a>
+<li><a href="#life-of-a-task">Life Of A Task</a></li>
+<li><a href="#pending-to-running-states">PENDING to RUNNING states</a></li>
+<li><a href="#task-updates">Task Updates</a></li>
+<li><a href="#http-health-checking-and-graceful-shutdown">HTTP Health Checking 
and Graceful Shutdown</a>
 
 <ul>
-<li><a href="#user-content-tearing-a-task-down">Tearing a task down</a></li>
+<li><a href="#tearing-a-task-down">Tearing a task down</a></li>
 </ul></li>
-<li><a 
href="#user-content-giving-priority-to-production-tasks-preempting">Giving 
Priority to Production Tasks: PREEMPTING</a></li>
-<li><a href="#user-content-natural-termination-finished-failed">Natural 
Termination: FINISHED, FAILED</a></li>
-<li><a href="#user-content-forceful-termination-killing-restarting">Forceful 
Termination: KILLING, RESTARTING</a></li>
+<li><a href="#giving-priority-to-production-tasks-preempting">Giving Priority 
to Production Tasks: PREEMPTING</a></li>
+<li><a href="#natural-termination-finished-failed">Natural Termination: 
FINISHED, FAILED</a></li>
+<li><a href="#forceful-termination-killing-restarting">Forceful Termination: 
KILLING, RESTARTING</a></li>
 </ul></li>
-<li><a href="#user-content-service-discovery">Service Discovery</a></li>
-<li><a href="#user-content-configuration">Configuration</a></li>
-<li><a href="#user-content-creating-jobs">Creating Jobs</a></li>
-<li><a href="#user-content-interacting-with-jobs">Interacting With 
Jobs</a></li>
+<li><a href="#service-discovery">Service Discovery</a></li>
+<li><a href="#configuration">Configuration</a></li>
+<li><a href="#creating-jobs">Creating Jobs</a></li>
+<li><a href="#interacting-with-jobs">Interacting With Jobs</a></li>
 </ul>
 
 <h2 id="overview">Overview</h2>
@@ -280,7 +280,7 @@ requests:</p>
 </tbody></table>
 
 <p>Please see the
-<a 
href="configuration-reference.md#user-content-healthcheckconfig-objects">configuration
 reference</a> for
+<a href="configuration-reference.md#healthcheckconfig-objects">configuration 
reference</a> for
 configuration options for this feature.</p>
 
 <h4 id="snoozing-health-checks">Snoozing Health Checks</h4>

Modified: aurora/site/publish/documentation/latest/vagrant/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/vagrant/index.html?rev=1719618&r1=1719617&r2=1719618&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/vagrant/index.html (original)
+++ aurora/site/publish/documentation/latest/vagrant/index.html Sat Dec 12 
02:25:15 2015
@@ -48,15 +48,15 @@ the steps outlined here, you will be rea
 <p>The following sections describe these steps in detail:</p>
 
 <ol>
-<li><a href="#user-content-overview">Overview</a></li>
-<li><a href="#user-content-install-virtualbox-and-vagrant">Install VirtualBox 
and Vagrant</a></li>
-<li><a href="#user-content-clone-the-aurora-repository">Clone the Aurora 
repository</a></li>
-<li><a href="#user-content-start-the-local-cluster">Start the local 
cluster</a></li>
-<li><a href="#user-content-log-onto-the-vm">Log onto the VM</a></li>
-<li><a href="#user-content-run-your-first-job">Run your first job</a></li>
-<li><a href="#user-content-rebuild-components">Rebuild components</a></li>
-<li><a href="#user-content-shut-down-or-delete-your-local-cluster">Shut down 
or delete your local cluster</a></li>
-<li><a href="#user-content-troubleshooting">Troubleshooting</a></li>
+<li><a href="#overview">Overview</a></li>
+<li><a href="#install-virtualbox-and-vagrant">Install VirtualBox and 
Vagrant</a></li>
+<li><a href="#clone-the-aurora-repository">Clone the Aurora repository</a></li>
+<li><a href="#start-the-local-cluster">Start the local cluster</a></li>
+<li><a href="#log-onto-the-vm">Log onto the VM</a></li>
+<li><a href="#run-your-first-job">Run your first job</a></li>
+<li><a href="#rebuild-components">Rebuild components</a></li>
+<li><a href="#shut-down-or-delete-your-local-cluster">Shut down or delete your 
local cluster</a></li>
+<li><a href="#troubleshooting">Troubleshooting</a></li>
 </ol>
 
 <h2 id="overview">Overview</h2>

Modified: aurora/site/source/documentation/latest/client-commands.md
URL: 
http://svn.apache.org/viewvc/aurora/site/source/documentation/latest/client-commands.md?rev=1719618&r1=1719617&r2=1719618&view=diff
==============================================================================
--- aurora/site/source/documentation/latest/client-commands.md (original)
+++ aurora/site/source/documentation/latest/client-commands.md Sat Dec 12 
02:25:15 2015
@@ -10,8 +10,8 @@ Aurora Client Commands
     - [Running a Command On a Running Job](#running-a-command-on-a-running-job)
     - [Killing a Job](#killing-a-job)
     - [Updating a Job](#updating-a-job)
-        - [Coordinated job updates](#user-content-coordinated-job-updates)
-        - [Client-orchestrated updates 
(deprecated)](#user-content-client-orchestrated-updates-deprecated)
+        - [Coordinated job updates](#coordinated-job-updates)
+        - [Client-orchestrated updates 
(deprecated)](#client-orchestrated-updates-deprecated)
     - [Renaming a Job](#renaming-a-job)
     - [Restarting Jobs](#restarting-jobs)
 - [Cron Jobs](#cron-jobs)

Modified: aurora/site/source/documentation/latest/configuration-reference.md
URL: 
http://svn.apache.org/viewvc/aurora/site/source/documentation/latest/configuration-reference.md?rev=1719618&r1=1719617&r2=1719618&view=diff
==============================================================================
--- aurora/site/source/documentation/latest/configuration-reference.md 
(original)
+++ aurora/site/source/documentation/latest/configuration-reference.md Sat Dec 
12 02:25:15 2015
@@ -376,7 +376,7 @@ Parameters for controlling the rate and
 | ```max_total_failures```     | Integer  | Maximum number of shard failures 
to be tolerated in total during an update. Cannot be greater than or equal to 
the total number of tasks in a job. (Default: 0)
 | ```rollback_on_failure```    | boolean  | When False, prevents auto rollback 
of a failed update (Default: True)
 | ```wait_for_batch_completion```| boolean | When True, all threads from a 
given batch will be blocked from picking up new instances until the entire 
batch is updated. This essentially simulates the legacy sequential updater 
algorithm. (Default: False)
-| ```pulse_interval_secs```    | Integer  |  Indicates a [coordinated 
update](client-commands.md#user-content-coordinated-job-updates). If no pulses 
are received within the provided interval the update will be blocked. 
Beta-updater only. Will fail on submission when used with client updater. 
(Default: None)
+| ```pulse_interval_secs```    | Integer  |  Indicates a [coordinated 
update](client-commands.md#coordinated-job-updates). If no pulses are received 
within the provided interval the update will be blocked. Beta-updater only. 
Will fail on submission when used with client updater. (Default: None)
 
 ### HealthCheckConfig Objects
 

Modified: aurora/site/source/documentation/latest/configuration-tutorial.md
URL: 
http://svn.apache.org/viewvc/aurora/site/source/documentation/latest/configuration-tutorial.md?rev=1719618&r1=1719617&r2=1719618&view=diff
==============================================================================
--- aurora/site/source/documentation/latest/configuration-tutorial.md (original)
+++ aurora/site/source/documentation/latest/configuration-tutorial.md Sat Dec 
12 02:25:15 2015
@@ -9,40 +9,40 @@ configuration parses, then outputs it in
 
 You should read this after going through the general [Aurora 
Tutorial](/documentation/latest/tutorial/).
 
-- [Aurora Configuration Tutorial](#user-content-aurora-configuration-tutorial)
-       - [The Basics](#user-content-the-basics)
-               - [Use Bottom-To-Top Object 
Ordering](#user-content-use-bottom-to-top-object-ordering)
-       - [An Example Configuration 
File](#user-content-an-example-configuration-file)
-       - [Defining Process Objects](#user-content-defining-process-objects)
-       - [Getting Your Code Into The 
Sandbox](#user-content-getting-your-code-into-the-sandbox)
-       - [Defining Task Objects](#user-content-defining-task-objects)
-               - [SequentialTask: Running Processes in Parallel or 
Sequentially](#user-content-sequentialtask-running-processes-in-parallel-or-sequentially)
-               - [SimpleTask](#user-content-simpletask)
-               - [Combining tasks](#user-content-combining-tasks)
-       - [Defining Job Objects](#user-content-defining-job-objects)
-       - [The jobs List](#user-content-the-jobs-list)
-       - [Templating](#user-content-templating)
-               - [Templating 1: Binding in 
Pystachio](#user-content-templating-1-binding-in-pystachio)
-               - [Structurals in Pystachio / 
Aurora](#user-content-structurals-in-pystachio--aurora)
-                       - [Mustaches Within 
Structurals](#user-content-mustaches-within-structurals)
-               - [Templating 2: Structurals Are 
Factories](#user-content-templating-2-structurals-are-factories)
-                       - [A Second Way of 
Templating](#user-content-a-second-way-of-templating)
-               - [Advanced Binding](#user-content-advanced-binding)
-                       - [Bind Syntax](#user-content-bind-syntax)
-                       - [Binding Complex 
Objects](#user-content-binding-complex-objects)
-                               - [Lists](#user-content-lists)
-                               - [Maps](#user-content-maps)
-                               - [Structurals](#user-content-structurals)
-               - [Structural Binding](#user-content-structural-binding)
-       - [Configuration File Writing Tips And Best 
Practices](#user-content-configuration-file-writing-tips-and-best-practices)
-               - [Use As Few .aurora Files As 
Possible](#user-content-use-as-few-aurora-files-as-possible)
-               - [Avoid Boilerplate](#user-content-avoid-boilerplate)
-               - [Thermos Uses bash, But Thermos Is Not 
bash](#user-content-thermos-uses-bash-but-thermos-is-not-bash)
-                       - [Bad](#user-content-bad)
-                       - [Good](#user-content-good)
-               - [Rarely Use Functions In Your 
Configurations](#user-content-rarely-use-functions-in-your-configurations)
-                       - [Bad](#user-content-bad-1)
-                       - [Good](#user-content-good-1)
+- [Aurora Configuration Tutorial](#aurora-configuration-tutorial)
+       - [The Basics](#the-basics)
+               - [Use Bottom-To-Top Object 
Ordering](#use-bottom-to-top-object-ordering)
+       - [An Example Configuration File](#an-example-configuration-file)
+       - [Defining Process Objects](#defining-process-objects)
+       - [Getting Your Code Into The 
Sandbox](#getting-your-code-into-the-sandbox)
+       - [Defining Task Objects](#defining-task-objects)
+               - [SequentialTask: Running Processes in Parallel or 
Sequentially](#sequentialtask-running-processes-in-parallel-or-sequentially)
+               - [SimpleTask](#simpletask)
+               - [Combining tasks](#combining-tasks)
+       - [Defining Job Objects](#defining-job-objects)
+       - [The jobs List](#the-jobs-list)
+       - [Templating](#templating)
+               - [Templating 1: Binding in 
Pystachio](#templating-1-binding-in-pystachio)
+               - [Structurals in Pystachio / 
Aurora](#structurals-in-pystachio--aurora)
+                       - [Mustaches Within 
Structurals](#mustaches-within-structurals)
+               - [Templating 2: Structurals Are 
Factories](#templating-2-structurals-are-factories)
+                       - [A Second Way of 
Templating](#a-second-way-of-templating)
+               - [Advanced Binding](#advanced-binding)
+                       - [Bind Syntax](#bind-syntax)
+                       - [Binding Complex Objects](#binding-complex-objects)
+                               - [Lists](#lists)
+                               - [Maps](#maps)
+                               - [Structurals](#structurals)
+               - [Structural Binding](#structural-binding)
+       - [Configuration File Writing Tips And Best 
Practices](#configuration-file-writing-tips-and-best-practices)
+               - [Use As Few .aurora Files As 
Possible](#use-as-few-aurora-files-as-possible)
+               - [Avoid Boilerplate](#avoid-boilerplate)
+               - [Thermos Uses bash, But Thermos Is Not 
bash](#thermos-uses-bash-but-thermos-is-not-bash)
+                       - [Bad](#bad)
+                       - [Good](#good)
+               - [Rarely Use Functions In Your 
Configurations](#rarely-use-functions-in-your-configurations)
+                       - [Bad](#bad-1)
+                       - [Good](#good-1)
 
 The Basics
 ----------

Modified: aurora/site/source/documentation/latest/user-guide.md
URL: 
http://svn.apache.org/viewvc/aurora/site/source/documentation/latest/user-guide.md?rev=1719618&r1=1719617&r2=1719618&view=diff
==============================================================================
--- aurora/site/source/documentation/latest/user-guide.md (original)
+++ aurora/site/source/documentation/latest/user-guide.md Sat Dec 12 02:25:15 
2015
@@ -1,20 +1,20 @@
 Aurora User Guide
 -----------------
 
-- [Overview](#user-content-overview)
-- [Job Lifecycle](#user-content-job-lifecycle)
-       - [Life Of A Task](#user-content-life-of-a-task)
-       - [PENDING to RUNNING states](#user-content-pending-to-running-states)
-       - [Task Updates](#user-content-task-updates)
-       - [HTTP Health Checking and Graceful 
Shutdown](#user-content-http-health-checking-and-graceful-shutdown)
-               - [Tearing a task down](#user-content-tearing-a-task-down)
-       - [Giving Priority to Production Tasks: 
PREEMPTING](#user-content-giving-priority-to-production-tasks-preempting)
-       - [Natural Termination: FINISHED, 
FAILED](#user-content-natural-termination-finished-failed)
-       - [Forceful Termination: KILLING, 
RESTARTING](#user-content-forceful-termination-killing-restarting)
-- [Service Discovery](#user-content-service-discovery)
-- [Configuration](#user-content-configuration)
-- [Creating Jobs](#user-content-creating-jobs)
-- [Interacting With Jobs](#user-content-interacting-with-jobs)
+- [Overview](#overview)
+- [Job Lifecycle](#job-lifecycle)
+       - [Life Of A Task](#life-of-a-task)
+       - [PENDING to RUNNING states](#pending-to-running-states)
+       - [Task Updates](#task-updates)
+       - [HTTP Health Checking and Graceful 
Shutdown](#http-health-checking-and-graceful-shutdown)
+               - [Tearing a task down](#tearing-a-task-down)
+       - [Giving Priority to Production Tasks: 
PREEMPTING](#giving-priority-to-production-tasks-preempting)
+       - [Natural Termination: FINISHED, 
FAILED](#natural-termination-finished-failed)
+       - [Forceful Termination: KILLING, 
RESTARTING](#forceful-termination-killing-restarting)
+- [Service Discovery](#service-discovery)
+- [Configuration](#configuration)
+- [Creating Jobs](#creating-jobs)
+- [Interacting With Jobs](#interacting-with-jobs)
 
 Overview
 --------
@@ -212,7 +212,7 @@ requests:
 | `POST /abortabortabort` | Final warning task is being killed.     |
 
 Please see the
-[configuration 
reference](configuration-reference.md#user-content-healthcheckconfig-objects) 
for
+[configuration 
reference](configuration-reference.md#healthcheckconfig-objects) for
 configuration options for this feature.
 
 #### Snoozing Health Checks

Modified: aurora/site/source/documentation/latest/vagrant.md
URL: 
http://svn.apache.org/viewvc/aurora/site/source/documentation/latest/vagrant.md?rev=1719618&r1=1719617&r2=1719618&view=diff
==============================================================================
--- aurora/site/source/documentation/latest/vagrant.md (original)
+++ aurora/site/source/documentation/latest/vagrant.md Sat Dec 12 02:25:15 2015
@@ -7,15 +7,15 @@ the steps outlined here, you will be rea
 
 The following sections describe these steps in detail:
 
-1. [Overview](#user-content-overview)
-1. [Install VirtualBox and 
Vagrant](#user-content-install-virtualbox-and-vagrant)
-1. [Clone the Aurora repository](#user-content-clone-the-aurora-repository)
-1. [Start the local cluster](#user-content-start-the-local-cluster)
-1. [Log onto the VM](#user-content-log-onto-the-vm)
-1. [Run your first job](#user-content-run-your-first-job)
-1. [Rebuild components](#user-content-rebuild-components)
-1. [Shut down or delete your local 
cluster](#user-content-shut-down-or-delete-your-local-cluster)
-1. [Troubleshooting](#user-content-troubleshooting)
+1. [Overview](#overview)
+1. [Install VirtualBox and Vagrant](#install-virtualbox-and-vagrant)
+1. [Clone the Aurora repository](#clone-the-aurora-repository)
+1. [Start the local cluster](#start-the-local-cluster)
+1. [Log onto the VM](#log-onto-the-vm)
+1. [Run your first job](#run-your-first-job)
+1. [Rebuild components](#rebuild-components)
+1. [Shut down or delete your local 
cluster](#shut-down-or-delete-your-local-cluster)
+1. [Troubleshooting](#troubleshooting)
 
 
 Overview


Reply via email to