Skip to content

Commit 6550e4f

Browse files
github-actions[bot]claudestrawgate
committed
fix: add .html extensions to documentation links in README
Fixes broken documentation links that were pointing to directory-style URLs without .html extensions. The MkDocs site requires .html extensions for all documentation pages. Updated links: - Getting Started Guide - Wrappers Guide - Adapters Guide - API Reference (both locations) Fixes #182 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> Co-Authored-By: William Easton <[email protected]>
1 parent 8ecc042 commit 6550e4f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ This monorepo contains two libraries:
99
## Documentation
1010

1111
- [Full Documentation](https://strawgate.com/py-key-value/)
12-
- [Getting Started Guide](https://strawgate.com/py-key-value/getting-started/)
13-
- [Wrappers Guide](https://strawgate.com/py-key-value/wrappers/)
14-
- [Adapters Guide](https://strawgate.com/py-key-value/adapters/)
15-
- [API Reference](https://strawgate.com/py-key-value/api/protocols/)
12+
- [Getting Started Guide](https://strawgate.com/py-key-value/getting-started.html)
13+
- [Wrappers Guide](https://strawgate.com/py-key-value/wrappers.html)
14+
- [Adapters Guide](https://strawgate.com/py-key-value/adapters.html)
15+
- [API Reference](https://strawgate.com/py-key-value/api/protocols.html)
1616

1717
## Why use this library?
1818

@@ -354,7 +354,7 @@ library.
354354
## Project links
355355

356356
- [Full Documentation](https://strawgate.com/py-key-value/)
357-
- [API Reference](https://strawgate.com/py-key-value/api/protocols/)
357+
- [API Reference](https://strawgate.com/py-key-value/api/protocols.html)
358358

359359
Contributions welcome but may not be accepted. File an issue before submitting
360360
a pull request. If you do not get agreement on your proposal before making a

0 commit comments

Comments
 (0)