Skip to content

Commit

Permalink
redirect added for apidocs that accepts a parameter to link to a spec…
Browse files Browse the repository at this point in the history
…ific doc page
  • Loading branch information
Ajay Kannan committed Sep 2, 2015
1 parent 2da9c5c commit c047f80
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apidocs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<script>
window.location.replace('http://googlecloudplatform.github.io/gcloud-java/0.0.7/apidocs' + location.search)
</script>
</head>
<body></body>
</html>

0 comments on commit c047f80

Please sign in to comment.