diff --git a/docs/source/Building.md b/docs/source/Building.md
index daeeb1ee2ba6c95f9beaa8c4d0b8ac919656de80..a05e3991b83e3f22b91ffc3e673d8d2b65a88511 100644
--- a/docs/source/Building.md
+++ b/docs/source/Building.md
@@ -5,7 +5,7 @@ Building    {#flatbuffers_guide_building}
 
 The distribution comes with a `cmake` file that should allow
 you to build project/make files for any platform. For details on `cmake`, see
-<http://www.cmake.org>. In brief, depending on your platform, use one of
+<https://www.cmake.org>. In brief, depending on your platform, use one of
 e.g.:
 
     cmake -G "Unix Makefiles"