From 9f981c1fc7439ca515cbec1d469f86daef0e7c0f Mon Sep 17 00:00:00 2001 From: Julien Vey <455944+julienvey@users.noreply.github.com> Date: Fri, 24 Feb 2023 15:37:53 +0100 Subject: [PATCH] Fix driver manual link Co-authored-by: Florent Biville <445792+fbiville@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c74e8fa2..70dad296 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ go get github.com/neo4j/neo4j-go-driver ## Documentation -Drivers manual that describes general driver concepts in depth [here](https://neo4j.com/docs/driver-manual/5.0/). +Drivers manual that describes general driver concepts in depth [here](https://neo4j.com/docs/go-manual/current/). Go package API documentation [here](https://pkg.go.dev/github.com/neo4j/neo4j-go-driver/v5). ## Migrating from previous versions