Skip to content

Commit

Permalink
Fix #579 - Overview docs must work in production.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeewax committed May 11, 2015
1 parent a6b94f7 commit 30648f8
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 30648f8

Please sign in to comment.