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