Skip to content

Commit 288c896

Browse files
chrisguidryclaude
andauthored
Fix README doc subpage URLs for RTD's /en/latest/ prefix (#348)
Follow-up to #347 — RTD serves docs under `/en/latest/` with multi-version mode. Root URLs redirect fine, but subpage links (getting-started, api-reference, testing) need the prefix to resolve directly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5c5ce65 commit 288c896

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Howdy, John at 2025-03-05 13:58:24.550773!
4343
```
4444

4545
Check out our docs for more [details](https://docket.lol/),
46-
[examples](https://docket.lol/getting-started/), and the [API
47-
reference](https://docket.lol/api-reference/).
46+
[examples](https://docket.lol/en/latest/getting-started/), and the [API
47+
reference](https://docket.lol/en/latest/api-reference/).
4848

4949
## Why `docket`?
5050

@@ -98,7 +98,7 @@ async with Docket(name="my-docket", url="memory://my-docket") as docket:
9898
...
9999
```
100100

101-
See [Testing with Docket](https://docket.lol/testing/#using-in-memory-backend-no-redis-required) for more details.
101+
See [Testing with Docket](https://docket.lol/en/latest/testing/#using-in-memory-backend-no-redis-required) for more details.
102102

103103
# Hacking on `docket`
104104

0 commit comments

Comments
 (0)