Bump version to 19.1.0git
[llvm-project.git] / clang-tools-extra / docs / _templates / clangd_redirect.html
blobc4f6927a3cc2418f54df25e60736e13ae06a580b
1 <!DOCTYPE html>
2 {% set target = meta.redirect_target %}
3 <html>
4 <head>
5 <title>The clangd documentation has moved to clangd.llvm.org</title>
6 <link rel="canonical" href="{{ target }}"/>
7 <meta http-equiv="refresh" content="0;url={{ target }}" />
8 </head>
9 <body>
10 <h1>The clangd documentation has moved to clangd.llvm.org</h1>
11 <a href="{{ target }}">The new site<a>
12 <script>window.location='{{ target }}'</script>
13 </body>
14 </html>