summaryrefslogtreecommitdiffstats
path: root/vendor/mdbook/src/theme/redirect.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/mdbook/src/theme/redirect.hbs')
-rw-r--r--vendor/mdbook/src/theme/redirect.hbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/mdbook/src/theme/redirect.hbs b/vendor/mdbook/src/theme/redirect.hbs
index 9f49e6d09..d0532a504 100644
--- a/vendor/mdbook/src/theme/redirect.hbs
+++ b/vendor/mdbook/src/theme/redirect.hbs
@@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
- <meta http-equiv="refresh" content="0;URL='{{url}}'">
- <meta rel="canonical" href="{{url}}">
+ <meta http-equiv="refresh" content="0; URL={{url}}">
+ <link rel="canonical" href="{{url}}">
</head>
<body>
<p>Redirecting to... <a href="{{url}}">{{url}}</a>.</p>