diff --git a/topics/basics/faq.md b/topics/basics/faq.md index f2281f5c0..d97a6f124 100644 --- a/topics/basics/faq.md +++ b/topics/basics/faq.md @@ -58,9 +58,6 @@ This FAQ is a topical index of questions that have been asked (and answered) on * [How can I receive notifications about refactoring events?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206795955-Refactoring-Listeners) * [How do I show a refactoring dialog programmatically?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206800005-How-to-invoke-refactoring-dialog-not-refactoring-itself-) -## Run/Debug -* [How do I implement a custom run configuration?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206143009-Creating-a-Run-type-) - ## Make/Compile * [How do I get access to class files generated by javac?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206800625-Implementing-a-ClassInstrumentingCompiler-how-to-get-the-generated-class-files)