Skip to content

Commit 29905d4

Browse files
committed
Fix link to MongoDB Documentation Site for Go
Change-Id: Icee77f5f856803f05064a266e1a74e7233f25c0d
1 parent 410a38c commit 29905d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<a href="https://goreportcard.com/report/github.com/mongodb/mongo-go-driver"><img src="https://goreportcard.com/badge/github.com/mongodb/mongo-go-driver"></a>
44
<a href="https://godoc.org/github.com/mongodb/mongo-go-driver/mongo"><img src="etc/assets/godoc-mongo-blue.svg" alt="GoDoc"></a>
55
<a href="https://godoc.org/github.com/mongodb/mongo-go-driver/bson"><img src="etc/assets/godoc-bson-blue.svg" alt="GoDoc"></a>
6-
<a href="https://docs.mongodb.com/ecosystem/drivers/go.html"><img src="etc/assets/docs-mongodb-green.svg"></a>
6+
<a href="https://docs.mongodb.com/ecosystem/drivers/go/"><img src="etc/assets/docs-mongodb-green.svg"></a>
77
</p>
88

99
# MongoDB Go Driver
@@ -114,7 +114,7 @@ if err != nil {
114114
// Do something with result...
115115
```
116116

117-
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).
117+
Additional examples and documentation can be found under the examples directory and [on the MongoDB Documentation website](https://docs.mongodb.com/ecosystem/drivers/go/).
118118

119119
-------------------------
120120
## Bugs / Feature Reporting

0 commit comments

Comments
 (0)