Skip to content

Commit

Permalink
Merge pull request #8 from CCBR/redirect
Browse files Browse the repository at this point in the history
docs: redirect the website to the readme
  • Loading branch information
kelly-sovacool authored Jan 16, 2024
2 parents 8d1498a + 62c9aa1 commit 9f86f43
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## TRANQUIL development version

- Redirect the website to the README. (#8, @kelly-sovacool)

## TRANQUIL 0.2.0

- Now using a changelog to track user-facing changes.
Expand Down
8 changes: 8 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Redirecting to GitHub</title>
<meta http-equiv="refresh" content="0;URL='https://github.com/CCBR/TRANQUIL/blob/main/README.md'" />
</head>
<body>
</body>
</html>

0 comments on commit 9f86f43

Please sign in to comment.