From dbd47508b9c33b24e39263705649b27f98c50292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 21 Apr 2020 13:10:09 +0200 Subject: [PATCH] api changes: remove upsource link --- reference_guide/api_changes/api_changes_list_2017.md | 2 +- reference_guide/api_changes/api_changes_list_2018.md | 2 +- reference_guide/api_changes/api_changes_list_2019.md | 2 +- reference_guide/api_changes/api_changes_list_2020.md | 2 +- reference_guide/api_changes_list.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reference_guide/api_changes/api_changes_list_2017.md b/reference_guide/api_changes/api_changes_list_2017.md index b7e647aea..7a8ca6bef 100644 --- a/reference_guide/api_changes/api_changes_list_2017.md +++ b/reference_guide/api_changes/api_changes_list_2017.md @@ -9,7 +9,7 @@ See the note on how to document new problems on the main page reference_guide/ap Please see [Incompatible API Changes](/reference_guide/api_changes_list.md) on how to verify compatibility. -> **NOTE** Changes from API marked with [`org.jetbrains.annotations.ApiStatus.@Experimental/ScheduledForRemoval`](upsource:///platform/util/src/org/jetbrains/annotations/ApiStatus.java) are not listed here, as incompatible changes are to be expected. +> **NOTE** Changes from API marked with `org.jetbrains.annotations.ApiStatus.@Experimental/ScheduledForRemoval` are not listed here, as incompatible changes are to be expected. # 2017.3 diff --git a/reference_guide/api_changes/api_changes_list_2018.md b/reference_guide/api_changes/api_changes_list_2018.md index 80c4d1aff..23432f0ff 100644 --- a/reference_guide/api_changes/api_changes_list_2018.md +++ b/reference_guide/api_changes/api_changes_list_2018.md @@ -13,7 +13,7 @@ See the note on how to document new problems on the main page reference_guide/ap Please see [Incompatible API Changes](/reference_guide/api_changes_list.md) on how to verify compatibility. -> **NOTE** Changes from API marked with [`org.jetbrains.annotations.ApiStatus.@Experimental/ScheduledForRemoval`](upsource:///platform/util/src/org/jetbrains/annotations/ApiStatus.java) are not listed here, as incompatible changes are to be expected. +> **NOTE** Changes from API marked with `org.jetbrains.annotations.ApiStatus.@Experimental/ScheduledForRemoval` are not listed here, as incompatible changes are to be expected. # 2018.3 diff --git a/reference_guide/api_changes/api_changes_list_2019.md b/reference_guide/api_changes/api_changes_list_2019.md index e3cb329cf..87447053b 100644 --- a/reference_guide/api_changes/api_changes_list_2019.md +++ b/reference_guide/api_changes/api_changes_list_2019.md @@ -62,7 +62,7 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no Please see [Incompatible API Changes](/reference_guide/api_changes_list.md) on how to verify compatibility. -> **NOTE** Changes from API marked with [`org.jetbrains.annotations.ApiStatus.@Experimental/ScheduledForRemoval`](upsource:///platform/util/src/org/jetbrains/annotations/ApiStatus.java) are not listed here, as incompatible changes are to be expected. +> **NOTE** Changes from API marked with `org.jetbrains.annotations.ApiStatus.@Experimental/ScheduledForRemoval` are not listed here, as incompatible changes are to be expected. # 2019.3 diff --git a/reference_guide/api_changes/api_changes_list_2020.md b/reference_guide/api_changes/api_changes_list_2020.md index be0168a4a..472c4438e 100644 --- a/reference_guide/api_changes/api_changes_list_2020.md +++ b/reference_guide/api_changes/api_changes_list_2020.md @@ -62,7 +62,7 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no Please see [Incompatible API Changes](/reference_guide/api_changes_list.md) on how to verify compatibility. -> **NOTE** Changes from API marked with [`org.jetbrains.annotations.ApiStatus.@Experimental/ScheduledForRemoval`](upsource:///platform/util/src/org/jetbrains/annotations/ApiStatus.java) are not listed here, as incompatible changes are to be expected. +> **NOTE** Changes from API marked with `org.jetbrains.annotations.ApiStatus.@Experimental/ScheduledForRemoval` are not listed here, as incompatible changes are to be expected. # 2020.2 diff --git a/reference_guide/api_changes_list.md b/reference_guide/api_changes_list.md index 9672d938e..8e246eba3 100644 --- a/reference_guide/api_changes_list.md +++ b/reference_guide/api_changes_list.md @@ -97,4 +97,4 @@ The following pages list the breaking changes in IDE/plugin releases with requir * [**Changes in 2017.***](api_changes/api_changes_list_2017.md) * [**Changes in 2016.***](api_changes/api_changes_list_2016.md) -> **NOTE** Changes from API marked with [`org.jetbrains.annotations.ApiStatus.@Experimental/ScheduledForRemoval`](upsource:///platform/util/src/org/jetbrains/annotations/ApiStatus.java) are not listed here, as incompatible changes are to be expected. +> **NOTE** Changes from API marked with `org.jetbrains.annotations.ApiStatus.@Experimental/ScheduledForRemoval` are not listed here, as incompatible changes are to be expected.