Skip to content

Commit 0d6803f

Browse files
authored
Fix the dev console links
1 parent 6f9838e commit 0d6803f

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
@@ -35,7 +35,7 @@ Engine.
3535

3636
To use `Application Default Credentials`, You first need to download a set of
3737
JSON credentials for your project. Go to **APIs & Auth** > **Credentials** in
38-
the [Google Developers Console](developer console) and select
38+
the [Google Developers Console][devconsole] and select
3939
**Service account** from the **Add credentials** dropdown.
4040

4141
> This file is your *only copy* of these credentials. It should never be
@@ -48,7 +48,7 @@ Once downloaded, store the path to this file in the
4848

4949
Before making your API call, you must be sure the API you're calling has been
5050
enabled. Go to **APIs & Auth** > **APIs** in the
51-
[Google Developers Console](developer console) and enable the APIs you'd like to
51+
[Google Developers Console][devconsole] and enable the APIs you'd like to
5252
call. For the example below, you must enable the `DNS API`.
5353

5454
#### Call an API

0 commit comments

Comments
 (0)