Skip to content

Commit 0e396e8

Browse files
ernsheonghiranya911
authored andcommitted
Add GoDoc reference badge, fix 404 API link (#26)
* Add GoDoc reference badge, fix 404 API link * Point to GoDoc via Firebase url Point to GoDoc via https://godoc.org/firebase.google.com/go
1 parent 027e651 commit 0e396e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![Build Status](https://travis-ci.org/firebase/firebase-admin-go.svg?branch=master)](https://travis-ci.org/firebase/firebase-admin-go)
2+
[![GoDoc](https://godoc.org/firebase.google.com/go?status.svg)](https://godoc.org/firebase.google.com/go)
23

34
# Firebase Admin Go SDK
45

@@ -41,7 +42,7 @@ requests, code review feedback, and also pull requests.
4142
## Documentation
4243

4344
* [Setup Guide](https://firebase.google.com/docs/admin/setup/)
44-
* [API Reference](https://firebase.google.com/docs/reference/admin/go/)
45+
* [API Reference](https://godoc.org/firebase.google.com/go)
4546

4647

4748
## License and Terms
@@ -50,4 +51,4 @@ Firebase Admin Go SDK is licensed under the
5051
[Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
5152

5253
Your use of Firebase is governed by the
53-
[Terms of Service for Firebase Services](https://firebase.google.com/terms/).
54+
[Terms of Service for Firebase Services](https://firebase.google.com/terms/).

0 commit comments

Comments
 (0)