diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 76561b90f846b79116c1555539d2c0d6257e2e80..3499da889e56ee685aab836eceaff3662cd417c0 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -4,10 +4,10 @@ Contributing to CMake
 Community
 =========
 
-CMake is maintained by `Kitware, Inc.`_ and developed in
+CMake is maintained and supported by `Kitware`_ and developed in
 collaboration with a productive community of contributors.
 
-.. _`Kitware, Inc.`: http://www.kitware.com
+.. _`Kitware`: http://www.kitware.com/cmake
 
 The preferred entry point for new contributors is the mailing list.
 Please subscribe and post to the `CMake Developers List`_ to offer
diff --git a/README.rst b/README.rst
index 1b5b0c3c36c4913d92b5b21202ddf39546d658a5..e91b2093349581c681a9aad328c75898ffc920f1 100644
--- a/README.rst
+++ b/README.rst
@@ -11,10 +11,10 @@ For full documentation visit the `CMake Home Page`_ and the
 .. _`CMake Home Page`: http://www.cmake.org
 .. _`CMake Documentation Page`: http://www.cmake.org/cmake/help/documentation.html
 
-CMake is maintained by `Kitware, Inc.`_ and developed in
+CMake is maintained and supported by `Kitware`_ and developed in
 collaboration with a productive community of contributors.
 
-.. _`Kitware, Inc.`: http://www.kitware.com
+.. _`Kitware`: http://www.kitware.com/cmake
 
 License
 =======
diff --git a/Source/QtDialog/CMakeSetupDialog.cxx b/Source/QtDialog/CMakeSetupDialog.cxx
index f62afd68d4bb7621526e83d65d10c2c49447ef40..10879c0686c81d2260d83aec2ff449f503061bc8 100644
--- a/Source/QtDialog/CMakeSetupDialog.cxx
+++ b/Source/QtDialog/CMakeSetupDialog.cxx
@@ -812,7 +812,7 @@ void CMakeSetupDialog::doAbout()
 {
   QString msg = tr(
     "CMake %1 (cmake.org).\n"
-    "CMake suite maintained by Kitware, Inc. (kitware.com).\n"
+    "CMake suite maintained and supported by Kitware (kitware.com/cmake).\n"
     "Distributed under terms of the BSD 3-Clause License.\n"
     "\n"
     "CMake GUI maintained by csimsoft,\n"