diff options
author | William Lynch <william@lynch.us> | 2015-01-16 17:39:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-01-16 20:50:44 (GMT) |
commit | 91fbcda28fff000f8ece00ba7b23cc4fa4889cef (patch) | |
tree | 5a78c505a9abb9ca22102a9cd3237fc83982b6de /Auxiliary | |
parent | c118816d44e178e4364a0c32aaece81a14511237 (diff) | |
download | CMake-91fbcda28fff000f8ece00ba7b23cc4fa4889cef.zip CMake-91fbcda28fff000f8ece00ba7b23cc4fa4889cef.tar.gz CMake-91fbcda28fff000f8ece00ba7b23cc4fa4889cef.tar.bz2 |
Help: Update cmake.org links to avoid redirects
Some links to cmake.org now redirect, so link to the new pages directly.
Diffstat (limited to 'Auxiliary')
-rw-r--r-- | Auxiliary/cmake-indent.vim | 2 | ||||
-rw-r--r-- | Auxiliary/cmake-syntax.vim | 2 |
2 files changed, 2 insertions, 2 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 |