Преглед изворни кода

Fix broken link in doc (#1716)

Broken link in explorer/ast/README.md
Tim Crown пре 3 година
родитељ
комит
856a5c4536
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      explorer/ast/README.md

+ 1 - 1
explorer/ast/README.md

@@ -27,7 +27,7 @@ to `BarKind` if that value represents a type that's derived from both `Foo` and
 
 We rely on code generation to help enforce those invariants, so every node type
 must be described in [`ast_rtti.txt`](ast_rtti.txt). See the documentation in
-(`gen_rtti.py`)[../gen_rtti.py], the code generation script, for details about
+[`gen_rtti.py`](../gen_rtti.py), the code generation script, for details about
 the file format and generated code.
 
 The AST class hierarchy is structured in a fairly unsurprising way, with