From 0661f3fdb831ac9b60cf42dff07878fe902891d4 Mon Sep 17 00:00:00 2001 From: Simran Spiller Date: Wed, 23 Oct 2024 22:47:23 +0200 Subject: [PATCH 1/2] Docs: Link to external v2 tutorial --- README.md | 4 ++-- v2/README.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16ccb1a7..572efb26 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/#tutorial) - [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..b7da26d8 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/#tutorial). + ## Deprecation Notice From ArangoDB v3.12 onward, the VelocyStream (VST) protocol is not supported From 17f13affe8337e2cbd2a68477f40905e84d77e04 Mon Sep 17 00:00:00 2001 From: Simran Spiller Date: Thu, 24 Oct 2024 15:37:12 +0200 Subject: [PATCH 2/2] Remove anchor --- README.md | 2 +- v2/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 572efb26..eba00e04 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 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](https://docs.arangodb.com/stable/develop/drivers/go/#tutorial) +- [Tutorial](https://docs.arangodb.com/stable/develop/drivers/go/) - [Code examples](v2/examples/) - [Reference documentation](https://godoc.org/github.com/arangodb/go-driver/v2) diff --git a/v2/README.md b/v2/README.md index b7da26d8..852c6785 100644 --- a/v2/README.md +++ b/v2/README.md @@ -5,7 +5,7 @@ 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/#tutorial). +[Tutorial](https://docs.arangodb.com/stable/develop/drivers/go/). ## Deprecation Notice