]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add a couple of links to go1.11 release notes
authorIan Lance Taylor <iant@golang.org>
Wed, 18 Jul 2018 20:30:25 +0000 (13:30 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 18 Jul 2018 20:32:18 +0000 (20:32 +0000)
Change-Id: Ie4e81b88cc8035fddf9c074363a1b35bcae3d470
Reviewed-on: https://go-review.googlesource.com/124778
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.11.html

index 87c687cb64abfa74ef13faec556367f610b3d1d8..41853ec3a6c7cc6f5e30c34ea38363f5316bf67e 100644 (file)
@@ -453,8 +453,9 @@ for k := range m {
 <dl id="debug/elf"><dt><a href="/pkg/debug/elf/">debug/elf</a></dt>
   <dd>
     <p><!-- CL 112115 -->
-      More <code>ELFOSABI</code> and <code>EM</code> constants have
-      been added.
+      More <a href="/pkg/debug/elf/#ELFOSABI_NONE"><code>ELFOSABI</code></a>
+      and <a href="/pkg/debug/elf/#EM_NONE"><code>EM</code></a>
+      constants have been added.
     </p>
 
 </dl><!-- debug/elf -->
@@ -482,8 +483,9 @@ for k := range m {
   <dd>
     <p><!-- CL 99696 -->
       The <code>Reader</code> now rejects attempts to set
-      the <code>Comma</code> field to a double-quote character, as
-      double-quote characters already have a special meaning in CSV.
+      the <a href="/pkg/encoding/csv/#Reader.Comma"><code>Comma</code></a>
+      field to a double-quote character, as double-quote characters
+      already have a special meaning in CSV.
     </p>
 
 </dl><!-- encoding/csv -->