]> Cypherpunks.ru repositories - gostls13.git/commitdiff
website: various html fixes
authorDave Cheney <dave@cheney.net>
Wed, 11 Jul 2012 16:41:08 +0000 (09:41 -0700)
committerAndrew Gerrand <adg@golang.org>
Wed, 11 Jul 2012 16:41:08 +0000 (09:41 -0700)
Fixes #3424.

R=fullung, adg
CC=golang-dev
https://golang.org/cl/6343088

doc/docs.html
doc/go_faq.html
doc/reference.html
lib/godoc/godoc.html
lib/godoc/package.html

index f88e930fba28ed8d383b1732a22f0f3284f660ac..8826868f9d2784486d85d934feacf36188180dbc 100644 (file)
@@ -56,10 +56,10 @@ A must read for any new Go programmer. It augments the tour and
 the language specification, both of which should be read first.
 </p>
 
-<h3 id="appengine"><a href="http://code.google.com/appengine/docs/go/gettingstarted/">Getting Started with Go on App Engine</a></h3>
+<h3 id="appengine"><a href="https://developers.google.com/appengine/docs/go/gettingstarted/">Getting Started with Go on App Engine</a></h3>
 <p>
 How to develop and deploy a simple Go project with
-<a href="http://code.google.com/appengine/">Google App Engine</a>.
+<a href="https://developers.google.com/appengine/">Google App Engine</a>.
 </p>
 
 <h3 id="go_faq"><a href="go_faq.html">Frequently Asked Questions (FAQ)</a></h3>
index b5b7cc656dea7221685fda0bb6c9e6593c1fec08..17dc54f7b49461bb9f8a9a2d21919b261f1b10ac 100644 (file)
@@ -180,7 +180,7 @@ production inside Google.  A public example is the server behind
 <a href="http://golang.org">http://golang.org</a>.
 It's just the <a href="/cmd/godoc"><code>godoc</code></a>
 document server running in a production configuration on
-<a href="http://code.google.com/appengine/">Google App Engine</a>.
+<a href="https://developers.google.com/appengine/">Google App Engine</a>.
 </p>
 
 <h3 id="Do_Go_programs_link_with_Cpp_programs">
index beaac431d2519adbf53362e52c894944c6561d05..70df557f0864f9a6b80f145d64907843951fffb8 100644 (file)
@@ -24,10 +24,10 @@ The documentation for the Go tools.
 The official Go Language specification. 
 </p>
 
-<h3 id="appengine"><a href="http://code.google.com/appengine/docs/go/">App Engine Go Runtime Documentation</a></h3>
+<h3 id="appengine"><a href="https://developers.google.com/appengine/docs/go/">App Engine Go Runtime Documentation</a></h3>
 <p>
 The documentation for
-<a href="http://code.google.com/appengine/">Google App Engine</a>'s Go runtime.
+<a href="https://developers.google.com/appengine/">Google App Engine</a>'s Go runtime.
 </p>
 
 <h3 id="go_mem"><a href="/ref/mem">The Go Memory Model</a></h3>
index 5330b17d4b9f77499f3908258f24541677698384..d4bc4b84d8b95e63a60f5d3322750437da899923 100644 (file)
@@ -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>
index 5b7fce8d70bb6553d2e03558b110175f12a0bf91..e03707221106e3690862f3a28809bdf85dab5506 100644 (file)
                {{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>