aboutsummaryrefslogtreecommitdiff
path: root/redirect.html
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2019-09-15 21:40:40 +0200
committerJorge Aparicio <jorge@japaric.io>2019-09-15 21:40:40 +0200
commita593e49a3ec6736065333efc0254ee4c44eaa45d (patch)
tree293ad9e4e449af287c11ee53e61de4aa8bd9f705 /redirect.html
parentc14f7d1ce90ad4957801336cefe65b7fa82fe63f (diff)
fix redirects and CNAME
Diffstat (limited to 'redirect.html')
-rw-r--r--redirect.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/redirect.html b/redirect.html
index 58f1a72..b832e0b 100644
--- a/redirect.html
+++ b/redirect.html
@@ -3,14 +3,14 @@
<html lang="en-US">
<head>
<meta charset="UTF-8">
- <meta http-equiv="refresh" content="0; url=https://rtfm-rs.github.io/cortex-m-rtfm/book/en/">
+ <meta http-equiv="refresh" content="0; url=URL">
<script type="text/javascript">
- window.location.href = "https://rtfm-rs.github.io/cortex-m-rtfm/book/en/"
+ window.location.href = "URL"
</script>
<title>Page Redirection</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
- If you are not redirected automatically, follow this <a href='https://rtfm-rs.github.io/cortex-m-rtfm/book/en/'>link to example</a>.
+ If you are not redirected automatically, follow this <a href='URL'>link</a>.
</body>
</html>