From 29f04d3c005aa5e3fd5df1087ced731347c0a8a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 3 Dec 2019 17:52:02 +0100 Subject: [PATCH] welcome.md: update --- welcome.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/welcome.md b/welcome.md index f9eded9a0..bad748cdb 100644 --- a/welcome.md +++ b/welcome.md @@ -20,9 +20,9 @@ Welcome to the _IntelliJ Platform_ SDK. This is the primary source of documentat ## Updates See [Recently Updated](recently_updated.md) for latest changes. Follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBrains Platform Blog](https://blog.jetbrains.com/platform/) for latest announcements. -Are you upgrading your plugin to the latest platform release? Make sure to check [Incompatible Changes](reference_guide/api_changes/api_changes_list_2019.md) as well as [Notable Changes and Features](reference_guide/api_notable/api_notable_list_2019.md). +Upgrading your plugin to the latest platform release? Make sure to check [Incompatible Changes](reference_guide/api_changes_list.md) as well as [Notable Changes and Features](reference_guide/api_notable/api_notable.md). -> **NOTE** If your plugin depends on Java and targets 2019.2, please make sure to follow the steps from this [blog post](https://blog.jetbrains.com/platform/2019/06/java-functionality-extracted-as-a-plugin/). +> **NOTE** If your plugin depends on Java functionality and targets 2019.2 or later, please make sure to follow the steps from this [blog post](https://blog.jetbrains.com/platform/2019/06/java-functionality-extracted-as-a-plugin/). ## Open Source This guide is Open Source, and licensed under Apache 2.0. The source (as Markdown) is [hosted on GitHub](https://github.com/JetBrains/intellij-sdk-docs).