You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by se...@apache.org on 2016/03/29 19:35:09 UTC

aurora git commit: Fixes to RELEASE-NOTES for new documentation structure.

Repository: aurora
Updated Branches:
  refs/heads/master bb16cade1 -> ec29ac16f


Fixes to RELEASE-NOTES for new documentation structure.

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


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

Branch: refs/heads/master
Commit: ec29ac16f20f1dda5afdb589732305644facf086
Parents: bb16cad
Author: George Sirois <ge...@gmail.com>
Authored: Tue Mar 29 19:34:34 2016 +0200
Committer: Stephan Erb <st...@dev.static-void.de>
Committed: Tue Mar 29 19:34:34 2016 +0200

----------------------------------------------------------------------
 RELEASE-NOTES.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/ec29ac16/RELEASE-NOTES.md
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 450d363..3a83961 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -7,9 +7,9 @@
 - Added a new `aurora job add` client command to scale out an existing job.
 - Upgraded the scheduler ZooKeeper client from 3.4.6 to 3.4.8.
 - Added support for dedicated constraints not exclusive to a particular role.
-  See [here](docs/deploying-aurora-scheduler.md#dedicated-attribute) for more details.
+  See [here](docs/features/constraints.md#dedicated-attribute) for more details.
 - Added a new argument `--announcer-hostname` to thermos executor to override hostname in service
-  registry endpoint. See [here](docs/configuration-reference.md#announcer-objects) for details.
+  registry endpoint. See [here](docs/reference/configuration.md#announcer-objects) for details.
 - Descheduling a cron job that was not actually scheduled will no longer return an error.
 - Added a new argument `-thermos_home_in_sandbox` to the scheduler for optionally changing
   HOME to the sandbox during thermos executor/runner execution. This is useful in cases
@@ -46,7 +46,7 @@
   universal set of parameters that should be used for every container that does not have parameters
   explicitly configured at the job level.
 - Added support for jobs to specify arbitrary ZooKeeper paths for service registration.
-  See [here](docs/configuration-reference.md#announcer-objects) for details.
+  See [here](docs/reference/configuration.md#announcer-objects) for details.
 - Log destination is configurable for the thermos runner. See the configuration reference for details
   on how to configure destination per-process. Command line options may also be passed through the
   scheduler in order to configure the global default behavior.