Repository: mesos Updated Branches: refs/heads/master 16455857e -> 5f36029d6
Removed a stale link to the libprocess video. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/06a7d184 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/06a7d184 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/06a7d184 Branch: refs/heads/master Commit: 06a7d184d12fba579d309a8f09b53c808f194e0f Parents: 1645585 Author: Alexander Rukletsov <[email protected]> Authored: Fri Jul 6 09:46:51 2018 +0200 Committer: Alexander Rukletsov <[email protected]> Committed: Fri Jul 6 09:46:51 2018 +0200 ---------------------------------------------------------------------- docs/advanced-contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/06a7d184/docs/advanced-contribution.md ---------------------------------------------------------------------- diff --git a/docs/advanced-contribution.md b/docs/advanced-contribution.md index f951491..fb80d7f 100644 --- a/docs/advanced-contribution.md +++ b/docs/advanced-contribution.md @@ -123,4 +123,4 @@ The following links provide additional guidance as you get started contributing ## Core Libraries -There are two core libraries in Mesos: *stout* and *libprocess*. *stout* is the low level operating system abstraction tooling that should be used in place of writing your own low level tools. *libprocess* is a library used to support building compatible concurrent components (see [video](https://www.youtube.com/watch?v=5EIiU6R_6KE) for an introduction to the *libprocess* library). New contributors to Mesos should become familiar with these libraries and utilize them where appropriate. Additional documentation can be found in the following two README files: [3rdparty/libprocess/README.md](https://github.com/apache/mesos/blob/master/3rdparty/libprocess/README.md) and [3rdparty/stout/README.md](https://github.com/apache/mesos/blob/master/3rdparty/stout/README.md). +There are two core libraries in Mesos: *stout* and *libprocess*. *stout* is the low level operating system abstraction tooling that should be used in place of writing your own low level tools. *libprocess* is a library used to support building compatible concurrent components. New contributors to Mesos should become familiar with these libraries and utilize them where appropriate. Additional documentation can be found in the following two README files: [3rdparty/libprocess/README.md](https://github.com/apache/mesos/blob/master/3rdparty/libprocess/README.md) and [3rdparty/stout/README.md](https://github.com/apache/mesos/blob/master/3rdparty/stout/README.md).
