Skip to content

Commit d890044

Browse files
committed
Add references to the AST class reference for go
1 parent 48ff008 commit d890044

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/language/learn-ql/go/introduce-libraries-go.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,8 @@ The most important subclasses of `AstNode
9999
statements and expressions, respectively. This section briefly discusses some of their more
100100
important subclasses and predicates. For a full reference of all the subclasses of `Stmt
101101
<https://help.semmle.com/qldoc/go/semmle/go/Stmt.qll/type.Stmt$Stmt.html>`__ and `Expr
102-
<https://help.semmle.com/qldoc/go/semmle/go/Expr.qll/type.Expr$Expr.html>`__ and their API, see
103-
`Stmt.qll <https://help.semmle.com/qldoc/go/semmle/go/Stmt.qll/module.Stmt.html>`__ and `Expr.qll
104-
<https://help.semmle.com/qldoc/go/semmle/go/Expr.qll/module.Expr.html>`__.
102+
<https://help.semmle.com/qldoc/go/semmle/go/Expr.qll/type.Expr$Expr.html>`__, see
103+
:doc:`Abstract syntax tree classes for Go <ast-class-reference>`.
105104

106105
Statements
107106
~~~~~~~~~~

0 commit comments

Comments
 (0)