Modified: aurora/site/source/documentation/latest/tutorial.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/latest/tutorial.md?rev=1719756&r1=1719755&r2=1719756&view=diff ============================================================================== --- aurora/site/source/documentation/latest/tutorial.md (original) +++ aurora/site/source/documentation/latest/tutorial.md Sun Dec 13 00:49:43 2015 @@ -30,7 +30,7 @@ To get help, email questions to the Auro ## Setup: Install Aurora You use the Aurora client and web UI to interact with Aurora jobs. To -install it locally, see [vagrant.md](/documentation/latest//). The remainder of this +install it locally, see [vagrant.md](/documentation/latest/vagrant/). The remainder of this Tutorial assumes you are running Aurora using Vagrant. Unless otherwise stated, all commands are to be run from the root of the aurora repository clone. @@ -105,8 +105,8 @@ jobs = [ ``` For more about Aurora configuration files, see the [Configuration -Tutorial](/documentation/latest//) and the [Aurora + Thermos -Reference](/documentation/latest//) (preferably after finishing this +Tutorial](/documentation/latest/configuration-tutorial/) and the [Aurora + Thermos +Reference](/documentation/latest/configuration-reference/) (preferably after finishing this tutorial). ## What's Going On In That Configuration File? @@ -256,10 +256,10 @@ The job page now shows the `hello_world` Now that you've finished this Tutorial, you should read or do the following: -- [The Aurora Configuration Tutorial](/documentation/latest//), which provides more examples +- [The Aurora Configuration Tutorial](/documentation/latest/configuration-tutorial/), which provides more examples and best practices for writing Aurora configurations. You should also look at - the [Aurora + Thermos Configuration Reference](/documentation/latest//). -- The [Aurora User Guide](/documentation/latest//) provides an overview of how Aurora, Mesos, and + the [Aurora + Thermos Configuration Reference](/documentation/latest/configuration-reference/). +- The [Aurora User Guide](/documentation/latest/user-guide/) provides an overview of how Aurora, Mesos, and Thermos work "under the hood". - Explore the Aurora Client - use `aurora -h`, and read the - [Aurora Client Commands](/documentation/latest//) document. + [Aurora Client Commands](/documentation/latest/client-commands/) document.
Modified: aurora/site/source/documentation/latest/user-guide.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/latest/user-guide.md?rev=1719756&r1=1719755&r2=1719756&view=diff ============================================================================== --- aurora/site/source/documentation/latest/user-guide.md (original) +++ aurora/site/source/documentation/latest/user-guide.md Sun Dec 13 00:49:43 2015 @@ -21,7 +21,7 @@ Overview This document gives an overview of how Aurora works under the hood. It assumes you've already worked through the "hello world" example -job in the [Aurora Tutorial](/documentation/latest//). Specifics of how to use Aurora are **not** +job in the [Aurora Tutorial](/documentation/latest/tutorial/). Specifics of how to use Aurora are **not** given here, but pointers to documentation about how to use Aurora are provided. @@ -212,7 +212,7 @@ requests: | `POST /abortabortabort` | Final warning task is being killed. | Please see the -[configuration reference](/documentation/latest//) for +[configuration reference](/documentation/latest/configuration-reference/#healthcheckconfig-objects) for configuration options for this feature. #### Snoozing Health Checks @@ -292,8 +292,8 @@ Aurora configuration files. Their filena suffix, and you write them in Python making use of the Pystachio templating language, along with specific Aurora, Mesos, and Thermos commands and methods. See the -[Configuration Guide and Reference](/documentation/latest//) and -[Configuration Tutorial](/documentation/latest//). +[Configuration Guide and Reference](/documentation/latest/configuration-reference/) and +[Configuration Tutorial](/documentation/latest/configuration-tutorial/). Service Discovery ----------------- @@ -308,14 +308,14 @@ of which there are several reference imp These can also be used natively in Finagle using the [ZookeeperServerSetCluster](https://github.com/twitter/finagle/blob/master/finagle-serversets/src/main/scala/com/twitter/finagle/zookeeper/ZookeeperServerSetCluster.scala). -For more information about how to configure announcing, see the [Configuration Reference](/documentation/latest//). +For more information about how to configure announcing, see the [Configuration Reference](/documentation/latest/configuration-reference/). Creating Jobs ------------- You create and manipulate Aurora Jobs with the Aurora client, which starts all its command line commands with -`aurora`. See [Aurora Client Commands](/documentation/latest//) for details +`aurora`. See [Aurora Client Commands](/documentation/latest/client-commands/) for details about the Aurora Client. Interacting With Jobs @@ -352,4 +352,4 @@ You interact with Aurora jobs either via - The Aurora client - See [client commands](/documentation/latest//). + See [client commands](/documentation/latest/client-commands/). Modified: aurora/site/source/documentation/latest/vagrant.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/latest/vagrant.md?rev=1719756&r1=1719755&r2=1719756&view=diff ============================================================================== --- aurora/site/source/documentation/latest/vagrant.md (original) +++ aurora/site/source/documentation/latest/vagrant.md Sun Dec 13 00:49:43 2015 @@ -100,7 +100,7 @@ Run your first job ------------------ Now that your cluster is up and running, you are ready to define and run your first job in Aurora. -For more information, see the [Aurora Tutorial](/documentation/latest//). +For more information, see the [Aurora Tutorial](/documentation/latest/tutorial/). Rebuild components
