mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
fixed wrong links again
This commit is contained in:
parent
98020ef2f3
commit
40bcbcbc1c
1 changed files with 4 additions and 4 deletions
|
@ -50,15 +50,15 @@ processes. These are outlined below:
|
||||||
the grammar described in [grammar.ron]:
|
the grammar described in [grammar.ron]:
|
||||||
- [ast/generated.rs][ast generated] in `ra_syntax` based on
|
- [ast/generated.rs][ast generated] in `ra_syntax` based on
|
||||||
[ast/generated.tera.rs][ast source]
|
[ast/generated.tera.rs][ast source]
|
||||||
- [syntax_kinds/generated.rs][syntax_kinds generated] in `ra_syntax` based on
|
- [syntax_kind/generated.rs][syntax_kind generated] in `ra_syntax` based on
|
||||||
[syntax_kinds/generated.tera.rs][syntax_kinds source]
|
[syntax_kind/generated.tera.rs][syntax_kind source]
|
||||||
|
|
||||||
[tera]: https://tera.netlify.com/
|
[tera]: https://tera.netlify.com/
|
||||||
[grammar.ron]: ../../crates/ra_syntax/src/grammar.ron
|
[grammar.ron]: ../../crates/ra_syntax/src/grammar.ron
|
||||||
[ast generated]: ../../crates/ra_syntax/src/ast/generated.rs
|
[ast generated]: ../../crates/ra_syntax/src/ast/generated.rs
|
||||||
[ast source]: ../../crates/ra_syntax/src/ast/generated.rs.tera
|
[ast source]: ../../crates/ra_syntax/src/ast/generated.rs.tera
|
||||||
[syntax_kinds generated]: ../../crates/ra_syntax/src/syntax_kinds/generated.rs
|
[syntax_kind generated]: ../../crates/ra_parser/src/syntax_kind/generated.rs
|
||||||
[syntax_kinds source]: ../../crates/ra_syntax/src/syntax_kinds/generated.rs.tera
|
[syntax_kind source]: ../../crates/ra_parser/src/syntax_kind/generated.rs.tera
|
||||||
|
|
||||||
|
|
||||||
## Code Walk-Through
|
## Code Walk-Through
|
||||||
|
|
Loading…
Reference in a new issue