[clang-tools-extra] r247153 - [clang-tidy] Automatically redirect to the new page.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 9 08:23:39 PDT 2015


Author: alexfh
Date: Wed Sep  9 10:23:39 2015
New Revision: 247153

URL: http://llvm.org/viewvc/llvm-project?rev=247153&view=rev
Log:
[clang-tidy] Automatically redirect to the new page.

Modified:
    clang-tools-extra/trunk/docs/clang-tidy.rst

Modified: clang-tools-extra/trunk/docs/clang-tidy.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy.rst?rev=247153&r1=247152&r2=247153&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy.rst Wed Sep  9 10:23:39 2015
@@ -1 +1,4 @@
-clang-tidy documentation moved here: http://clang.llvm.org/extra/clang-tidy/
+.. meta::
+   :http-equiv=refresh: 0;URL='http://clang.llvm.org/extra/clang-tidy/'
+
+clang-tidy documentation has moved here: http://clang.llvm.org/extra/clang-tidy/




More information about the cfe-commits mailing list