Index: docs/clang-tidy/checks/hicpp-explicit-conversions.rst
===================================================================
--- docs/clang-tidy/checks/hicpp-explicit-conversions.rst
+++ docs/clang-tidy/checks/hicpp-explicit-conversions.rst
@@ -1,4 +1,6 @@
 .. title:: clang-tidy - hicpp-explicit-conversions
+.. meta::
+   :http-equiv=refresh: 5;URL=google-explicit-constructor.html
 
 hicpp-explicit-conversions
 ==========================
Index: docs/clang-tidy/checks/hicpp-function-size.rst
===================================================================
--- docs/clang-tidy/checks/hicpp-function-size.rst
+++ docs/clang-tidy/checks/hicpp-function-size.rst
@@ -1,4 +1,6 @@
 .. title:: clang-tidy - hicpp-function-size
+.. meta::
+   :http-equiv=refresh: 5;URL=readability-function-size.html
 
 hicpp-function-size
 ===================
Index: docs/clang-tidy/checks/hicpp-invalid-access-moved.rst
===================================================================
--- docs/clang-tidy/checks/hicpp-invalid-access-moved.rst
+++ docs/clang-tidy/checks/hicpp-invalid-access-moved.rst
@@ -1,4 +1,6 @@
 .. title:: clang-tidy - hicpp-invalid-access-moved
+.. meta::
+   :http-equiv=refresh: 5;URL=misc-use-after-move.html
 
 hicpp-invalid-access-moved
 ==========================
Index: docs/clang-tidy/checks/hicpp-member-init.rst
===================================================================
--- docs/clang-tidy/checks/hicpp-member-init.rst
+++ docs/clang-tidy/checks/hicpp-member-init.rst
@@ -1,4 +1,6 @@
 .. title:: clang-tidy - hicpp-member-init
+.. meta::
+   :http-equiv=refresh: 5;URL=cppcoreguidelines-pro-type-member-init.hml
 
 hicpp-member-init
 =================
Index: docs/clang-tidy/checks/hicpp-named-parameter.rst
===================================================================
--- docs/clang-tidy/checks/hicpp-named-parameter.rst
+++ docs/clang-tidy/checks/hicpp-named-parameter.rst
@@ -1,4 +1,6 @@
 .. title:: clang-tidy - hicpp-named-parameter
+.. meta::
+   :http-equiv=refresh: 5;URL=readability-named-parameter.hml
 
 hicpp-named-parameter
 =====================
Index: docs/clang-tidy/checks/hicpp-new-delete-operators.rst
===================================================================
--- docs/clang-tidy/checks/hicpp-new-delete-operators.rst
+++ docs/clang-tidy/checks/hicpp-new-delete-operators.rst
@@ -1,4 +1,6 @@
 .. title:: clang-tidy - hicpp-new-delete-operators
+.. meta::
+   :http-equiv=refresh: 5;URL=misc-new-delete-overloads.hml
 
 hicpp-new-delete-operators
 ==========================
Index: docs/clang-tidy/checks/hicpp-noexcept-move.rst
===================================================================
--- docs/clang-tidy/checks/hicpp-noexcept-move.rst
+++ docs/clang-tidy/checks/hicpp-noexcept-move.rst
@@ -1,4 +1,6 @@
 .. title:: clang-tidy - hicpp-noexcept-move
+.. meta::
+   :http-equiv=refresh: 5;URL=misc-noexcept-moveconstructor.hml
 
 hicpp-noexcept-move
 ===================
Index: docs/clang-tidy/checks/hicpp-special-member-functions.rst
===================================================================
--- docs/clang-tidy/checks/hicpp-special-member-functions.rst
+++ docs/clang-tidy/checks/hicpp-special-member-functions.rst
@@ -1,4 +1,6 @@
 .. title:: clang-tidy - hicpp-special-member-functions
+.. meta::
+   :http-equiv=refresh: 5;URL=cppcoreguidelines-special-member-functions.hml
 
 hicpp-special-member-functions
 ==============================
