Skip to content

Commit

Permalink
docs: fix URLs for new package name (#7790)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Nov 1, 2024
1 parent 60a4541 commit f400f71
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .repo-metadata-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"language": "php",
"distribution_name": "googleads/marketingplatform-admin",
"release_level": "preview",
"client_documentation": "https://cloud.google.com/php/docs/reference/ads-marketingplatform-admin/latest",
"client_documentation": "https://cloud.google.com/php/docs/reference/googleads/marketingplatform-admin/latest",
"library_type": "GAPIC_AUTO",
"api_shortname": "marketingplatformadmin"
},
Expand Down
6 changes: 3 additions & 3 deletions AdsMarketingPlatformAdmin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

> Idiomatic PHP client for [Google Ads Marketing Platform Admin](https://developers.google.com/analytics/devguides/config/gmp/v1).
[![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)
[![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)

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

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

```sh
$ composer require google/ads-marketingplatform-admin
$ composer require googleads/marketingplatform-admin
```

> Browse the complete list of [Google Cloud APIs](https://cloud.google.com/php/docs/reference)
Expand Down
2 changes: 1 addition & 1 deletion AdsMarketingPlatformAdmin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"extra": {
"component": {
"id": "ads-marketingplatform-admin",
"id": "googleads/marketingplatform-admin",
"path": "AdsMarketingPlatformAdmin",
"target": "googleapis/php-ads-marketingplatform-admin"
}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
},
"replace": {
"google/access-context-manager": "1.0.0",
"google/ads-marketingplatform-admin": "0.1.0",
"google/analytics-admin": "0.24.0",
"google/analytics-data": "0.20.0",
"google/apps-chat": "0.6.0",
Expand Down Expand Up @@ -262,7 +261,8 @@
"google/shopping-merchant-promotions": "0.1.0",
"google/shopping-merchant-quota": "0.1.3",
"google/shopping-merchant-reports": "0.8.1",
"googleads/ad-manager": "0.1.0"
"googleads/ad-manager": "0.1.0",
"googleads/marketingplatform-admin": "0.1.0"
},
"suggest": {
"opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
Expand Down

0 comments on commit f400f71

Please sign in to comment.