postgres_rustls

Rustls-based library for postgres.
git clone https://git.philomathiclife.com/repos/postgres_rustls
Log | Files | Refs | README

commit 8bfad810c8a5c2ba2952cf1221c6cf602432e731
parent 378cce758959046559c82da4cfd65dcfb68d9ca3
Author: Zack Newman <zack@philomathiclife.com>
Date:   Thu, 20 Feb 2025 16:57:47 -0700

fix readme hyperlink to test directory

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -40,7 +40,7 @@ ensure documentation can be built. Note when running `cargo t` for the `ignored` tests, you will need to make sure PostgreSQL is set up properly. You will need to modify some of the files in `test_data/`. See -[`test_data/README.md`](https://git.philomathiclife.com/postgres_rustls/file/test_data/README.md) for more +[`test_data/README.md`](https://git.philomathiclife.com/postgres_rustls/file/test_data/README.md.html) for more information. ### Status