diff --git a/CLAUDE.md b/CLAUDE.md
index a84b88102..860d2265c 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -32,8 +32,8 @@ TEAM.md includes decision authority hierarchy, collaboration patterns, and railw
Railway Interlocking Simulator - A BSc thesis project (2006/2007) from Brno University of Technology that simulates railway interlocking systems with a graphical editor and discrete event simulation engine.
-[](https://github.com/bedavs/interlockSim/actions/workflows/gradle-java21.yml)
-[](https://github.com/bedavs/interlockSim/actions/workflows/sonarqube.yml)
+[](https://github.com/bedaHovorka/interlockSim/actions/workflows/gradle-java21.yml)
+[](https://github.com/bedaHovorka/interlockSim/actions/workflows/sonarqube.yml)
## Build System
@@ -446,7 +446,7 @@ For complete logging configuration, runtime log level override, and output confi
GitHub Actions workflow (`.github/workflows/gradle-java21.yml`) runs on push/PR to main/develop branches. Compiles with Java 21, runs tests, packages JAR (90-day artifact retention), caches dependencies.
-View build status: [GitHub Actions](https://github.com/bedavs/interlockSim/actions)
+View build status: [GitHub Actions](https://github.com/bedaHovorka/interlockSim/actions)
## Documentation
diff --git a/desktop-ui/src/test/kotlin/cz/vutbr/fit/interlockSim/di/KoinGoldenOutputTest.kt b/desktop-ui/src/test/kotlin/cz/vutbr/fit/interlockSim/di/KoinGoldenOutputTest.kt
index 034b84189..505fe1e70 100644
--- a/desktop-ui/src/test/kotlin/cz/vutbr/fit/interlockSim/di/KoinGoldenOutputTest.kt
+++ b/desktop-ui/src/test/kotlin/cz/vutbr/fit/interlockSim/di/KoinGoldenOutputTest.kt
@@ -42,7 +42,7 @@ import org.koin.test.get
* (graph size, occupied blocks, active reservations, train count)
* - These tests MUST pass before merging any Koin changes
*
- * @see docs/KOTLIN_STYLE_GUIDE.md - Dependency Injection with Koin
+ * @see docs/KOTLIN_STYLE_GUIDE.md - Dependency Injection with Koin
*/
@Tag("integration-test")
class KoinGoldenOutputTest : KoinTestBase() {
diff --git a/docs/FAST_SIM_BENCHMARK.md b/docs/FAST_SIM_BENCHMARK.md
index 0d37fd01d..3e06d3c35 100644
--- a/docs/FAST_SIM_BENCHMARK.md
+++ b/docs/FAST_SIM_BENCHMARK.md
@@ -1,6 +1,6 @@
# Fast-Sim Performance Benchmark: Native vs JVM
-Issue [#418](https://github.com/bedavs/interlockSim/issues/418) — Last issue in the fastSim milestone.
+Issue [#418](https://github.com/bedaHovorka/interlockSim/issues/418) — Last issue in the fastSim milestone.
## Configuration
diff --git a/docs/JAVA21-MIGRATION-SUMMARY.md b/docs/JAVA21-MIGRATION-SUMMARY.md
index 3fc82ee27..f68054d79 100644
--- a/docs/JAVA21-MIGRATION-SUMMARY.md
+++ b/docs/JAVA21-MIGRATION-SUMMARY.md
@@ -214,12 +214,12 @@ env:
**Before:**
```markdown
-[](...)
+[](...)
```
**After:**
```markdown
-[](...)
+[](...)
```
### CI/CD Testing
diff --git a/docs/superpowers/specs/2026-04-14-backlog-election-design.md b/docs/superpowers/specs/2026-04-14-backlog-election-design.md
index 1c7f9b2d0..7b89dabe9 100644
--- a/docs/superpowers/specs/2026-04-14-backlog-election-design.md
+++ b/docs/superpowers/specs/2026-04-14-backlog-election-design.md
@@ -10,7 +10,7 @@ issues, via weighted subagent voting on semantic dependency impact.
## Definitions
-- `X` = all open GitHub issues in `bedavs/interlockSim`
+- `X` = all open GitHub issues in `bedaHovorka/interlockSim`
- `B ⊆ X` = issues whose milestone is `Backlog`
- **Effect of `b ∈ B`**: the aggregated, voter-weighted degree to which
completing `b` would help (unblock, simplify, enable, de-risk) other issues
diff --git a/docs/superpowers/specs/2026-04-17-backlog-election-design.md b/docs/superpowers/specs/2026-04-17-backlog-election-design.md
index d2215260f..e713e9d32 100644
--- a/docs/superpowers/specs/2026-04-17-backlog-election-design.md
+++ b/docs/superpowers/specs/2026-04-17-backlog-election-design.md
@@ -10,7 +10,7 @@ From the set `B` of open Backlog issues, elect the top 3 whose completion would
## Definitions
-- `X` = all open GitHub issues in `bedavs/interlockSim`
+- `X` = all open GitHub issues in `bedaHovorka/interlockSim`
- `B ⊆ X` = issues whose `milestone.title == "Backlog"`
- **Effect of `b ∈ B`**: how much completing `b` unblocks or simplifies other issues in `X`, as judged by each team subagent from their domain perspective
diff --git a/sonar-project.properties b/sonar-project.properties
index fe7ccb846..fa5641d47 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -39,10 +39,10 @@ sonar.junit.reportPaths=desktop-ui/build/test-results/test,desktop-ui/build/test
sonar.coverage.jacoco.xmlReportPaths=desktop-ui/build/reports/jacoco/test/jacocoTestReport.xml,core/build/reports/jacoco/jvmTest/jacocoTestReport.xml
# Project links (optional - useful for GitHub integration)
-# sonar.links.homepage=https://github.com/bedavs/interlockSim
-# sonar.links.ci=https://github.com/bedavs/interlockSim/actions
-# sonar.links.issue=https://github.com/bedavs/interlockSim/issues
-# sonar.links.scm=https://github.com/bedavs/interlockSim
+# sonar.links.homepage=https://github.com/bedaHovorka/interlockSim
+# sonar.links.ci=https://github.com/bedaHovorka/interlockSim/actions
+# sonar.links.issue=https://github.com/bedaHovorka/interlockSim/issues
+# sonar.links.scm=https://github.com/bedaHovorka/interlockSim
# Exclusions (exclude files from analysis)
# sonar.exclusions=**/generated/**,**/legacy/**