2019-02-14 21:57:43 +01:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<!-- Credit goes to https://stackoverflow.com/a/5411601 -->
|
|
|
|
<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/">
|
|
|
|
<script type="text/javascript">
|
|
|
|
window.location.href = "https://japaric.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>.
|
|
|
|
</body>
|
|
|
|
</html>
|