diff options
author | Brad King <brad.king@kitware.com> | 2015-01-16 20:51:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-01-16 20:51:16 (GMT) |
commit | 99f66e9b4aae95f1d229f83e53c26f9d7c212b79 (patch) | |
tree | 36814cfe4b4040d80a95037738e51c4a1efd760f | |
parent | 8741991e4bf913e009030a66cac81004f63d7b45 (diff) | |
parent | 91fbcda28fff000f8ece00ba7b23cc4fa4889cef (diff) | |
download | CMake-99f66e9b4aae95f1d229f83e53c26f9d7c212b79.zip CMake-99f66e9b4aae95f1d229f83e53c26f9d7c212b79.tar.gz CMake-99f66e9b4aae95f1d229f83e53c26f9d7c212b79.tar.bz2 |
Merge branch 'fix-cmake-org-links' into release
-rw-r--r-- | Auxiliary/cmake-indent.vim | 2 | ||||
-rw-r--r-- | Auxiliary/cmake-syntax.vim | 2 | ||||
-rw-r--r-- | Help/manual/LINKS.txt | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Auxiliary/cmake-indent.vim b/Auxiliary/cmake-indent.vim index a26dd06..6cee9c8 100644 --- a/Auxiliary/cmake-indent.vim +++ b/Auxiliary/cmake-indent.vim @@ -16,7 +16,7 @@ " Version: $Revision$ " " Licence: The CMake license applies to this file. See -" http://www.cmake.org/HTML/Copyright.html +" http://www.cmake.org/licensing " This implies that distribution with Vim is allowed if exists("b:did_indent") diff --git a/Auxiliary/cmake-syntax.vim b/Auxiliary/cmake-syntax.vim index 782130d..3e4a122 100644 --- a/Auxiliary/cmake-syntax.vim +++ b/Auxiliary/cmake-syntax.vim @@ -16,7 +16,7 @@ " Version: $Revision$ " " Licence: The CMake license applies to this file. See -" http://www.cmake.org/HTML/Copyright.html +" http://www.cmake.org/licensing " This implies that distribution with Vim is allowed " For version 5.x: Clear all syntax items diff --git a/Help/manual/LINKS.txt b/Help/manual/LINKS.txt index f6f707d..38fd151 100644 --- a/Help/manual/LINKS.txt +++ b/Help/manual/LINKS.txt @@ -11,12 +11,12 @@ Frequently Asked Questions A Wiki is provided containing answers to frequently asked questions. Online Documentation - http://www.cmake.org/HTML/Documentation.html + http://www.cmake.org/documentation Links to available documentation may be found on this web page. Mailing List - http://www.cmake.org/HTML/MailingLists.html + http://www.cmake.org/mailing-lists For help and discussion about using cmake, a mailing list is provided at cmake@cmake.org. The list is member-post-only but one |