Automattic / vip-go-mu-plugins

The development repo for mu-plugins used on the WordPress VIP Platform.
https://docs.wpvip.com/
GNU General Public License v2.0
188 stars 103 forks source link

Update Link to Docs for Jetpack Content Distribution Settings #5813

Closed BrookeDot closed 3 weeks ago

BrookeDot commented 3 weeks ago

Description

The Jetpack Content Distribution page has been moved on the WPVIP Docs site, this PR updates the URL to point the correct page.

Changelog Description

Updated

Pre-review checklist

Please make sure the items below have been covered before requesting a review:

Pre-deploy checklist

Steps to Test

Merge the PR, and then set add_filter( 'option_blog_public', '__return_true' ); to true. Click the link to ensure it goes to the correct page and not a 400

Screenshot 2024-08-21 at 12 42 26

sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 29.55%. Comparing base (5b6f4e5) to head (3e4f832). Report is 13 commits behind head on develop.

Files with missing lines Patch % Lines
blogpublic-notice.php 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #5813 +/- ## ============================================= + Coverage 29.53% 29.55% +0.01% Complexity 4780 4780 ============================================= Files 282 282 Lines 20602 20590 -12 ============================================= Hits 6085 6085 + Misses 14517 14505 -12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.