diff options
Diffstat (limited to 'doc/go1.html')
-rw-r--r-- | doc/go1.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/go1.html b/doc/go1.html index a664b6555..5cf5df929 100644 --- a/doc/go1.html +++ b/doc/go1.html @@ -486,7 +486,7 @@ into subdirectories. For instance, <code>utf8</code> and <code>utf16</code> now occupy subdirectories of <code>unicode</code>. Also, <a href="#subrepo">some packages</a> have moved into subrepositories of -<a href="http://code.google.com/p/go"><code>code.google.com/p/go</code></a> +<a href="//code.google.com/p/go"><code>code.google.com/p/go</code></a> while <a href="#deleted">others</a> have been deleted outright. </p> @@ -565,7 +565,7 @@ by hand. <p> Because they are not standardized, the packages under the <code>exp</code> directory will not be available in the standard Go 1 release distributions, although they will be available in source code form -in <a href="http://code.google.com/p/go/">the repository</a> for +in <a href="//code.google.com/p/go/">the repository</a> for developers who wish to use them. </p> @@ -651,7 +651,7 @@ and also the command <code>gotry</code>. <em>Updating</em>: Code that uses <code>container/vector</code> should be updated to use slices directly. See -<a href="http://code.google.com/p/go-wiki/wiki/SliceTricks">the Go +<a href="//code.google.com/p/go-wiki/wiki/SliceTricks">the Go Language Community Wiki</a> for some suggestions. Code that uses the other packages (there should be almost zero) will need to be rethought. </p> @@ -660,7 +660,7 @@ Code that uses the other packages (there should be almost zero) will need to be <p> Go 1 has moved a number of packages into other repositories, usually sub-repositories of -<a href="http://code.google.com/p/go/">the main Go repository</a>. +<a href="//code.google.com/p/go/">the main Go repository</a>. This table lists the old and new import paths: <table class="codetable" frame="border" summary="Sub-repositories"> @@ -1695,7 +1695,7 @@ The compiler will catch code using the old interface. The <a href="/pkg/regexp/"><code>regexp</code></a> package has been rewritten. It has the same interface but the specification of the regular expressions it supports has changed from the old "egrep" form to that of -<a href="http://code.google.com/p/re2/">RE2</a>. +<a href="//code.google.com/p/re2/">RE2</a>. </p> <p> @@ -1912,7 +1912,7 @@ package <a href="/pkg/reflect/"><code>reflect</code></a>. <em>Updating</em>: Code using these functions must be rewritten to use package <a href="/pkg/reflect/"><code>reflect</code></a>. -The changes to <a href="http://code.google.com/p/go/source/detail?r=2646dc956207">encoding/gob</a> and the <a href="http://code.google.com/p/goprotobuf/source/detail?r=5340ad310031">protocol buffer library</a> +The changes to <a href="//golang.org/change/2646dc956207">encoding/gob</a> and the <a href="//code.google.com/p/goprotobuf/source/detail?r=5340ad310031">protocol buffer library</a> may be helpful as examples. </p> |