You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2017/11/08 18:35:47 UTC

mesos git commit: Fix bad links.

Repository: mesos
Updated Branches:
  refs/heads/master 677305f0b -> a98363fb9


Fix bad links.

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


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

Branch: refs/heads/master
Commit: a98363fb9df4023e3719f70ba734bed54e222bda
Parents: 677305f
Author: Tomasz Janiszewski <ja...@gmail.com>
Authored: Wed Nov 8 10:35:33 2017 -0800
Committer: Vinod Kone <vi...@gmail.com>
Committed: Wed Nov 8 10:35:33 2017 -0800

----------------------------------------------------------------------
 docs/app-framework-development-guide.md                 | 2 +-
 docs/cmake.md                                           | 5 ++---
 docs/cni.md                                             | 2 +-
 docs/isolators/network-port-mapping.md                  | 2 +-
 docs/upgrades.md                                        | 2 +-
 docs/working-groups.md                                  | 4 ++--
 site/source/blog/2014-03-28-mesos-community-update-1.md | 4 ++--
 site/source/layouts/community_section.erb               | 2 +-
 8 files changed, 11 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a98363fb/docs/app-framework-development-guide.md
----------------------------------------------------------------------
diff --git a/docs/app-framework-development-guide.md b/docs/app-framework-development-guide.md
index 6e73e4e..e31bffc 100644
--- a/docs/app-framework-development-guide.md
+++ b/docs/app-framework-development-guide.md
@@ -362,7 +362,7 @@ Executor implementation. For example, you may not want a 1:1 relationship
 between tasks and processes.
 
 If you are writing an executor against Mesos 1.0 or newer, it is recommended
-to use the new [HTTP API](executor-http-api) to talk to Mesos.
+to use the new [HTTP API](executor-http-api.md) to talk to Mesos.
 
 If writing against Mesos 0.28.0 or older, your framework executor must inherit
 from the Executor class. It must override the launchTask() method. You can use

http://git-wip-us.apache.org/repos/asf/mesos/blob/a98363fb/docs/cmake.md
----------------------------------------------------------------------
diff --git a/docs/cmake.md b/docs/cmake.md
index 84cc319..b8f9e7c 100644
--- a/docs/cmake.md
+++ b/docs/cmake.md
@@ -242,13 +242,12 @@ part of the build (such as protobuf or the JNI headers).
 
 ## Checking `CMAKE_BUILD_TYPE`
 
