[docs] update/cleanup URLs to IntelliJ Platform SDK docs

GitOrigin-RevId: 0c8f39ed84ff1375617613c5a7b68d4073efbc4c
This commit is contained in:
Yann Cébron
2024-04-18 18:17:58 +02:00
committed by intellij-monorepo-bot
parent 9a776b0a87
commit 2338c10c80
39 changed files with 70 additions and 84 deletions

View File

@@ -28,7 +28,7 @@ import static com.intellij.util.concurrency.ThreadingAssertions.*;
* Note that if this happens, you need to update the instrumenter and install the updated version of the devkit to IDEA.
* <p/>
*
* @see <a href="http://www.jetbrains.org/intellij/sdk/docs/basics/architectural_overview/general_threading_rules.html">General Threading Rules</a>
* @see <a href="https://plugins.jetbrains.com/docs/intellij/general-threading-rules.html">General Threading Rules</a>
*/
public class TMHIntegrationTest extends LightPlatformTestCase {
private ExecutorService mySingleThreadExecutor;