You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2016/07/05 12:45:28 UTC

mesos git commit: Changed Aurora URL since it's not an incubator anymore.

Repository: mesos
Updated Branches:
  refs/heads/master 2c8588002 -> 0751cadf8


Changed Aurora URL since it's not an incubator anymore.

Review: https://reviews.apache.org/r/49631/


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

Branch: refs/heads/master
Commit: 0751cadf8d2e9317099726c89d60018cd4045f15
Parents: 2c85880
Author: Florian Pfeiffer <ap...@x8s.de>
Authored: Tue Jul 5 14:44:52 2016 +0200
Committer: Michael Park <mp...@apache.org>
Committed: Tue Jul 5 14:44:52 2016 +0200

----------------------------------------------------------------------
 docs/frameworks.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/0751cadf/docs/frameworks.md
----------------------------------------------------------------------
diff --git a/docs/frameworks.md b/docs/frameworks.md
index 6e8644f..7bbefcd 100644
--- a/docs/frameworks.md
+++ b/docs/frameworks.md
@@ -6,7 +6,7 @@ layout: documentation
 
 ## Long Running Services
 
-* [Aurora](http://aurora.incubator.apache.org) is a service scheduler that runs on top of Mesos, enabling you to run long-running services that take advantage of Mesos' scalability, fault-tolerance, and resource isolation.
+* [Aurora](http://aurora.apache.org) is a service scheduler that runs on top of Mesos, enabling you to run long-running services that take advantage of Mesos' scalability, fault-tolerance, and resource isolation.
 * [Marathon](https://github.com/mesosphere/marathon) is a private PaaS built on Mesos. It automatically handles hardware or software failures and ensures that an app is "always on".
 * [Singularity](https://github.com/HubSpot/Singularity) is a scheduler (HTTP API and web interface) for running Mesos tasks: long running processes, one-off tasks, and scheduled jobs.
 * [SSSP](https://github.com/mesosphere/sssp) is a simple web application that provides a white-label "Megaupload" for storing and sharing files in S3.