-See the ["Building debug or release configurations"][config] example for more
-information. In short, not all generators respect the variable
+See the ["Building debug or release configurations"](cmake-examples.md#building-debug-or-release-configurations)
+example for more information. In short, not all generators respect the variable
 `CMAKE_BUILD_TYPE` at configuration time, and thus it must not be used in CMake
 logic. A usable alternative (where supported) is a [generator expression][] such
 as `$<$<CONFIG:Debug>:DEBUG_MODE>`.
 
-[config]: cmake-examples.md#building-debug-or-release-configurations
 [generator expression]: https://cmake.org/cmake/help/latest/manual/cmake-generator-expressions.7.html#logical-expressions
 
 # Remaining hacks

http://git-wip-us.apache.org/repos/asf/mesos/blob/a98363fb/docs/cni.md
----------------------------------------------------------------------
diff --git a/docs/cni.md b/docs/cni.md
index 09159cd..c45ce27 100644
--- a/docs/cni.md
+++ b/docs/cni.md
@@ -392,7 +392,7 @@ that services running on the container can be exposed outside the host
 on which the container is running.
 
 Unfortunately, there is no CNI plugin available in the
-[containernetworking/cni](https://github.com/containernetwork/cni)
+[containernetworking/cni](https://github.com/containernetworking/cni)
 repository that provides port-mapping functionality.
 Hence, we have developed a port-mapper CNI plugin that resides
 within the Mesos code base called the `mesos-cni-port-mapper`. The

http://git-wip-us.apache.org/repos/asf/mesos/blob/a98363fb/docs/isolators/network-port-mapping.md
----------------------------------------------------------------------
diff --git a/docs/isolators/network-port-mapping.md b/docs/isolators/network-port-mapping.md
index 522f2ed..250aa87 100644
--- a/docs/isolators/network-port-mapping.md
+++ b/docs/isolators/network-port-mapping.md
@@ -182,7 +182,7 @@ allocated by the framework, limiting container transmit bandwidth to
 ## Monitoring container network statistics
 
 Mesos exposes statistics from the Linux network stack for each container network
-on the [/monitor/statistics](endpoints/slave/monitor/statistics.md) agent endpoint.
+on the [/monitor/statistics](../endpoints/slave/monitor/statistics.md) agent endpoint.
 
 From the network interface inside the container, we report the following
 counters (since container creation) under the `statistics` key:

http://git-wip-us.apache.org/repos/asf/mesos/blob/a98363fb/docs/upgrades.md
----------------------------------------------------------------------
diff --git a/docs/upgrades.md b/docs/upgrades.md
index b65a350..0e4015a 100644
--- a/docs/upgrades.md
+++ b/docs/upgrades.md
@@ -109,7 +109,7 @@ We categorize the changes as follows:
 
   <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Module API-->
     <ul style="padding-left:10px;">
-      <li>C <a href="1-4-x-allocator-update-slave">Changed semantics of Allocator::updateSlave</a></li>
+      <li>C <a href="#1-4-x-allocator-update-slave">Changed semantics of Allocator::updateSlave</a></li>
     </ul>
   </td>
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/a98363fb/docs/working-groups.md
----------------------------------------------------------------------
diff --git a/docs/working-groups.md b/docs/working-groups.md
index 19645d1..df6f050 100644
--- a/docs/working-groups.md
+++ b/docs/working-groups.md
@@ -30,5 +30,5 @@ In order to distinguish emails for a specific working group, please tag the emai
 
 | Name | Leads | Slack Channel | Meetings |
 |------|-------|---------------|----------|
-| Containerization | [Jie Yu](yujie.jay@gmail.com) | #containerizer | [Every other Thursday at 9:00 AM PST](https://docs.google.com/document/d/1z55a7tLZFoRWVuUxz1FZwgxkHeugtc2nHR89skFXSpU/edit?usp=sharing) |
-| Performance | [Benjamin Mahler](bmahler@apache.org) | #performance | [Monthly at 10 AM PST on Wednesday]() |https://docs.google.com/document/d/12hWGuzbqyNWc2l1ysbPcXwc0pzHEy4bodagrlNGCuQU/edit?usp=sharing) |
+| Containerization | [Jie Yu](mailto:yujie.jay@gmail.com) | #containerizer | [Every other Thursday at 9:00 AM PST](https://docs.google.com/document/d/1z55a7tLZFoRWVuUxz1FZwgxkHeugtc2nHR89skFXSpU/edit?usp=sharing) |
+| Performance | [Benjamin Mahler](mailto:bmahler@apache.org) | #performance | [Monthly at 10 AM PST on Wednesday]() |https://docs.google.com/document/d/12hWGuzbqyNWc2l1ysbPcXwc0pzHEy4bodagrlNGCuQU/edit?usp=sharing) |
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/a98363fb/site/source/blog/2014-03-28-mesos-community-update-1.md
----------------------------------------------------------------------
diff --git a/site/source/blog/2014-03-28-mesos-community-update-1.md b/site/source/blog/2014-03-28-mesos-community-update-1.md
index 3b8114d..ed01fc2 100644
--- a/site/source/blog/2014-03-28-mesos-community-update-1.md
+++ b/site/source/blog/2014-03-28-mesos-community-update-1.md
@@ -28,7 +28,7 @@ The Mesosphere team wants to help you keep up with all of the community activity
 
 * On February 27, [Mesos 0.17.0 was released](http://mesos.apache.org/blog/mesos-0-17-0-released-featuring-autorecovery/) and you can [download it here](http://mesosphere.io/downloads/#apache-mesos-0.17.0). The 0.17.0 release features auto-recovery of the replicated log, which enhances Mesos’s high-availability and fault-tolerance. Read more here: [Mesos 0.17.0 release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12325669)
 
-* On the path toward fully implementing the [Mesos Registrar Design](https://cwiki.apache.org/confluence/display/MESOS/Registrar+Design+Document), we saw progress toward creating [persistence of state information for slaves](https://issues.apache.org/jira/browse/MESOS-764). Placing a small amount of state information in highly-available storage will make recovery of slaves faster and more graceful (this has been [lacking for a while](http://https//issues.apache.org/jira/browse/MESOS-295)).
+* On the path toward fully implementing the [Mesos Registrar Design](https://cwiki.apache.org/confluence/display/MESOS/Registrar+Design+Document), we saw progress toward creating [persistence of state information for slaves](https://issues.apache.org/jira/browse/MESOS-764). Placing a small amount of state information in highly-available storage will make recovery of slaves faster and more graceful (this has been [lacking for a while](https://issues.apache.org/jira/browse/MESOS-295)).
 
 * Mesosphere has packaged a pre-release version of Mesos 0.18.0 (release candidate 4) that you can now [download](http://mesosphere.io/downloads/#apache-mesos-0.18.0-rc4). The primary features of the [upcoming 0.18.0 release](https://github.com/apache/mesos/blob/0.18.0-rc4/CHANGELOG) are changes that make it easier to insert pluggable container technologies, like Docker. 0.18.0 foreshadows some pretty interesting Docker integrations with Mesos.
 
@@ -40,4 +40,4 @@ The Mesosphere team wants to help you keep up with all of the community activity
 
 We hope to publish these updates at least a few times each month, and we’re interested in your suggestions. Please let us know what you think about the length, content and style, and send us your tips on what to publish each week. Do you have something to share? Write to us at [community@mesosphere.io](mailto:community@mesosphere.io).
 
-_This post was co-authored by Abhishek Parolkar. Follow him on Twitter at [@parolkar](https://twitter.com/parolkar)._ 
\ No newline at end of file
+_This post was co-authored by Abhishek Parolkar. Follow him on Twitter at [@parolkar](https://twitter.com/parolkar)._

http://git-wip-us.apache.org/repos/asf/mesos/blob/a98363fb/site/source/layouts/community_section.erb
----------------------------------------------------------------------
diff --git a/site/source/layouts/community_section.erb b/site/source/layouts/community_section.erb
index 07fd288..71ff648 100644
--- a/site/source/layouts/community_section.erb
+++ b/site/source/layouts/community_section.erb
@@ -2,7 +2,7 @@
 <div class="row">
   <div class="col-md-2">
     <ul class="list-group">
-      <li class="list-group-item"><a href="/documentation/latest/submitting-a-patch/">Contribute</a></li>
+      <li class="list-group-item"><a href="/documentation/latest/beginner-contribution/">Contribute</a></li>
       <li class="list-group-item"><a href="/documentation/latest/powered-by-mesos/">Mesos Adopters</a></li>
       <li class="list-group-item"><a href="/community/user-groups/">User Groups</a></li>
       <li class="list-group-item"><a href="/documentation/latest/committers/">Committers</a></li>