Skip to content

Commit 6e75c70

Browse files
authored
OAS-10132 | Docs: Link to external v2 tutorial (#630)
1 parent 455cc3b commit 6e75c70

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ This project contains the official Go driver for the [ArangoDB database system](
66
[![GoDoc](https://godoc.org/github.com/arangodb/go-driver?status.svg)](http://godoc.org/github.com/arangodb/go-driver)
77

88
Version 2:
9-
- Tutorial coming soon
9+
- [Tutorial](https://docs.arangodb.com/stable/develop/drivers/go/)
1010
- [Code examples](v2/examples/)
1111
- [Reference documentation](https://godoc.org/github.com/arangodb/go-driver/v2)
1212

1313
Version 1:
1414
- ⚠️ This version is deprecated and will not receive any new features.
15-
Please use version 2 ([v2](v2/)) instead.
15+
Please use version 2 ([v2/](v2/)) instead.
1616
- [Tutorial](Tutorial_v1.md)
1717
- [Code examples](examples/)
1818
- [Reference documentation](https://godoc.org/github.com/arangodb/go-driver)

v2/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ The implementation of the v2 driver makes use of runtime JSON serialization,
44
reducing memory and CPU usage. The combination of JSON serialization and HTTP/2
55
support makes the driver more efficient and faster.
66

7+
To get started, see the
8+
[Tutorial](https://docs.arangodb.com/stable/develop/drivers/go/).
9+
710
## Deprecation Notice
811

912
From ArangoDB v3.12 onward, the VelocyStream (VST) protocol is not supported

0 commit comments

Comments
 (0)