Skip to content

Commit fa23486

Browse files
authored
Add a redirect from pytorch/torchchat to the github repo (#1320)
* Add a redirect from pytorch/torchchat to the github repo * Add a .nojekyll file
1 parent df0c6d2 commit fa23486

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.nojekyll

Whitespace-only changes.

index.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Torchchat Documentation</title>
6+
</head>
7+
<body>
8+
<p>This project documentation is <a href="https://github.com/pytorch/torchchat">here</a></p>
9+
<script>
10+
window.location.href= "https://github.com/pytorch/torchchat";
11+
</script>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)