Explorar el Código

website: redirect /stats, /docs/stats, /guide/stats to package list section

Renée Kooi hace 5 años
padre
commit
44495c3246
Se han modificado 1 ficheros con 24 adiciones y 0 borrados
  1. 24 0
      website/src/stats.ejs

+ 24 - 0
website/src/stats.ejs

@@ -0,0 +1,24 @@
+---
+layout: false
+no-emoji: true
+title: Redirecting...
+permalink: docs/stats/
+alias:
+  - guide/stats/
+  - stats/
+---
+
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>Redirecting...</title>
+    <link rel="canonical" href="/docs/plugins/#package-list">
+    <meta http-equiv="refresh" content="0; url=/docs/plugins/#package-list">
+  </head>
+  <body>
+    Redirecting...
+    <a href="/docs/plugins/#package-list">Continue</a>
+  </body>
+</html>
+