From 3f3f1a77c3a87e42df64c5baaa7d42193b0d8529 Mon Sep 17 00:00:00 2001 From: Andy Edwards Date: Wed, 30 Dec 2020 04:20:46 -0600 Subject: [PATCH] docs(README.md): add link to documentation repo (#2434) since it's currently the only way to look up documentation for old versions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 549eb0e6..dcd89d8d 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ Each package in this repo should have its own readme more focused on how to deve ### :star: [Documentation](https://node-postgres.com) :star: +The source repo for the documentation is https://github.com/brianc/node-postgres-docs. + ### Features - Pure JavaScript client and native libpq bindings share _the same API_