aboutsummaryrefslogtreecommitdiff
path: root/redirect.html
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-09-15 18:21:58 +0000
committerGitHub <noreply@github.com>2019-09-15 18:21:58 +0000
commita601b3fa2600409e73d078b6065c2cd3cfebd75a (patch)
treee6795bcc53631e935efafddead911991fbdf3801 /redirect.html
parent4ff28e9d13e845abf39c662643ae2ff5df57ec16 (diff)
parentc8197f524e349de8a6497c6cba00b57189bb5c3e (diff)
Merge #234
234: fix gh-pages build r=korken89 a=japaric this should build the latest docs and the docs for v0.4.x after successful merges Co-authored-by: Jorge Aparicio <jorge@japaric.io>
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 c42694b..58f1a72 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://japaric.github.io/cortex-m-rtfm/book/en/">
+ <meta http-equiv="refresh" content="0; url=https://rtfm-rs.github.io/cortex-m-rtfm/book/en/">
<script type="text/javascript">
- window.location.href = "https://japaric.github.io/cortex-m-rtfm/book/en/"
+ window.location.href = "https://rtfm-rs.github.io/cortex-m-rtfm/book/en/"
</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://japaric.github.io/cortex-m-rtfm/book/en/'>link to example</a>.
+ If you are not redirected automatically, follow this <a href='https://rtfm-rs.github.io/cortex-m-rtfm/book/en/'>link to example</a>.
</body>
</html>