diff --git a/completion_test.md b/completion_test.md index 71a3ed035..45721ac5c 100644 --- a/completion_test.md +++ b/completion_test.md @@ -9,7 +9,9 @@ INITIAL_SOURCE https://confluence.jetbrains.com/display/IntelliJIDEA/Completion+ # {{ page.title }} In this test we will check if code completion, implemented in the -[Reference Contributor Tutorial](reference_contributor.html), +[Reference Contributor](reference_contributor.html) section +of the +[Custom Language Support Tutorial](cls_tutorial.html) works as we expect. ### 1. Define test data diff --git a/parsing_test.md b/parsing_test.md index 307597a2d..eb1521b65 100644 --- a/parsing_test.md +++ b/parsing_test.md @@ -9,7 +9,9 @@ INITIAL_SOURCE https://confluence.jetbrains.com/display/IntelliJIDEA/Parsing+Tes # {{ page.title }} The first test will check if the parser, implemented in the -[Lexer and Parser Definition Tutorial](lexer_und_parser_definition.html), +[Lexer and Parser Definition](lexer_und_parser_definition.html) +section of the +[Custom Language Support Tutorial](cls_tutorial.html) works as we expect it. ### 1. Define input test data