From e92188df1cc22b2c40b82558ebdf16af2b16446c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 21 Sep 2020 14:28:36 +0200 Subject: [PATCH] API Changes pages: update comments --- .../api_changes/api_changes_list_2019.md | 55 +------------------ .../api_changes/api_changes_list_2020.md | 2 +- reference_guide/api_changes_list.md | 2 +- 3 files changed, 3 insertions(+), 56 deletions(-) diff --git a/reference_guide/api_changes/api_changes_list_2019.md b/reference_guide/api_changes/api_changes_list_2019.md index 6cf25c92b..7ab292867 100644 --- a/reference_guide/api_changes/api_changes_list_2019.md +++ b/reference_guide/api_changes/api_changes_list_2019.md @@ -4,60 +4,7 @@ title: Incompatible Changes in IntelliJ Platform and Plugins API 2019.* Please see [Incompatible API Changes](/reference_guide/api_changes_list.md) on how to verify compatibility. diff --git a/reference_guide/api_changes/api_changes_list_2020.md b/reference_guide/api_changes/api_changes_list_2020.md index 06a486add..b62fd5fce 100644 --- a/reference_guide/api_changes/api_changes_list_2020.md +++ b/reference_guide/api_changes/api_changes_list_2020.md @@ -53,7 +53,7 @@ where the placeholders must be enclosed in code quotes (`name`): is a fully qualified name of the property bundle, which includes its package, like `message.IdeBundle` NOTE: If a code change you're trying to document doesn't match any of the above patterns, fill in a ticket in the YouTrack. -An example of a ticket is https://youtrack.jetbrains.com/issue/PR-1218. Until supported, you may document the change as you prefer, and I will correct it later. +An example of a ticket is https://youtrack.jetbrains.com/issue/MP-1218. Until supported, you may document the change as you prefer, and I will correct it later. NOTE: You are allowed to prettify the pattern using links: [`org.example.Foo`](https://github.com/JetBrains/intellij-community/tree/master/) diff --git a/reference_guide/api_changes_list.md b/reference_guide/api_changes_list.md index 78dfa60cc..919eaefdb 100644 --- a/reference_guide/api_changes_list.md +++ b/reference_guide/api_changes_list.md @@ -55,7 +55,7 @@ where the placeholders must be enclosed in code quotes (`name`): is a fully qualified name of the property bundle, which includes its package, like `message.IdeBundle` NOTE: If a code change you're trying to document doesn't match any of the above patterns, fill in a ticket in the YouTrack. -An example of a ticket is https://youtrack.jetbrains.com/issue/PR-1218. Until supported, you may document the change as you prefer, and I will correct it later. +An example of a ticket is https://youtrack.jetbrains.com/issue/MP-1218. Until supported, you may document the change as you prefer, and I will correct it later. NOTE: You are allowed to prettify the pattern using links: [`org.example.Foo`](https://github.com/JetBrains/intellij-community/tree/master/)