From bf9617e24dd7691d3cfb7d9f849d1380adbe4bd8 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Mon, 18 May 2026 00:05:29 +0200 Subject: [PATCH] [docs](trx-rs): migrate wiki links from GitHub to Gitea Point README wiki/repo URLs at git.haxx.space/sjg/trx-rs (the new primary upstream); same /wiki/ path scheme as before. Co-Authored-By: Claude Opus 4.7 (1M context) Signed-off-by: Stan Grams --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 142433e..4ef48f4 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ brew install soapysdr ``` -See [Build Requirements](https://github.com/sgrams/trx-rs/wiki/User-Manual#build-requirements) +See [Build Requirements](https://git.haxx.space/sjg/trx-rs/wiki/User-Manual#build-requirements) in the wiki for details on each library. > **Note:** `cmake` is required even when a system Opus library is installed. @@ -133,10 +133,10 @@ a unified set of frontends. | Resource | Description | |----------|-------------| -| [User Manual](https://github.com/sgrams/trx-rs/wiki/User-Manual) | Configuration, features, and usage | -| [Architecture](https://github.com/sgrams/trx-rs/wiki/Architecture) | System design, crate layout, data flow, and internals | -| [Optimization Guidelines](https://github.com/sgrams/trx-rs/wiki/Optimization-Guidelines) | Performance guidelines for the real-time DSP pipeline | -| [Planned Features](https://github.com/sgrams/trx-rs/wiki/Planned-Features) | Roadmap and design notes | +| [User Manual](https://git.haxx.space/sjg/trx-rs/wiki/User-Manual) | Configuration, features, and usage | +| [Architecture](https://git.haxx.space/sjg/trx-rs/wiki/Architecture) | System design, crate layout, data flow, and internals | +| [Optimization Guidelines](https://git.haxx.space/sjg/trx-rs/wiki/Optimization-Guidelines) | Performance guidelines for the real-time DSP pipeline | +| [Planned Features](https://git.haxx.space/sjg/trx-rs/wiki/Planned-Features) | Roadmap and design notes | | [Contributing](CONTRIBUTING.md) | Commit conventions, workflow, and code style | ## License