From f157eefaf036ee43a29dbf865d956a8d8684ca26 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Tue, 9 Aug 2022 11:08:31 +0200 Subject: [PATCH] misc: change old wiki links to point to website instead --- HACKING | 2 +- README.md | 4 ++-- UsingRTT.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HACKING b/HACKING index 8f8cf38..5146748 100644 --- a/HACKING +++ b/HACKING @@ -1 +1 @@ -See https://github.com/blackmagic-debug/blackmagic/wiki/Hacking +See https://black-magic.org/hacking/hacking.html diff --git a/README.md b/README.md index eb3463c..b2e23e6 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ standard USB interface. The user is able to control exactly what happens using the GNU source level debugging software, GDB. Serial Wire Output (SWO) allows the target to write tracing and logging to the host without using usb or serial port. Decoding SWO in the probe itself -makes [SWO viewing as simple as connecting to a serial port](https://github.com/blackmagic-debug/blackmagic/wiki/Serial-Wire-Output). +makes [SWO viewing as simple as connecting to a serial port](https://black-magic.org/usage/swo.html). ## Resources -* [Documentation](https://github.com/blackmagic-debug/blackmagic/wiki) +* [Official website](https://black-magic.org/index.html) * [Binary builds](http://builds.blacksphere.co.nz/blackmagic) ## Toolchain specific remarks diff --git a/UsingRTT.md b/UsingRTT.md index ff04c09..ef3fb88 100644 --- a/UsingRTT.md +++ b/UsingRTT.md @@ -143,7 +143,7 @@ Setting an identifier string is optional. RTT gives the same output at the same ## Operating systems -[Configuration](https://github.com/blacksphere/blackmagic/wiki/Getting-Started) instructions for windows, linux and macos. +[Configuration](https://black-magic.org/getting-started.html) instructions for windows, linux and macos. ### Windows