Skip to content

Commit

Permalink
Merge pull request #580 from jgeewax/579-overview-404
Browse files Browse the repository at this point in the history
Fix #579 - Overview docs must work in production.
  • Loading branch information
stephenplusplus committed May 11, 2015
2 parents a6b94f7 + 30648f8 commit 01db223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/components/docs/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h3 class="sub-heading">

<article ng-repeat="service in ['bigquery', 'datastore', 'pubsub', 'storage']"
ng-if="isActiveDoc(service)"
ng-include="'/site/components/docs/' + service + '-overview.html'">
ng-include="'site/components/docs/' + service + '-overview.html'">
</article>

<article
Expand Down

0 comments on commit 01db223

Please sign in to comment.