From 5b18680d579d435defd2c43782d9ac88a75eaf59 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Thu, 12 Mar 2026 12:28:04 -0400 Subject: [PATCH] fix remaining arc references in README, CONTRIBUTING, docs-internal Co-Authored-By: Claude Opus 4.6 --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fd79e25a5..33d2c89b5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,7 @@ bun run typecheck # type check ## Reporting bugs -Open an issue on [GitHub Issues](https://github.com/brynary/arc/issues) with steps to reproduce the problem. +Open an issue on [GitHub Issues](https://github.com/fabro-sh/fabro/issues) with steps to reproduce the problem. ## License diff --git a/README.md b/README.md index 852cfa518..83f080448 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,8 @@ fabro run hello ## Help or Feedback -- [Bug reports](https://github.com/brynary/arc/issues) via GitHub Issues -- [Feature requests](https://github.com/brynary/arc/issues) via GitHub Issues +- [Bug reports](https://github.com/fabro-sh/fabro/issues) via GitHub Issues +- [Feature requests](https://github.com/fabro-sh/fabro/issues) via GitHub Issues - Email [bryan@qlty.sh](mailto:bryan@qlty.sh) for questions - See [CONTRIBUTING.md](CONTRIBUTING.md) for build instructions and development workflow