Skip to content

Commit 45a58fe

Browse files
committed
Merge pull request #155 from ajkannan/redirect-for-apidocs
Redirect for apidocs
2 parents 7d780be + d899961 commit 45a58fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apidocs/index.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<html>
2+
<head>
3+
<script>
4+
window.location.replace('/gcloud-java/0.0.7/apidocs' + location.search)
5+
</script>
6+
</head>
7+
<body></body>
8+
</html>

0 commit comments

Comments
 (0)