Skip to content

Commit

Permalink
Replace woo.com with woocommerce.com
Browse files Browse the repository at this point in the history
  • Loading branch information
puntope committed Jun 17, 2024
1 parent e90d0f0 commit 3b04128
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at support@woo.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at support@woocommerce.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ The packages here are too experimental or too Grow-specific to be shared Woo-wid

<p align="center">
<br/><br/>
Made with 💜 by <a href="https://woo.com/">Woo</a>.<br/>
<a href="https://woo.com/careers/">We're hiring</a>! Come work with us!
Made with 💜 by <a href="https://woocommerce.com/">Woo</a>.<br/>
<a href="https://woocommerce.com/careers/">We're hiring</a>! Come work with us!
</p>
4 changes: 2 additions & 2 deletions packages/github-actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,6 @@ Branch off from the old version, set the merge base for fixing PR to be the same

<p align="center">
<br/><br/>
Made with 💜 by <a href="https://woo.com/">Woo</a>.<br/>
<a href="https://woo.com/careers/">We're hiring</a>! Come work with us!
Made with 💜 by <a href="https://woocommerce.com/">Woo</a>.<br/>
<a href="https://woocommerce.com/careers/">We're hiring</a>! Come work with us!
</p>
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default async ( { context, github, inputs, refName } ) => {
1. [ ] Update documentation
- [ ] Publish any new required docs
- [ ] Update triggers/rules/actions listing pages
1. [ ] Mark related ideas complete [on the feature requests page](https://woo.com/feature-requests/${ extensionPackageName }/).
1. [ ] Mark related ideas complete [on the feature requests page](https://woocommerce.com/feature-requests/${ extensionPackageName }/).
${ postSteps }
`;

Expand Down
4 changes: 2 additions & 2 deletions packages/js/generator-grow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Or call task separately:

<p align="center">
<br/><br/>
Made with 💜 by <a href="https://woo.com/">Woo</a>.<br/>
<a href="https://woo.com/careers/">We're hiring</a>! Come work with us!
Made with 💜 by <a href="https://woocommerce.com/">Woo</a>.<br/>
<a href="https://woocommerce.com/careers/">We're hiring</a>! Come work with us!
</p>
4 changes: 2 additions & 2 deletions packages/js/generator-grow/generators/github/github.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe( ':github', function () {
.then( function () {
assert.fileContent(
'.github/CONTRIBUTING.md',
'https://woo.com/feature-requests/foo-bar'
'https://woocommerce.com/feature-requests/foo-bar'
);
} );
} );
Expand All @@ -83,7 +83,7 @@ describe( ':github', function () {

assert.fileContent(
'.github/CONTRIBUTING.md',
`https://woo.com/feature-requests/${ appname }`
`https://woocommerce.com/feature-requests/${ appname }`
);
} );
} );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at support@woo.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at support@woocommerce.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Please see [SECURITY.md](./SECURITY.md).

## Feature Requests

Feature requests can be submitted to our [feature requests page](https://woo.com/feature-requests/<%= slug %>/). Be sure to include a good description of the expected behavior and use case, and before submitting a request, please search for similar ones.
Feature requests can be submitted to our [feature requests page](https://woocommerce.com/feature-requests/<%= slug %>/). Be sure to include a good description of the expected behavior and use case, and before submitting a request, please search for similar ones.
2 changes: 1 addition & 1 deletion packages/php/compat-checker/src/Checks/WCCompatibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class WCCompatibility extends CompatCheck {
*
* @var int|float The miniumum supported WooCommerce versions before the latest.
*
* @see https://woo.com/support-policy/
* @see https://woocommerce.com/support-policy/
*/
private $min_wc_semver = 0.2; // By default, the latest minus two version.

Expand Down

0 comments on commit 3b04128

Please sign in to comment.