Skip to content

Commit ef176d8

Browse files
davidrjenniadonovan
authored andcommitted
gotypes: fix links
Change-Id: I76d62337854429b2e66b56bfc5f11d6a3d3892b2 Reviewed-on: https://go-review.googlesource.com/22012 Reviewed-by: Alan Donovan <[email protected]>
1 parent 002c6d2 commit ef176d8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gotypes/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ which provides access to all the named entities or
274274
[_objects_](#objects) declared at package level.
275275
`Imports` returns the set of packages directly imported by this
276276
one, and may be useful for computing dependencies
277-
([Initialization Order](#initialization_order)).
277+
([Initialization Order](#initialization-order)).
278278

279279

280280

@@ -1275,7 +1275,7 @@ methods associated with this `Named` type (or a pointer to it),
12751275
in the order they were declared.
12761276
However, due to the subtleties of anonymous fields and the difference
12771277
between value and pointer receivers, a named type may have more or fewer
1278-
methods than this list. We'll return to this in [Method Sets](#method_sets).
1278+
methods than this list. We'll return to this in [Method Sets](#method-sets).
12791279

12801280

12811281

@@ -2507,7 +2507,7 @@ mapping between declarations and objects.
25072507

25082508
To map **from an `ast.Ident` to the `Object`** it refers to (or
25092509
declares), consult the `Uses` or `Defs` map for the
2510-
package, as shown in [Identifier Resolution](#identifier_resolution).
2510+
package, as shown in [Identifier Resolution](#identifier-resolution).
25112511

25122512

25132513

gotypes/go-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ which provides access to all the named entities or
191191
[_objects_](#objects) declared at package level.
192192
`Imports` returns the set of packages directly imported by this
193193
one, and may be useful for computing dependencies
194-
([Initialization Order](#initialization_order)).
194+
([Initialization Order](#initialization-order)).
195195

196196

197197

@@ -1094,7 +1094,7 @@ methods associated with this `Named` type (or a pointer to it),
10941094
in the order they were declared.
10951095
However, due to the subtleties of anonymous fields and the difference
10961096
between value and pointer receivers, a named type may have more or fewer
1097-
methods than this list. We'll return to this in [Method Sets](#method_sets).
1097+
methods than this list. We'll return to this in [Method Sets](#method-sets).
10981098

10991099

11001100

@@ -2012,7 +2012,7 @@ mapping between declarations and objects.
20122012

20132013
To map **from an `ast.Ident` to the `Object`** it refers to (or
20142014
declares), consult the `Uses` or `Defs` map for the
2015-
package, as shown in [Identifier Resolution](#identifier_resolution).
2015+
package, as shown in [Identifier Resolution](#identifier-resolution).
20162016

20172017

20182018

0 commit comments

Comments
 (0)