Skip to content

Commit

Permalink
fix redirect to scaladoc in gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva committed Dec 1, 2017
1 parent b7a91c8 commit bfe3084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<title>scala-pool</title>
<script>
(function() {
window.location.replace("latest/api/io/github/andresilva/pool/index.html");
window.location.replace("latest/api/io/github/andrebeat/pool/index.html");
})();
</script>
</head>
<body>
<a href="latest/api/io/github/andresilva/pool/index.html">
<a href="latest/api/io/github/andrebeat/pool/index.html">
Go to the project documentation
</a>
</body>
Expand Down

0 comments on commit bfe3084

Please sign in to comment.