Skip to content

Commit ecb2118

Browse files
committed
doc: fix links to v3 in the README.md
1 parent 57dc833 commit ecb2118

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The package `go-tarantool` is located in [tarantool/go-tarantool][go-tarantool]
4646
repository. To download and install, say:
4747

4848
```
49-
$ go get github.com/tarantool/go-tarantool/v2
49+
$ go get github.com/tarantool/go-tarantool/v3
5050
```
5151

5252
This should put the source and binary files in subdirectories of
@@ -131,7 +131,7 @@ func main() {
131131
}
132132
```
133133

134-
**Observation 1:** The line "`github.com/tarantool/go-tarantool/v2`" in the
134+
**Observation 1:** The line "`github.com/tarantool/go-tarantool/v3`" in the
135135
`import(...)` section brings in all Tarantool-related functions and structures.
136136

137137
**Observation 2:** Unused import lines are required to initialize encoders and
@@ -245,8 +245,8 @@ There are two other connectors available from the open source community:
245245
See feature comparison in the [documentation][tarantool-doc-connectors-comparison].
246246

247247
[tarantool-site]: https://tarantool.io/
248-
[godoc-badge]: https://pkg.go.dev/badge/github.com/tarantool/go-tarantool/v2.svg
249-
[godoc-url]: https://pkg.go.dev/github.com/tarantool/go-tarantool/v2
248+
[godoc-badge]: https://pkg.go.dev/badge/github.com/tarantool/go-tarantool/v3.svg
249+
[godoc-url]: https://pkg.go.dev/github.com/tarantool/go-tarantool/v3
250250
[actions-badge]: https://github.com/tarantool/go-tarantool/actions/workflows/testing.yml/badge.svg
251251
[actions-url]: https://github.com/tarantool/go-tarantool/actions/workflows/testing.yml
252252
[coverage-badge]: https://coveralls.io/repos/github/tarantool/go-tarantool/badge.svg?branch=master
@@ -261,5 +261,5 @@ See feature comparison in the [documentation][tarantool-doc-connectors-compariso
261261
[go-tarantool]: https://github.com/tarantool/go-tarantool
262262
[tarantool-doc-data-model-url]: https://www.tarantool.io/en/doc/latest/book/box/data_model/
263263
[tarantool-doc-box-space-url]: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space/
264-
[godoc-opts-url]: https://pkg.go.dev/github.com/tarantool/go-tarantool/v2#Opts
264+
[godoc-opts-url]: https://pkg.go.dev/github.com/tarantool/go-tarantool/v3#Opts
265265
[tarantool-doc-connectors-comparison]: https://www.tarantool.io/en/doc/latest/book/connectors/#go-feature-comparison

0 commit comments

Comments
 (0)