Skip to content

Commit b2d1d31

Browse files
authored
Update documentation link to GitHub repository (#5)
1 parent 118c718 commit b2d1d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<title>Pytorch Domains</title>
55
</head>
66
<body>
7-
<p>The documentation is <a href="https://pytorch.org/domains/">here</a></p>
7+
<p>The documentation is <a href="https://github.com/meta-pytorch">here</a></p>
88
<script>
9-
window.location.href= "https://pytorch.org/domains/";
9+
window.location.href= "https://github.com/meta-pytorch";
1010
</script>
1111
</body>
1212
</html>

0 commit comments

Comments
 (0)