Skip to content

Commit

Permalink
Add static HTML redirect page for 'trace/starting.html'. (#6142)
Browse files Browse the repository at this point in the history
Closes #6140.
  • Loading branch information
tseaver authored Oct 1, 2018
1 parent 363d1e0 commit a4186f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/google-cloud-trace/docs/starting.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<meta http-equiv="refresh" content="1; url=./index.html:" />
<script>
window.location.href = "./index.html"
</script>
</head>
</html>

0 comments on commit a4186f9

Please sign in to comment.