We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3648e commit e9dade4Copy full SHA for e9dade4
index.html
@@ -0,0 +1,14 @@
1
+<!DOCTYPE HTML>
2
+<html lang="en-US">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="refresh" content="0; url=https://assertj.github.io/doc/">
6
+ <script type="text/javascript">
7
+ window.location.href = "https://assertj.github.io/doc/"
8
+ </script>
9
+ <title>Page Redirection</title>
10
+ </head>
11
+ <body>
12
+ If you are not redirected automatically, follow this <a href='https://assertj.github.io/doc/'>link to https://assertj.github.io/doc/</a>.
13
+ </body>
14
+</html>
0 commit comments