You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by as...@apache.org on 2020/11/24 15:53:46 UTC

[mesos] 03/03: Updated `building.md` for the 1.11.0 release.

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 <as...@apache.org>
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***)