Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link for RRM module homepage. #9165

Merged
merged 2 commits into from
Aug 12, 2024
Merged

Conversation

ankitrox
Copy link
Collaborator

@ankitrox ankitrox commented Aug 7, 2024

Summary

Addresses issue:

PR Author Checklist

  • My code is tested and passes existing unit tests.
  • My code has an appropriate set of unit tests which all pass.
  • My code is backward-compatible with WordPress 5.2 and PHP 7.4.
  • My code follows the WordPress coding standards.
  • My code has proper inline documentation.
  • I have added a QA Brief on the issue linked above.
  • I have signed the Contributor License Agreement (see https://cla.developers.google.com/).

Do not alter or remove anything below. The following sections will be managed by moderators only.

Code Reviewer Checklist

  • Run the code.
  • Ensure the acceptance criteria are satisfied.
  • Reassess the implementation with the IB.
  • Ensure no unrelated changes are included.
  • Ensure CI checks pass.
  • Check Storybook where applicable.
  • Ensure there is a QA Brief.

Merge Reviewer Checklist

  • Ensure the PR has the correct target branch.
  • Double-check that the PR is okay to be merged.
  • Ensure the corresponding issue has a ZenHub release assigned.
  • Add a changelog message to the issue.

Copy link

github-actions bot commented Aug 7, 2024

Build files for a1b6893 have been deleted.

Copy link
Collaborator

@tofumatt tofumatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's update the URL here, as discussed on our engineering call.

@@ -240,7 +240,7 @@ protected function setup_info() {
'name' => _x( 'Reader Revenue Manager', 'Service name', 'google-site-kit' ),
'description' => __( 'Reader Revenue Manager helps publishers grow, retain, and engage their audiences, creating new revenue opportunities', 'google-site-kit' ),
'order' => 5,
'homepage' => __( 'https://readerrevenue.withgoogle.com/', 'google-site-kit' ),
'homepage' => __( 'https://publishercenter.google.com', 'google-site-kit' ),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this URL localised? 🤔

We can't expect (community) localisers to know the right URL to send users to, so let's remove this.

Suggested change
'homepage' => __( 'https://publishercenter.google.com', 'google-site-kit' ),
'homepage' => 'https://publishercenter.google.com',

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually existent in all modules. Should we maybe create an issue to remove all of them as well?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this is a very small change, I've made this myself. I've also opened #9175 to do this for other modules.

@nfmohit nfmohit requested a review from tofumatt August 7, 2024 22:52
Copy link
Collaborator

@nfmohit nfmohit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! ✅

Over to you @tofumatt to approve the PR.

@tofumatt tofumatt merged commit 7f54966 into develop Aug 12, 2024
18 of 21 checks passed
@tofumatt tofumatt deleted the fix/9144-see-full-details-link branch August 12, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants