Skip to content

Commit 8265adf

Browse files
authored
Documentation fix md file (#43)
* Clarify certificate download comment * Fix Link
1 parent edbe442 commit 8265adf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We get lots of those and we love helping you, but GitHub is not the best place f
1515
which just ask about usage will be closed. Here are some resources to get help:
1616

1717
- Go through the [guides](https://firebase.google.com/docs/admin/setup/)
18-
- Read the full [API reference](https://firebase.google.com/docs/reference/admin/go/)
18+
- Read the full [API reference](https://godoc.org/firebase.google.com/go)
1919

2020
If the official documentation doesn't help, try asking a question on the
2121
[Firebase Google Group](https://groups.google.com/forum/#!forum/firebase-talk/) or one of our
@@ -122,8 +122,8 @@ do not already have one suitable for running the tests against. Then obtain the
122122
following credentials from the project:
123123

124124
1. *Service account certificate*: This can be downloaded as a JSON file from
125-
the "Settings > Service Accounts" tab of the Firebase console. Copy the
126-
file into your Go workspace as
125+
the "Settings > Service Accounts" tab of the Firebase console. Click
126+
"GENERATE NEW PRIVATE KEY" and copy the file into your Go workspace as
127127
`src/firebase.google.com/go/testdata/integration_cert.json`.
128128
2. *Web API key*: This is displayed in the "Settings > General" tab of the
129129
console. Copy it and save to a new text file. Copy this text file into

0 commit comments

Comments
 (0)