diff --git a/src/mcts/ui/alternate_formats.py b/src/mcts/ui/alternate_formats.py index e8afdef..ea6d024 100644 --- a/src/mcts/ui/alternate_formats.py +++ b/src/mcts/ui/alternate_formats.py @@ -126,7 +126,7 @@ def _render_github(report: ScanReport, findings: list[Finding], console: Console lines.append("") lines.append("---") lines.append( - "*Scan by [MCTS](https://github.com/tcconnally/MCTS). " + "*Scan by [MCTS](https://github.com/Perseus-Computing-LLC/MCTS). " "Run `mcts scan . --terminal-format github` for this output.*" )