mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
16 lines
451 B
HTML
16 lines
451 B
HTML
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Redirecting...</title>
|
|
<link rel="canonical" href="../../dev-guide/plugins/">
|
|
<meta name="robots" content="noindex">
|
|
<script>var anchor=window.location.hash.substr(1);location.href="../../dev-guide/plugins/"+(anchor?"#"+anchor:"")</script>
|
|
<meta http-equiv="refresh" content="0; url=../../dev-guide/plugins/">
|
|
</head>
|
|
<body>
|
|
Redirecting...
|
|
</body>
|
|
</html>
|