diff --git a/README.md b/README.md index 16ccb1a7..eba00e04 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ This project contains the official Go driver for the [ArangoDB database system]( [![GoDoc](https://godoc.org/github.com/arangodb/go-driver?status.svg)](http://godoc.org/github.com/arangodb/go-driver) Version 2: -- Tutorial coming soon +- [Tutorial](https://docs.arangodb.com/stable/develop/drivers/go/) - [Code examples](v2/examples/) - [Reference documentation](https://godoc.org/github.com/arangodb/go-driver/v2) Version 1: - ⚠️ This version is deprecated and will not receive any new features. - Please use version 2 ([v2](v2/)) instead. + Please use version 2 ([v2/](v2/)) instead. - [Tutorial](Tutorial_v1.md) - [Code examples](examples/) - [Reference documentation](https://godoc.org/github.com/arangodb/go-driver) diff --git a/v2/README.md b/v2/README.md index d72f6b4d..852c6785 100644 --- a/v2/README.md +++ b/v2/README.md @@ -4,6 +4,9 @@ The implementation of the v2 driver makes use of runtime JSON serialization, reducing memory and CPU usage. The combination of JSON serialization and HTTP/2 support makes the driver more efficient and faster. +To get started, see the +[Tutorial](https://docs.arangodb.com/stable/develop/drivers/go/). + ## Deprecation Notice From ArangoDB v3.12 onward, the VelocyStream (VST) protocol is not supported