From 5b723b94f9043fc2de0c1f897dbe44a1db94515e Mon Sep 17 00:00:00 2001 From: Win Dictation Dev Date: Thu, 11 Jun 2026 21:44:21 +1200 Subject: [PATCH] Fix doc links to raw URLs for rendered HTML viewing --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 35d2bef..e2d08e8 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Go to the Releases page, download `WinDictation.zip`, extract, and run `win-dict ## Documentation -- **[User Manual](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 +- **[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](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 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 - **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 -- [User Manual](win-dictation-user-manual.html) -- [Architecture & Engineering Review](win-dictation-architecture-engineering-review.html) +- [User Manual](https://git.quietidiot.com/michael-treadgold/win-dictate/raw/branch/master/win-dictation-user-manual.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) - [Model Downloads](https://huggingface.co/ggerganov/whisper.cpp)