You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by dl...@apache.org on 2014/12/29 22:47:09 UTC

incubator-aurora git commit: Fixes typo and markdown in Developing Aurora Client documentation.

Repository: incubator-aurora
Updated Branches:
  refs/heads/master 5917b4c52 -> c1174a7bb


Fixes typo and markdown in Developing Aurora Client documentation.

Reviewed at https://reviews.apache.org/r/29423/


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/c1174a7b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/c1174a7b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/c1174a7b

Branch: refs/heads/master
Commit: c1174a7bb6b7ee3efb76199071d7981d647560da
Parents: 5917b4c
Author: Dave Lester <dl...@apache.org>
Authored: Mon Dec 29 16:49:01 2014 -0500
Committer: Dave Lester <da...@davelester.org>
Committed: Mon Dec 29 16:49:01 2014 -0500

----------------------------------------------------------------------
 docs/developing-aurora-client.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/c1174a7b/docs/developing-aurora-client.md
----------------------------------------------------------------------
diff --git a/docs/developing-aurora-client.md b/docs/developing-aurora-client.md
index b9912bc..bf82d05 100644
--- a/docs/developing-aurora-client.md
+++ b/docs/developing-aurora-client.md
@@ -1,7 +1,7 @@
 Getting Started
 ===============
 
-Aurora consists of four main pieces: the scheduler (which finds resources in the cluster that can be used to run a job), the executor (which uses the resources assigned by the scheduler to run a job), the command-line client, and the web-ui. For information about working on the scheduler or the webUI, see the file "developing-aurora-scheduler.md" in this directory.
+Aurora consists of four main pieces: the scheduler (which finds resources in the cluster that can be used to run a job), the executor (which uses the resources assigned by the scheduler to run a job), the command-line client, and the web-ui. For information about working on the scheduler or the webUI, see [Developing the Aurora Scheduler](developing-aurora-scheduler.md).
 
 If you want to work on the command-line client, this is the place for you!
 
@@ -19,7 +19,7 @@ are fully self-contained executables: just copy the pex file into your path, and
 
 To run all of the client tests:
 
-    $ ./pasts src/test/python/apache/aurora/client/:all
+    $ ./pants src/test/python/apache/aurora/client/:all
 
 
 Client Configuration