From 7e0ac4e5a1e492a9a98461a9433594d3d5701899 Mon Sep 17 00:00:00 2001 From: Nikita Vaniasin Date: Thu, 15 Dec 2022 23:36:21 +0100 Subject: [PATCH 1/5] Fix ArangoDB logo image in Readme it wasn't working properly on some sites because of incorrect headers/redirects at main ArangoDB site. e.g. ![at pkg.go.dev](https://i.imgur.com/TZgdbJt.png) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f86658de..2f2df0d5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -![ArangoDB-Logo](https://www.arangodb.com/docs/assets/arangodb_logo_2016_inverted.png) +![ArangoDB-Logo](https://user-images.githubusercontent.com/3998723/207981337-79d49127-48fc-4c7c-9411-8a688edca1dd.png) + # ArangoDB GO Driver From fe8cc4a29100082deb7e2571ce55510e63b39d76 Mon Sep 17 00:00:00 2001 From: jwierzbo Date: Tue, 3 Jan 2023 19:23:08 +0100 Subject: [PATCH 2/5] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2f2df0d5..818222e7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ This project contains the official Go driver for the [ArangoDB database](https:/ [![Build Status](https://travis-ci.org/arangodb/go-driver.svg?branch=master)](https://travis-ci.org/arangodb/go-driver) [![GoDoc](https://godoc.org/github.com/arangodb/go-driver?status.svg)](http://godoc.org/github.com/arangodb/go-driver) - - [Getting Started](https://www.arangodb.com/docs/stable/drivers/go-getting-started.html) - [Example Requests](https://www.arangodb.com/docs/stable/drivers/go-example-requests.html) - [Connection Management](https://www.arangodb.com/docs/stable/drivers/go-connection-management.html) From 5cc0c79e1438018a8e05f5661c96781c2215a94e Mon Sep 17 00:00:00 2001 From: jwierzbo Date: Tue, 3 Jan 2023 20:37:25 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 818222e7..2f2df0d5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This project contains the official Go driver for the [ArangoDB database](https:/ [![Build Status](https://travis-ci.org/arangodb/go-driver.svg?branch=master)](https://travis-ci.org/arangodb/go-driver) [![GoDoc](https://godoc.org/github.com/arangodb/go-driver?status.svg)](http://godoc.org/github.com/arangodb/go-driver) + - [Getting Started](https://www.arangodb.com/docs/stable/drivers/go-getting-started.html) - [Example Requests](https://www.arangodb.com/docs/stable/drivers/go-example-requests.html) - [Connection Management](https://www.arangodb.com/docs/stable/drivers/go-connection-management.html) From fc4c5d3231e0fa118695e36ea0580bb5c5de0386 Mon Sep 17 00:00:00 2001 From: jwierzbo Date: Tue, 3 Jan 2023 20:43:15 +0100 Subject: [PATCH 4/5] test --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2f2df0d5..818222e7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ This project contains the official Go driver for the [ArangoDB database](https:/ [![Build Status](https://travis-ci.org/arangodb/go-driver.svg?branch=master)](https://travis-ci.org/arangodb/go-driver) [![GoDoc](https://godoc.org/github.com/arangodb/go-driver?status.svg)](http://godoc.org/github.com/arangodb/go-driver) - - [Getting Started](https://www.arangodb.com/docs/stable/drivers/go-getting-started.html) - [Example Requests](https://www.arangodb.com/docs/stable/drivers/go-example-requests.html) - [Connection Management](https://www.arangodb.com/docs/stable/drivers/go-connection-management.html) From 4e81375b533006d54590e225f7f00ca8a0a7e8a3 Mon Sep 17 00:00:00 2001 From: jwierzbo Date: Thu, 5 Jan 2023 10:08:10 +0100 Subject: [PATCH 5/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 818222e7..2f2df0d5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This project contains the official Go driver for the [ArangoDB database](https:/ [![Build Status](https://travis-ci.org/arangodb/go-driver.svg?branch=master)](https://travis-ci.org/arangodb/go-driver) [![GoDoc](https://godoc.org/github.com/arangodb/go-driver?status.svg)](http://godoc.org/github.com/arangodb/go-driver) + - [Getting Started](https://www.arangodb.com/docs/stable/drivers/go-getting-started.html) - [Example Requests](https://www.arangodb.com/docs/stable/drivers/go-example-requests.html) - [Connection Management](https://www.arangodb.com/docs/stable/drivers/go-connection-management.html)