Modified: mesos/site/source/documentation/latest.html.md
URL: 
http://svn.apache.org/viewvc/mesos/site/source/documentation/latest.html.md?rev=1675482&r1=1675481&r2=1675482&view=diff
==============================================================================
--- mesos/site/source/documentation/latest.html.md (original)
+++ mesos/site/source/documentation/latest.html.md Wed Apr 22 19:58:52 2015
@@ -12,8 +12,9 @@ layout: documentation
 ## Running Mesos
 
 * [Configuration](/documentation/latest/configuration/) for command-line 
arguments.
+* [Mesos Containerizer](/documentation/latest/mesos-containerizer/) default 
containerizer, supports both Linux and POSIX systems.
 * [Docker Containerizer](/documentation/latest/docker-containerizer/) for 
launching a Docker image as a Task, or as an Executor.
-* [External Containerizer](/documentation/latest/external-containerizer/)
+* [External Containerizer](/documentation/latest/external-containerizer/) for 
custom containerization implementations.
 * [Framework Authorization](/documentation/latest/authorization/)
 * [Framework Rate Limiting](/documentation/latest/framework-rate-limiting/)
 * [Logging and Debugging](/documentation/latest/logging-and-debugging/) for 
viewing Mesos and framework logs.

Modified: mesos/site/source/documentation/latest/mesos-developers-guide.md
URL: 
http://svn.apache.org/viewvc/mesos/site/source/documentation/latest/mesos-developers-guide.md?rev=1675482&r1=1675481&r2=1675482&view=diff
==============================================================================
--- mesos/site/source/documentation/latest/mesos-developers-guide.md (original)
+++ mesos/site/source/documentation/latest/mesos-developers-guide.md Wed Apr 22 
19:58:52 2015
@@ -18,7 +18,7 @@ layout: documentation
 ### Before you submit
 1. Check out the code from the Apache repository via Git. Instructions are on 
the [Getting Started](http://mesos.apache.org/gettingstarted/) page.
 
-2. Join the [email protected] mailing list by sending an email to 
[email protected]
+2. Join the dev, issues, reviews and builds mailing lists by sending emails to 
[email protected], [email protected], 
[email protected] and [email protected] 
respectively.
 
 3. Find a JIRA that is currently unassigned that you want to work on at [JIRA 
issue tracker](https://issues.apache.org/jira/browse/MESOS), or create your own 
(you'll need a JIRA account for this, see below)!
     1. This could be a JIRA representing a bug (possibly a bug that you 
encountered and reported, e.g. when trying to build) or a new feature


Reply via email to