Browse Source

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

Renée Kooi 5 years ago
parent
commit
44495c3246
1 changed files with 24 additions and 0 deletions
  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>
+