Skip to content

Commit

Permalink
Merge pull request #9975 from hashicorp/paddy_fix_google_sidebar
Browse files Browse the repository at this point in the history
Fix typo in the Google sidebar.
  • Loading branch information
Paddy authored Nov 8, 2016
2 parents b0772b9 + 9d4bede commit 11b05de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/source/layouts/google.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</li>

<li<%= sidebar_current(/^docs-google-datasource/) %>>
<a href="#">Google Compute Platform Data Sources</a>
<a href="#">Google Cloud Platform Data Sources</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-google-datasource-iam-policy") %>>
<a href="/docs/providers/google/d/google_iam_policy.html">google_iam_policy</a>
Expand All @@ -20,7 +20,7 @@
</li>

<li<%= sidebar_current(/^docs-google-project/) %>>
<a href="#">Google Compute Platform Resources</a>
<a href="#">Google Cloud Platform Resources</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-google-project") %>>
<a href="/docs/providers/google/r/google_project.html">google_project</a>
Expand Down

0 comments on commit 11b05de

Please sign in to comment.