Skip to content

Commit 6e32a33

Browse files
committed
Fix external links in navigation bar
1 parent 31799c3 commit 6e32a33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/_templates/layout.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,25 +113,25 @@ <h1 class="page-title">Python</h1>
113113
{{ toctree(includehidden=True, maxdepth=1, titles_only=True) }}
114114
<ul class="external-links">
115115
<li>
116-
<a href="" title="Python on Github">
116+
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/" title="Python on Github">
117117
<img src="_static/images/icon-link-github.svg" alt="Github icon" />
118118
Github
119119
</a>
120120
</li>
121121
<li>
122-
<a href="" title="Python issues on Github">
122+
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/issues" title="Python issues on Github">
123123
<img src="_static/images/icon-link-github.svg" alt="Github icon" />
124124
Issues
125125
</a>
126126
</li>
127127
<li>
128-
<a href="" title="gcloud on StackOverflow">
128+
<a href="http://stackoverflow.com/questions/tagged/gcloud-python" title="gcloud on StackOverflow">
129129
<img src="_static/images/icon-link-stackoverflow.svg" alt="StackOverflow icon" />
130130
gcloud
131131
</a>
132132
</li>
133133
<li>
134-
<a href="" title="Python package manager">
134+
<a href="https://pypi.python.org/pypi/gcloud" title="Python package manager">
135135
<img src="_static/images/icon-link-package-manager.svg" alt="Package Manager icon" />
136136
Package Manager
137137
</a>

0 commit comments

Comments
 (0)