Skip to content

Commit 192e69d

Browse files
docs: update live demo URL (#6)
1 parent 65e4037 commit 192e69d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A simple tool to generate activity reports from GitHub and local activity data,
2020

2121
### Option 1: Web UI
2222

23-
Visit the live demo at: `https://erikbjare.github.io/whatdidyougetdone/`
23+
Visit the live demo at: `https://timetobuildbob.com/whatdidyougetdone/`
2424

2525
The web UI allows you to:
2626
- Enter any GitHub username to generate a report
@@ -183,7 +183,7 @@ The project includes a modern, responsive web interface for viewing reports.
183183
Open `index.html` in your browser, or use a simple HTTP server:
184184

185185
```bash
186-
python -m http.server 8000
186+
python3 -m http.server 8000
187187
# Open http://localhost:8000
188188
```
189189

@@ -334,6 +334,6 @@ Built with:
334334
## Links
335335

336336
- [GitHub Repository](https://github.com/TimeToBuildBob/whatdidyougetdone)
337-
- [Live Demo](https://erikbjare.github.io/whatdidyougetdone/)
337+
- [Live Demo](https://timetobuildbob.com/whatdidyougetdone/)
338338
- [ActivityWatch](https://activitywatch.net/)
339339
- [Issue Tracker](https://github.com/TimeToBuildBob/whatdidyougetdone/issues)

0 commit comments

Comments
 (0)