From 915d592ce0f0f285ba0491e39e3d901f66d0b8e2 Mon Sep 17 00:00:00 2001
From: rokath
Date: Tue, 3 Dec 2024 10:34:00 +0100
Subject: [PATCH] link repair
---
docs/TriceObsoleteEncodings.md | 3 +++
docs/TriceSpace.md | 4 +++-
docs/TriceSpeed.md | 4 +++-
docs/TriceUserGuide.md | 4 +++-
docs/TriceUserManual.md | 2 +-
docs/TriceVsPrintfSimilaritiesAndDifferences.md | 4 +++-
6 files changed, 16 insertions(+), 5 deletions(-)
create mode 100644 docs/TriceObsoleteEncodings.md
diff --git a/docs/TriceObsoleteEncodings.md b/docs/TriceObsoleteEncodings.md
new file mode 100644
index 000000000..333137eae
--- /dev/null
+++ b/docs/TriceObsoleteEncodings.md
@@ -0,0 +1,3 @@
+# [./docs/_Legacy/TriceLegacyEncodings.md](../docs/_Legacy/TriceLegacyEncodings.md)
+
+(link redirection)
\ No newline at end of file
diff --git a/docs/TriceSpace.md b/docs/TriceSpace.md
index 1df9331a6..4a3a8cf11 100644
--- a/docs/TriceSpace.md
+++ b/docs/TriceSpace.md
@@ -1 +1,3 @@
-# [TriceUserManual.md/#trice-memory-needs](./TriceUserManual.md/#trice-memory-needs)
\ No newline at end of file
+# [TriceUserManual.md/#trice-memory-needs](./TriceUserManual.md/#trice-memory-needs)
+
+(link redirection)
\ No newline at end of file
diff --git a/docs/TriceSpeed.md b/docs/TriceSpeed.md
index 23c463251..89a3bc7c3 100644
--- a/docs/TriceSpeed.md
+++ b/docs/TriceSpeed.md
@@ -1 +1,3 @@
-# [TriceUserManual.md/#trice-speed](./TriceUserManual.md/#trice-speed)
\ No newline at end of file
+# [TriceUserManual.md/#trice-speed](./TriceUserManual.md/#trice-speed)
+
+(link redirection)
\ No newline at end of file
diff --git a/docs/TriceUserGuide.md b/docs/TriceUserGuide.md
index d9c203fd8..683b14ef8 100644
--- a/docs/TriceUserGuide.md
+++ b/docs/TriceUserGuide.md
@@ -1 +1,3 @@
-# [TriceUserManual.md](./TriceUserManual.md)
\ No newline at end of file
+# [TriceUserManual.md](./TriceUserManual.md)
+
+(link redirection)
\ No newline at end of file
diff --git a/docs/TriceUserManual.md b/docs/TriceUserManual.md
index 95062c846..0e3de2413 100644
--- a/docs/TriceUserManual.md
+++ b/docs/TriceUserManual.md
@@ -1747,7 +1747,7 @@ void fn(void) {
}
```
-With `#define TRICE_OFF 1` macros in this file are ignored completely by the compiler, but not by the Trice tool. In case of re-constructing the [**T**rice **ID** **L**ist](../til.json) these no code generating macros are regarded and go into (or stay inside) the ID reference list.
+With `#define TRICE_OFF 1` macros in this file are ignored completely by the compiler, but not by the Trice tool. In case of re-constructing the [**T**rice **ID** **L**ist](../_test/testdata/til.json) these no code generating macros are regarded and go into (or stay inside) the ID reference list.
* Hint from @escherstair: With `-D TRICE_OFF=1` as compiler option, the trice code diappears completely from the binary.
* No runtime On-Off switch is implemented for several reasons:
diff --git a/docs/TriceVsPrintfSimilaritiesAndDifferences.md b/docs/TriceVsPrintfSimilaritiesAndDifferences.md
index 7d5199950..951b6bbca 100644
--- a/docs/TriceVsPrintfSimilaritiesAndDifferences.md
+++ b/docs/TriceVsPrintfSimilaritiesAndDifferences.md
@@ -1 +1,3 @@
-# [TriceUserManual.md/#trice-similarities-and-differences-to-`printf`-usage](./TriceUserManual.md/#trice-similarities-and-differences-to-printf-usage)
\ No newline at end of file
+# [TriceUserManual.md/#trice-similarities-and-differences-to-`printf`-usage](./TriceUserManual.md/#trice-similarities-and-differences-to-printf-usage)
+
+(link redirection)
\ No newline at end of file
|