Skip to content

Commit c547336

Browse files
committed
Update READMEs for package move
1 parent bbeacce commit c547336

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

google-analytics-admin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ These samples show how to use the
3333
6. **Run** with the command `mvn compile exec:java
3434
-Dexec.mainClass=FULLY_QUALIFIED_SAMPLE_CLASS_NAME`. For example:
3535
```sh
36-
mvn -q compile exec:java -Dexec.mainClass='com.example.analytics.QuickstartSample'
36+
mvn -q compile exec:java -Dexec.mainClass='com.google.analytics.admin.samples.QuickstartSample'
3737
```
3838

3939
[adc]: https://cloud.google.com/docs/authentication#adc

google-analytics-data/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ These samples show how to use the
3434
6. **Run** with the command `mvn compile exec:java
3535
-Dexec.mainClass=FULLY_QUALIFIED_SAMPLE_CLASS_NAME`. For example:
3636
```sh
37-
mvn -q compile exec:java -Dexec.mainClass='com.example.analytics.QuickstartSample'
37+
mvn -q compile exec:java -Dexec.mainClass='com.google.analytics.data.samples.QuickstartSample'
3838
```
3939
**Tip:** You can see the complete list of available samples in the
40-
[`src/main/java/com/example/analytics`](src/main/java/com/example/analytics)
40+
[`src/main/java/com/google/analytics/data/samples`](src/main/java/com/example/analytics)
4141
directory.
4242

4343
[adc]: https://cloud.google.com/docs/authentication#adc

0 commit comments

Comments
 (0)