Skip to content

Commit 48c4c96

Browse files
authored
Fix links in README
1 parent 814c1ac commit 48c4c96

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ This project hosts the Java client library for the Google Ads API.
7676
**If you're accessing the Google Ads API using your own credentials...**
7777

7878
* Follow the instructions at
79-
https://developers.google.com/google-ads/api/docs/guides/authentication#installed
80-
to create an OAuth2 client ID and secret for the installed application
79+
https://developers.google.com/google-ads/api/docs/oauth/cloud-project
80+
to create an OAuth2 client ID and secret for the **installed application**
8181
OAuth2 flow.
8282

8383
* Run the
@@ -106,9 +106,9 @@ This project hosts the Java client library for the Google Ads API.
106106
**If you're accessing the Google Ads API on behalf of clients...**
107107
108108
* Follow the instructions at
109-
https://developers.google.com/google-ads/api/docs/guides/authentication#webapp
110-
to create an OAuth2 client ID and secret for the web application OAuth2
111-
flow.
109+
https://developers.google.com/google-ads/api/docs/oauth/cloud-project
110+
to create an OAuth2 client ID and secret for the **web application**
111+
OAuth2 flow.
112112
113113
* Run the
114114
[AuthenticateInWebApplication](https://github.com/googleads/google-ads-java/blob/master/google-ads-examples/src/main/java/com/google/ads/googleads/examples/authentication/AuthenticateInWebApplication.java)
@@ -137,7 +137,7 @@ This project hosts the Java client library for the Google Ads API.
137137
file named `ads.properties` in your home directory.
138138
139139
To ensure that the credentials in that file are valid, run the
140-
[GetCampaigns example](https://github.com/googleads/google-ads-java/tree/master/google-ads-examples/src/main/java/com/google/ads/googleads/examples/basicoperations/GetCampaigns),
140+
[GetCampaigns example](https://github.com/googleads/google-ads-java/tree/master/google-ads-examples/src/main/java/com/google/ads/googleads/examples/basicoperations/GetCampaigns.java),
141141
either via your IDE or from the command line using Maven. This example
142142
requires a `--customerId` parameter where the value is your AdWords
143143
account's customer ID without dashes. Here's how you can pass that

0 commit comments

Comments
 (0)