Fix doc links to raw URLs for rendered HTML viewing

This commit is contained in:
Win Dictation Dev
2026-06-11 21:44:21 +12:00
parent 32d6e028d1
commit 5b723b94f9
+5 -5
View File
@@ -14,8 +14,8 @@ Go to the Releases page, download `WinDictation.zip`, extract, and run `win-dict
## Documentation ## Documentation
- **[User Manual](win-dictation-user-manual.html)** — How to use every feature - **[User Manual](https://git.quietidiot.com/michael-treadgold/win-dictate/raw/branch/master/win-dictation-user-manual.html)** — How to use every feature
- **[Architecture & Engineering Review](win-dictation-architecture-engineering-review.html)** — Deep dive into the codebase for developers - **[Architecture & Engineering Review](https://git.quietidiot.com/michael-treadgold/win-dictate/raw/branch/master/win-dictation-architecture-engineering-review.html)** — Deep dive into the codebase for developers
--- ---
@@ -45,7 +45,7 @@ Go to the Releases page, download `WinDictation.zip`, extract, and run `win-dict
3. Speak, then press `Ctrl+Shift+Space` again 3. Speak, then press `Ctrl+Shift+Space` again
4. Your words appear in the app you were using 4. Your words appear in the app you were using
Full instructions in the [User Manual](win-dictation-user-manual.html). Full instructions in the [User Manual](https://git.quietidiot.com/michael-treadgold/win-dictate/raw/branch/master/win-dictation-user-manual.html).
### Controls ### Controls
- **Record/Stop**: Click the pill or press `Ctrl+Shift+Space` - **Record/Stop**: Click the pill or press `Ctrl+Shift+Space`
@@ -130,7 +130,7 @@ This project is licensed under GPLv3. It incorporates [whisper.cpp](https://gith
## Resources ## Resources
- [User Manual](win-dictation-user-manual.html) - [User Manual](https://git.quietidiot.com/michael-treadgold/win-dictate/raw/branch/master/win-dictation-user-manual.html)
- [Architecture & Engineering Review](win-dictation-architecture-engineering-review.html) - [Architecture & Engineering Review](https://git.quietidiot.com/michael-treadgold/win-dictate/raw/branch/master/win-dictation-architecture-engineering-review.html)
- [Whisper.cpp](https://github.com/ggerganov/whisper.cpp) - [Whisper.cpp](https://github.com/ggerganov/whisper.cpp)
- [Model Downloads](https://huggingface.co/ggerganov/whisper.cpp) - [Model Downloads](https://huggingface.co/ggerganov/whisper.cpp)