Index: docs/clang-tidy/checks/hicpp-undelegated-constructor.rst
===================================================================
--- docs/clang-tidy/checks/hicpp-undelegated-constructor.rst
+++ docs/clang-tidy/checks/hicpp-undelegated-constructor.rst
@@ -1,4 +1,6 @@
 .. title:: clang-tidy - hicpp-undelegated-construtor
+.. meta::
+   :http-equiv=refresh: 5;URL=misc-undelegated-constructor.hml
 
 hicpp-undelegated-constructor
 =============================
Index: docs/clang-tidy/checks/hicpp-use-equals-default.rst
===================================================================
--- docs/clang-tidy/checks/hicpp-use-equals-default.rst
+++ docs/clang-tidy/checks/hicpp-use-equals-default.rst
@@ -1,4 +1,6 @@
 .. title:: clang-tidy - hicpp-use-equals-defaults
+.. meta::
+   :http-equiv=refresh: 5;URL=modernize-use-equals-default.hml
 
 hicpp-use-equals-default
 ========================
Index: docs/clang-tidy/checks/hicpp-use-equals-delete.rst
===================================================================
--- docs/clang-tidy/checks/hicpp-use-equals-delete.rst
+++ docs/clang-tidy/checks/hicpp-use-equals-delete.rst
@@ -1,4 +1,6 @@
 .. title:: clang-tidy - hicpp-use-equals-delete
+.. meta::
+   :http-equiv=refresh: 5;URL=modernize-use-equals-delete.hml
 
 hicpp-use-equals-delete
 =======================
Index: docs/clang-tidy/checks/hicpp-use-override.rst
===================================================================
--- docs/clang-tidy/checks/hicpp-use-override.rst
+++ docs/clang-tidy/checks/hicpp-use-override.rst
@@ -1,4 +1,6 @@
 .. title:: clang-tidy - hicpp-use-override
+.. meta::
+   :http-equiv=refresh: 5;URL=modernize-use-override.hml
 
 hicpp-use-override
 ==================
Index: docs/clang-tidy/checks/list.rst
===================================================================
--- docs/clang-tidy/checks/list.rst
+++ docs/clang-tidy/checks/list.rst
@@ -59,19 +59,19 @@
    google-runtime-member-string-references
    google-runtime-operator
    google-runtime-references
-   hicpp-explicit-conversions
-   hicpp-function-size
-   hicpp-invalid-access-moved
-   hicpp-member-init
-   hicpp-named-parameter
-   hicpp-new-delete-operators
+   hicpp-explicit-conversions (redirects to google-explicit-constructor) <hicpp-explicit-conversions>
+   hicpp-function-size (redirects to readability-function-size) <hicpp-function-size>
+   hicpp-invalid-access-moved (redirects to misc-use-after-move) <hicpp-invalid-access-moved>
+   hicpp-member-init (redirects to cppcoreguidelines-pro-type-member-init) <hicpp-member-init>
+   hicpp-named-parameter (redirects to readability-named-parameter) <hicpp-named-parameter>
+   hicpp-new-delete-operators (redirects to misc-new-delete-overloads) <hicpp-new-delete-operators>
    hicpp-no-assembler
-   hicpp-noexcept-move
-   hicpp-special-member-functions
-   hicpp-undelegated-constructor
-   hicpp-use-equals-default
-   hicpp-use-equals-delete
-   hicpp-use-override
+   hicpp-noexcept-move (redirects to misc-noexcept-moveconstructor) <hicpp-noexcept-move>
+   hicpp-special-member-functions (redirects to cppcoreguidelines-special-member-functions) <hicpp-special-member-functions>
+   hicpp-undelegated-constructor (redirects to misc-undelegated-constructor) <hicpp-undelegated-constructor>
+   hicpp-use-equals-default (redirects to modernize-use-equals-default) <hicpp-use-equals-default>
+   hicpp-use-equals-delete (redirects to modernize-use-equals-delete) <hicpp-use-equals-delete>
+   hicpp-use-override (redirects to modernize-use-override) <hicpp-use-override>
    llvm-header-guard
    llvm-include-order
    llvm-namespace-comment