aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDave Cheney <dave@cheney.net>2012-07-11 09:41:08 -0700
committerAndrew Gerrand <adg@golang.org>2012-07-11 09:41:08 -0700
commit82cbcb0dd5437db1fd2f51d1ff81a38670f7a684 (patch)
tree90f8f3dcb317d63442f2f219ebf7a3f3b385f7aa /lib
parenteeffa738a912a8c4d283c37d84628b64ecc1b98f (diff)
downloadgo-82cbcb0dd5437db1fd2f51d1ff81a38670f7a684.tar.xz
website: various html fixes
Fixes #3424. R=fullung, adg CC=golang-dev https://golang.org/cl/6343088
Diffstat (limited to 'lib')
-rw-r--r--lib/godoc/godoc.html2
-rw-r--r--lib/godoc/package.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/godoc/godoc.html b/lib/godoc/godoc.html
index 5330b17d4b..d4bc4b84d8 100644
--- a/lib/godoc/godoc.html
+++ b/lib/godoc/godoc.html
@@ -57,7 +57,7 @@ the content of this page is licensed under the
Creative Commons Attribution 3.0 License,
and code is licensed under a <a href="/LICENSE">BSD license</a>.<br>
<a href="/doc/tos.html">Terms of Service</a> |
-<a href="http://www.google.com/intl/en/privacy/privacy-policy.html">Privacy Policy</a>
+<a href="http://www.google.com/intl/en/policies/privacy/">Privacy Policy</a>
</div>
</body>
diff --git a/lib/godoc/package.html b/lib/godoc/package.html
index 5b7fce8d70..e037072211 100644
--- a/lib/godoc/package.html
+++ b/lib/godoc/package.html
@@ -192,14 +192,14 @@
{{if $.DirFlat}}
{{if .HasPkg}}
<tr>
- <td class="name"><a href="{{html .Path}}">{{html .Path}}</a></td>
+ <td class="name"><a href="{{html .Path}}/">{{html .Path}}</a></td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td style="width: auto">{{html .Synopsis}}</td>
</tr>
{{end}}
{{else}}
<tr>
- <td class="name">{{repeat `&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;` .Depth}}<a href="{{html .Path}}">{{html .Name}}</a></td>
+ <td class="name">{{repeat `&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;` .Depth}}<a href="{{html .Path}}/">{{html .Name}}</a></td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td style="width: auto">{{html .Synopsis}}</td>
</tr>