Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 0649f6b

Browse files
creachadairdennwc
authored andcommitted
docs: Fix godoc.org links in exported name comments.
An extension of bblfsh/go-driver#48. Signed-off-by: M. J. Fromberger <[email protected]>
1 parent ecfc603 commit 0649f6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

driver/normalizer/annotation.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ import (
88
)
99

1010
// Native is the of list `transformer.Transformer` to apply to a native AST.
11-
// To learn more about the Transformers and the available ones take a look to:
12-
// https://godoc.org/github.com/bblfsh/sdk/v3/uast/transformer
11+
// To learn more about the Transformers and to see the available ones, read
12+
// https://godoc.org/github.com/bblfsh/sdk/uast/transformer.
1313
var Native = Transformers([][]Transformer{
1414
{
1515
// ResponseMetadata is a transform that trims response metadata from AST.
1616
//
17-
// https://godoc.org/github.com/bblfsh/sdk/v3/uast#ResponseMetadata
17+
// https://godoc.org/github.com/bblfsh/sdk/uast/transformer#ResponseMetadata
1818
ResponseMetadata{
1919
TopLevelIsRootNode: false,
2020
},

0 commit comments

Comments
 (0)