Skip to content

Commit 977cc78

Browse files
committed
Add PyPi index.html to redirect GitHub's documentation page.
1 parent a76a254 commit 977cc78

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

misc/index.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="5; URL=https://rgmining.github.io/rsd/">
5+
<title>Review Graph Mining RSD documentation</title>
6+
</head>
7+
<body>
8+
<p>
9+
Document is moved to
10+
<a href="https://rgmining.github.io/rsd/">https://rgmining.github.io/rsd/</a>
11+
</p>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)