Repository: aurora Updated Branches: refs/heads/master 9326fa617 -> 21c605ee4
Fix anchor links in installing.md. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/21c605ee Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/21c605ee Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/21c605ee Branch: refs/heads/master Commit: 21c605ee46e4c5f6fc072862bd9018c0e48c163d Parents: 9326fa6 Author: Bill Farner <[email protected]> Authored: Mon Dec 21 14:11:10 2015 -0800 Committer: Bill Farner <[email protected]> Committed: Mon Dec 21 14:11:10 2015 -0800 ---------------------------------------------------------------------- docs/installing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/21c605ee/docs/installing.md ---------------------------------------------------------------------- diff --git a/docs/installing.md b/docs/installing.md index cc48cd1..17ccc86 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -23,7 +23,7 @@ - [Configuration](#configuration-2) - [See also](#see-also) - [Installing Mesos](#installing-mesos) - - [Mesos on Ubuntu 14.04](#mesos-on-ubuntu-1404) + - [Mesos on Ubuntu 14.04](#mesos-on-ubuntu-14-04) - [Mesos on CentOS 7](#mesos-on-centos-7) ## Components @@ -122,7 +122,7 @@ We do have unofficial experimental RPMs available for testing purposes. ### Ubuntu 14.04 1. Install Mesos - Skip down to [install mesos](#mesos-on-ubuntu-1404), then run: + Skip down to [install mesos](#mesos-on-ubuntu-14-04), then run: sudo start mesos-master @@ -195,7 +195,7 @@ For more detail on this topic, see the dedicated page on ### Ubuntu 14.04 1. Install Mesos - Skip down to [install mesos](#mesos-on-ubuntu-1404), then run: + Skip down to [install mesos](#mesos-on-ubuntu-14-04), then run: sudo start mesos-slave
