This is an automated email from the ASF dual-hosted git repository. asekretenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 206da612c0aada0b1d86beb63660d9083b774894 Author: Andrei Sekretenko <[email protected]> AuthorDate: Tue Nov 24 16:40:17 2020 +0100 Updated `building.md` for the 1.11.0 release. --- docs/building.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building.md b/docs/building.md index b805b38..6541182 100644 --- a/docs/building.md +++ b/docs/building.md @@ -11,8 +11,8 @@ There are different ways you can get Mesos: 1\. Download the latest stable release from [Apache](http://mesos.apache.org/downloads/) (***Recommended***) - $ wget http://www.apache.org/dist/mesos/1.10.0/mesos-1.10.0.tar.gz - $ tar -zxf mesos-1.10.0.tar.gz + $ wget https://downloads.apache.org/mesos/1.11.0/mesos-1.11.0.tar.gz + $ tar -zxf mesos-1.11.0.tar.gz 2\. Clone the Mesos git [repository](https://gitbox.apache.org/repos/asf/mesos.git) (***Advanced Users Only***)
