mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 12:55:23 +01:00
fix redirects and CNAME
This commit is contained in:
parent
c14f7d1ce9
commit
a593e49a3e
2 changed files with 11 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue