From 29905d4bda472574c8b499e2f93b5b2747d8fbd7 Mon Sep 17 00:00:00 2001 From: Kris Brandow Date: Thu, 6 Dec 2018 15:13:04 -0500 Subject: [PATCH] Fix link to MongoDB Documentation Site for Go Change-Id: Icee77f5f856803f05064a266e1a74e7233f25c0d --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1067fa4da..f88a4dce05 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ GoDoc GoDoc - +

# MongoDB Go Driver @@ -114,7 +114,7 @@ if err != nil { // Do something with result... ``` -Additional examples and documentation can be found under the examples directory and [on the MongoDB Documentation website](https://docs.mongodb.com/ecosystem/drivers/go.html). +Additional examples and documentation can be found under the examples directory and [on the MongoDB Documentation website](https://docs.mongodb.com/ecosystem/drivers/go/). ------------------------- ## Bugs / Feature Reporting