You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bb...@apache.org on 2018/07/24 12:50:22 UTC

[3/5] mesos git commit: Fixed documentation links.

Fixed documentation links.

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


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

Branch: refs/heads/master
Commit: fdbe0a710248a709b91f79ae18069f38d5d3559c
Parents: 859e907
Author: Benjamin Bannier <be...@mesosphere.io>
Authored: Tue Jul 24 12:35:25 2018 +0200
Committer: Benjamin Bannier <bb...@apache.org>
Committed: Tue Jul 24 12:35:25 2018 +0200

----------------------------------------------------------------------
 docs/cni.md                                                  | 4 ++--
 docs/csi.md                                                  | 8 ++++----
 docs/home.md                                                 | 2 +-
 docs/modules.md                                              | 4 ++--
 docs/performance-profiling.md                                | 4 ++--
 .../blog/2014-05-29-mesos-0-18-1-and-0-18-2-released.md      | 2 +-
 site/source/blog/2017-03-08-mesos-1-2-0-released.md          | 2 +-
 .../blog/2017-12-12-storage-developments-in-apache-mesos.md  | 2 +-
 site/source/community.html.md                                | 2 +-
 9 files changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/fdbe0a71/docs/cni.md
----------------------------------------------------------------------
diff --git a/docs/cni.md b/docs/cni.md
index 73b0e64..4a0e0bf 100644
--- a/docs/cni.md
+++ b/docs/cni.md
@@ -23,7 +23,7 @@ default.
   - [Adding/Deleting/Modifying CNI networks](#adding-modifying-deleting)
   - [Attaching containers to CNI networks](#attaching-containers-to-cni-networks)
   - [Accessing container network namespace](#accessing-container-network-namespace)
-  - [Passing network labels and port-mapping information to CNI plugins](#mesos-meta-data-to-cni-plugins)
+  - [Passing network labels and port-mapping information to CNI plugins](#passing-network-labels-and-port-mapping-information-to-cni-plugins)
 - [Networking Recipes](#networking-recipes)
   - [A bridge network](#a-bridge-network)
   - [A port-mapper plugin for CNI networks](#a-port-mapper-plugin)
@@ -467,7 +467,7 @@ port-mapping information itself is learned by looking at the
 `NetworkInfo` set in the `args` field of the CNI configuration passed
 by Mesos to the port-mapper plugin. Please refer to the "[Passing
 network labels and port-mapping information to CNI
-plugins](#mesos-meta-data-to-cni-plugins)" section for more details.
+plugins](#passing-network-labels-and-port-mapping-information-to-cni-plugins)" section for more details.
 
 #### <a name="a-calico-network">A Calico network</a>
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/fdbe0a71/docs/csi.md
----------------------------------------------------------------------
diff --git a/docs/csi.md b/docs/csi.md
index 7c38fc1..5f50ee9 100644
--- a/docs/csi.md
+++ b/docs/csi.md
@@ -199,8 +199,8 @@ been added to the [scheduler API](scheduler-http-api.md#accept):
 
 To learn how to use the offer operations, please refer to the
 [`ACCEPT`](scheduler-http-api.md#accept) Call in the v1 scheduler API, or
-[`acceptOffers`](app-framework-development-guide.md#scheduler-driver-api) method
-in the v0 scheduler API for more details.
+[`acceptOffers`](app-framework-development-guide.md#api) method in the v0
+scheduler API for more details.
 
 ```protobuf
 message Offer {
@@ -366,7 +366,7 @@ than low-level storage vendor specific parameters.
 ### Disk Profile Adaptor Module
 
 In order to let cluster operators customize the mapping between profiles and
-storage system-specific parameters, Mesos provides a [module](#modules.md)
+storage system-specific parameters, Mesos provides a [module](modules.md)
 interface called `DiskProfileAdaptor`.
 
 ```cpp
@@ -834,5 +834,5 @@ provided by the Mesos agent. See more details about standalone container in the
   different agent node. The external disk resources support is coming soon.
 * The CSI plugin container cannot be a Docker container yet. Storage vendors
   currently should package the CSI plugins in binary format and use the
-  [fetcher](#fetcher.md) to fetch the binary executable.
+  [fetcher](fetcher.md) to fetch the binary executable.
 * `BLOCK` type disk resources are not supported yet.

http://git-wip-us.apache.org/repos/asf/mesos/blob/fdbe0a71/docs/home.md
----------------------------------------------------------------------
diff --git a/docs/home.md b/docs/home.md
index 770217f..029b8cd 100644
--- a/docs/home.md
+++ b/docs/home.md
@@ -96,7 +96,7 @@ layout: documentation
 * [3rd Party Tools](tools.md) for developers and operators.
 * [Development Roadmap](roadmap.md)
 * [Design Docs](design-docs.md) list of design documents for various Mesos features.
-* [Working groups](working-groups.md) a listing of groups working on different components.
+* [Working groups](/community/#workinggroups) a listing of groups working on different components.
 
 ### Contributing
 * [Reporting an Issue, Improvement, or Feature](reporting-an-issue.md) for getting started with JIRA.

http://git-wip-us.apache.org/repos/asf/mesos/blob/fdbe0a71/docs/modules.md
----------------------------------------------------------------------
diff --git a/docs/modules.md b/docs/modules.md
index d3e3017..2c563ec 100644
--- a/docs/modules.md
+++ b/docs/modules.md
@@ -137,8 +137,8 @@ Here are the various module kinds currently available.
 | [`HttpAuthenticatee`](#authentication)              | Provides the client side of an HTTP authentication.                     |
 | [`HttpAuthenticator`](#authentication)              | Provides the server side of an HTTP authentication.                     |
 | [`Isolator`](#isolator)                             | Enables experimenting with specialized isolation and monitoring.        |
-| [`MasterContender`](#master_contender_and_detector) | Contender modules allow implementing custom leader election mechanisms. |
-| [`MasterDetector`](#master_contender_and_detector)  | Detector modules allow implementing custom master detection mechanisms. |
+| [`MasterContender`](#master-contender-and-detector) | Contender modules allow implementing custom leader election mechanisms. |
+| [`MasterDetector`](#master-contender-and-detector)  | Detector modules allow implementing custom master detection mechanisms. |
 | `QoSController`                                     | QoS modules allow providing task performance guarantees.                |
 | `ResourceEstimator`                                 | Estimator modules allow predicting the resources total used.            |
 | `SecretResolver`                                    | Secret resolver modules allow interfacing with secure data providers.   |

http://git-wip-us.apache.org/repos/asf/mesos/blob/fdbe0a71/docs/performance-profiling.md
----------------------------------------------------------------------
diff --git a/docs/performance-profiling.md b/docs/performance-profiling.md
index b3608a1..7d13c7e 100644
--- a/docs/performance-profiling.md
+++ b/docs/performance-profiling.md
@@ -17,6 +17,6 @@ $ sudo perf script --header | c++filt > mesos-master.stacks
 $ gzip mesos-master.stacks
 ```
 
-If you'd like to solicit help in analyzing the performance data, upload the `mesos-master.stacks.gz` to a publicly accessible location and file with `dev@mesos.apache.org` for analysis, or send the file over [slack](mesos.slack.com) to the #performance channel.
+If you'd like to solicit help in analyzing the performance data, upload the `mesos-master.stacks.gz` to a publicly accessible location and file with `dev@mesos.apache.org` for analysis, or send the file over [slack](http://mesos.slack.com) to the #performance channel.
 
-Alternatively, to do the analysis yourself, place mesos-master.stacks into the `examples` folder of a flamescope git checkout.
\ No newline at end of file
+Alternatively, to do the analysis yourself, place mesos-master.stacks into the `examples` folder of a flamescope git checkout.

http://git-wip-us.apache.org/repos/asf/mesos/blob/fdbe0a71/site/source/blog/2014-05-29-mesos-0-18-1-and-0-18-2-released.md
----------------------------------------------------------------------
diff --git a/site/source/blog/2014-05-29-mesos-0-18-1-and-0-18-2-released.md b/site/source/blog/2014-05-29-mesos-0-18-1-and-0-18-2-released.md
index 4debcba..1f5ce75 100644
--- a/site/source/blog/2014-05-29-mesos-0-18-1-and-0-18-2-released.md
+++ b/site/source/blog/2014-05-29-mesos-0-18-1-and-0-18-2-released.md
@@ -27,4 +27,4 @@ If upgrading from earlier versions than 0.18.0, please refer to the [Upgrades](h
 
 ### Getting Involved
 
-We encourage you to try out this release, and let us know what you think on the [user mailing list](user@mesos.apache.org). You can also get in touch with us via [@ApacheMesos](https://twitter.com/intent/user?screen_name=ApacheMesos) or via [mailing lists and IRC](https://mesos.apache.org/community).
\ No newline at end of file
+We encourage you to try out this release, and let us know what you think on the [user mailing list](mailto:user@mesos.apache.org). You can also get in touch with us via [@ApacheMesos](https://twitter.com/intent/user?screen_name=ApacheMesos) or via [mailing lists and IRC](https://mesos.apache.org/community).

http://git-wip-us.apache.org/repos/asf/mesos/blob/fdbe0a71/site/source/blog/2017-03-08-mesos-1-2-0-released.md
----------------------------------------------------------------------
diff --git a/site/source/blog/2017-03-08-mesos-1-2-0-released.md b/site/source/blog/2017-03-08-mesos-1-2-0-released.md
index 4edb977..cf6866e 100644
--- a/site/source/blog/2017-03-08-mesos-1-2-0-released.md
+++ b/site/source/blog/2017-03-08-mesos-1-2-0-released.md
@@ -21,7 +21,7 @@ The latest Mesos release, 1.2.0, is now available for [download](/downloads). Th
     The isolator adds support for setting POSIX resource limits (rlimits) for
     containers launched using the Mesos containerizer. POSIX rlimits can be used
     to control the resources a process can consume. See
-    [docs](/documentation/latest/posix_rlimits) for details.
+    [docs](/documentation/latest/isolators/posix-rlimits/) for details.
 
   * [MESOS-6419](https://issues.apache.org/jira/browse/MESOS-6419) -
     **Experimental**: Teardown unregistered frameworks. The master

http://git-wip-us.apache.org/repos/asf/mesos/blob/fdbe0a71/site/source/blog/2017-12-12-storage-developments-in-apache-mesos.md
----------------------------------------------------------------------
diff --git a/site/source/blog/2017-12-12-storage-developments-in-apache-mesos.md b/site/source/blog/2017-12-12-storage-developments-in-apache-mesos.md
index 5dfe6c2..2df6a66 100644
--- a/site/source/blog/2017-12-12-storage-developments-in-apache-mesos.md
+++ b/site/source/blog/2017-12-12-storage-developments-in-apache-mesos.md
@@ -32,7 +32,7 @@ The other thing I’m excited about is that we have a solution that allows a ven
 
 **Greg**: How can community members get involved going forward?
 <br>
-**Jie**: Well, there are multiple avenues. For storage vendors, you can write a CSI plugin and test it with Mesos. For Mesos users, please try out this feature! And if you want to contribute to the coding, you can reach out on the [mailing list](dev@apache.mesos.org). Hopefully we can organize a storage working group in the near future once the feature lands.
+**Jie**: Well, there are multiple avenues. For storage vendors, you can write a CSI plugin and test it with Mesos. For Mesos users, please try out this feature! And if you want to contribute to the coding, you can reach out on the [mailing list](mailto:dev@apache.mesos.org). Hopefully we can organize a storage working group in the near future once the feature lands.
 
 **Greg**: What’s next after Mesos 1.6?
 <br>

http://git-wip-us.apache.org/repos/asf/mesos/blob/fdbe0a71/site/source/community.html.md
----------------------------------------------------------------------
diff --git a/site/source/community.html.md b/site/source/community.html.md
index 3125565..48b41a9 100644
--- a/site/source/community.html.md
+++ b/site/source/community.html.md
@@ -143,7 +143,7 @@ layout: community_section
               Community
             </td>
             <td>
-              <a href="vinodkone@apache.org">Vinod Kone</a>
+              <a href="mailto:vinodkone@apache.org">Vinod Kone</a>
             </td>
             <td>
               #community