From dbb6d8a98d6821dd696adc17c8a98a4f258212d6 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Tue, 14 Oct 2025 14:40:01 +1100 Subject: [PATCH] Update README.md: forgejo URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0d254d..d537380 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ In this implementation (mig5's fork of abbat's original), the pdo_sqlite driver This is so that applications that specifically define an SQLite PDO database connection, don't need modification to support SQLCipher (though they still would need modification to send the PRAGMA key if they want to use SQLCipher features). -This is intended to be used in conjunction with https://github.com/mig5/php-sqlcipher which builds SQLCipher for various PHP versions on Debian and Ubuntu. +This is intended to be used in conjunction with https://git.mig5.net/mig5/php-sqlcipher which builds SQLCipher for various PHP versions on Debian and Ubuntu.