Skip to content

Commit 8a0319e

Browse files
docs: fix citation slug bug (C1) (#38)
## Summary Same init-substitution bug as the workbench (fixed there in its sibling PR): `docs/attribution/CITATIONS.adoc`'s BibTeX key contained a space (`@software{Trope Checker_2026,` — invalid) and every citation URL pointed at the nonexistent `github.com/hyperpolymath/Trope Checker`. Keys and URLs now use the real slug; prose titles unchanged. ## Changes - BibTeX key → `trope_checker_2026`; all URL occurrences → `github.com/hyperpolymath/trope-checker` ## RSR Quality Checklist ### Required - [x] Tests pass — grep confirms zero remaining un-slugged URLs - [x] Code is formatted — N/A (prose) - [x] Linter is clean - [x] No banned language patterns - [x] No `unsafe` blocks / banned functions — N/A - [x] SPDX headers present (unchanged) - [x] No secrets included ## Testing `grep -c "hyperpolymath/Trope Checker"` → 0. ## Screenshots N/A. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01LPhj2Tjx4NUi8uTTsNbeJ1 --- _Generated by [Claude Code](https://claude.ai/code/session_01LPhj2Tjx4NUi8uTTsNbeJ1)_ Co-authored-by: Claude <noreply@anthropic.com>
1 parent f2899cd commit 8a0319e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/attribution/CITATIONS.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@
77

88
[source,bibtex]
99
----
10-
@software{Trope Checker_2026,
10+
@software{trope_checker_2026,
1111
author = {Jewell, Jonathan D.A.},
1212
title = {Trope Checker},
1313
year = {2026},
14-
url = {https://github.com/hyperpolymath/Trope Checker},
14+
url = {https://github.com/hyperpolymath/trope-checker},
1515
license = {MPL-2.0}
1616
}
1717
----
1818

1919
== Harvard Style
2020

21-
Jewell, J. (2026) _Trope Checker_ [Computer software]. Available at: https://github.com/hyperpolymath/Trope Checker
21+
Jewell, J. (2026) _Trope Checker_ [Computer software]. Available at: https://github.com/hyperpolymath/trope-checker
2222

2323
== OSCOLA
2424

25-
Jonathan D.A. Jewell, 'Trope Checker' (2026) <https://github.com/hyperpolymath/Trope Checker>
25+
Jonathan D.A. Jewell, 'Trope Checker' (2026) <https://github.com/hyperpolymath/trope-checker>
2626

2727
== MLA
2828

29-
Jewell, Jonathan D.A. "Trope Checker." 2026, github.com/hyperpolymath/Trope Checker.
29+
Jewell, Jonathan D.A. "Trope Checker." 2026, github.com/hyperpolymath/trope-checker.
3030

3131
== APA 7
3232

33-
Jewell, J. (2026). _Trope Checker_ [Computer software]. GitHub. https://github.com/hyperpolymath/Trope Checker
33+
Jewell, J. (2026). _Trope Checker_ [Computer software]. GitHub. https://github.com/hyperpolymath/trope-checker
3434

3535
== See Also
3636

0 commit comments

Comments
 (0)