fix gh-pages build

This commit is contained in:
Jorge Aparicio 2019-09-15 20:19:48 +02:00
parent 4ff28e9d13
commit c8197f524e
5 changed files with 38 additions and 15 deletions

View file

@ -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>