From 7a9a74f66d96c11b786d5f46eee877c261c82aaf Mon Sep 17 00:00:00 2001 From: eas-oss Date: Fri, 12 Jun 2026 01:58:58 -0700 Subject: [PATCH] README: point clone URL at live EmpireGit home --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01e746e..97f4b9e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Disable any check with `BUGCLASS_DISABLE=C1,C4` or `--checks C2,C3`. ## Quick start ```bash -git clone https://github.com//bugclass-detectors +git clone https://git.eliteaiempire.com/eas-oss/bugclass-detectors cd bugclass-detectors python -m bugclass_detectors examples/buggy_sample.py # see all five fire python tests/test_detectors.py # smoke tests