fix: replace placeholder URLs in README with actual site URL (#132)
fix: replace placeholder URLs with actual site link Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Juan Manuel Servera committed
May 19, 2026 at 20:34 UTC
8dc912cb25d3f7dcf2b780b76713dd22110eb371
1 file changed
+3
-3
README.md
+3
-3
@@ -40,7 +40,7 @@ JSON Markdown Hugo Pages Improvements
40
41
**Stage 4: Deploy** (Hugo + GitHub Pages)
42
- Builds static site from Hugo and publishes to GitHub Pages
43
-- Outputs: Live website + RSS feeds at `https://your-site/index.xml` and `https://your-site/feed/`
43
+- Outputs: Live website + RSS feeds at `https://jmservera.github.io/SquadScope/index.xml` and `https://jmservera.github.io/SquadScope/feed/`
44
45
**Stage 5: Reskill** (every 5th run)
46
- Every 5th run, Copilot reviews squad history and recent analysis outputs
@@ -61,8 +61,8 @@ JSON Markdown Hugo Pages Improvements
61
62
### For end users
63
64
-1. **Visit the site:** [SquadScope](https://your-repo/): Browse weekly, monthly, yearly summaries
65
-2. **Subscribe to RSS:** Add `https://your-site/index.xml` or `https://your-site/feed/` to your reader
64
+1. **Visit the site:** [SquadScope](https://jmservera.github.io/SquadScope/): Browse weekly, monthly, yearly summaries
65
+2. **Subscribe to RSS:** Add `https://jmservera.github.io/SquadScope/index.xml` or `https://jmservera.github.io/SquadScope/feed/` to your reader
66
3. **Check GitHub Releases:** New summaries also posted as releases
67
68
### For operators (see `docs/operator-guide.md` for full setup)