Skip to content

Commit 12d0050

Browse files
authored
docs: fix URLs for new package name (#7790)
1 parent c7b11d3 commit 12d0050

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
> Idiomatic PHP client for [Google Ads Marketing Platform Admin](https://developers.google.com/analytics/devguides/config/gmp/v1).
44
5-
[![Latest Stable Version](https://poser.pugx.org/google/ads-marketingplatform-admin/v/stable)](https://packagist.org/packages/google/ads-marketingplatform-admin) [![Packagist](https://img.shields.io/packagist/dm/google/ads-marketingplatform-admin.svg)](https://packagist.org/packages/google/ads-marketingplatform-admin)
5+
[![Latest Stable Version](https://poser.pugx.org/googleads/marketingplatform-admin/v/stable)](https://packagist.org/packages/googleads/marketingplatform-admin) [![Packagist](https://img.shields.io/packagist/dm/googleads/marketingplatform-admin.svg)](https://packagist.org/packages/googleads/marketingplatform-admin)
66

7-
* [API documentation](https://cloud.google.com/php/docs/reference/ads-marketingplatform-admin/latest)
7+
* [API documentation](https://cloud.google.com/php/docs/referenc/googleeads/marketingplatform-admin/latest)
88

99
**NOTE:** This repository is part of [Google Cloud PHP](https://github.com/googleapis/google-cloud-php). Any
1010
support requests, bug reports, or development contributions should be directed to
@@ -17,7 +17,7 @@ To begin, install the preferred dependency manager for PHP, [Composer](https://g
1717
Now, install this component:
1818

1919
```sh
20-
$ composer require google/ads-marketingplatform-admin
20+
$ composer require googleads/marketingplatform-admin
2121
```
2222

2323
> Browse the complete list of [Google Cloud APIs](https://cloud.google.com/php/docs/reference)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"extra": {
1313
"component": {
14-
"id": "ads-marketingplatform-admin",
14+
"id": "googleads/marketingplatform-admin",
1515
"path": "AdsMarketingPlatformAdmin",
1616
"target": "googleapis/php-ads-marketingplatform-admin"
1717
}

0 commit comments

Comments
 (0)