audit-labs/audit-tools

A collection of scripts, queries, and other goodies you can use in an audit.

clone: git clone https://gitbay.org/audit-labs/audit-tools.git

d23d78f98de4864c6156a903b1728ebfc2ba7aba

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-12-24T00:40:34Z

update readme
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3b94508..3a01f20 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# IT Audit Automation
+# Audit Tools
 
 **Audit Tools** is a collection of open-source Python scripts and related resources intended to support auditors, risk professionals, and data analysts in automating common audit procedures and analyses.
 
@@ -21,7 +21,7 @@ These tools are intended to be straightforward and applicable across a range of
 **Clone the Repository**
 
 ```bash
-git clone https://github.com/ccleberg/audit-tools
+git clone https://github.com/audit-labs/audit-tools
 cd audit-tools
 ```