Skip to content

Commit 580f2c3

Browse files
committed
fix: correct GitHub Pages URLs in README (remove trailing slashes)
1 parent 4b46050 commit 580f2c3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,10 @@ help(client.get_balancing_dynamic)
177177

178178
#### Complete Documentation
179179

180-
- **[All Endpoints](https://benjaminwatts.github.io/balancing/api/all-endpoints/)** - Complete endpoint reference
181-
- **[Method Reference](https://benjaminwatts.github.io/balancing/api/method-reference/)** - Organized by category
182-
- **[Client API](https://benjaminwatts.github.io/balancing/api/client/)** - Auto-generated docs
180+
- **[All Endpoints](https://benjaminwatts.github.io/balancing/api/all-endpoints)** - Complete endpoint reference
181+
- **[Method Reference](https://benjaminwatts.github.io/balancing/api/method-reference)** - Organized by category
182+
- **[Client API](https://benjaminwatts.github.io/balancing/api/client)** - Auto-generated docs
183+
- **[Full Documentation](https://benjaminwatts.github.io/balancing/)** - Complete documentation site
183184

184185
#### Quick Examples
185186

0 commit comments

Comments
 (0)