Skip to content

Commit

Permalink
Add docs/404.html (#269)
Browse files Browse the repository at this point in the history
This also redirects, like docs/index.html, so this should catch
any other links people have to pages on https://cqcl.github.io/pytket/ .
  • Loading branch information
isobelhooper authored Nov 10, 2023
1 parent 5ae3a73 commit 71fed86
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="refresh" content="0; url=https://tket.quantinuum.com/user-manual/"/>
<script type="text/javascript">
window.location.href = "https://tket.quantinuum.com/user-manual/"
</script>
<title>TKET docs have moved to tket.quantinuum.com</title>
</head>
<body>
<p>
If you are not redirected automatically, follow
<a href="https://tket.quantinuum.com/user-manual/">this link to the user manual on tket.quantinuum.com</a>.
</p>
</body>
</html>

0 comments on commit 71fed86

Please sign in to comment.