Skip to content

Commit

Permalink
Fix URL redirect for temporary webpage (MonitorControl#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
waydabber authored Aug 21, 2021
1 parent 79d0383 commit baf734c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://github.com/MonitorControl/MonitorControl/tree/experimental/apple-silicon#readme">
<meta http-equiv="refresh" content="0; url=https://github.com/MonitorControl/MonitorControl#readme">
<script type="text/javascript">
window.location.href = "https://github.com/MonitorControl/MonitorControl/tree/experimental/apple-silicon#readme"
window.location.href = "https://github.com/MonitorControl/MonitorControl#readme"
</script>
<title>MonitorControl - redirect</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, <a href='https://github.com/MonitorControl/MonitorControl/tree/experimental/apple-silicon#readme'>follow this link</a>!.
If you are not redirected automatically, <a href='https://github.com/MonitorControl/MonitorControl#readme'>follow this link</a>!.
</body>
</html>
</html>

0 comments on commit baf734c

Please sign in to comment.