Skip to content

Commit

Permalink
Fix incorrect Plugin URI for new standalone plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Feb 28, 2024
1 parent f40859e commit 6fb35a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/auto-sizes/auto-sizes.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: Auto-sizes for Lazy-loaded Images
* Plugin URI: https://github.com/WordPress/performance/tree/trunk/modules/images/auto-sizes
* Plugin URI: https://github.com/WordPress/performance/tree/trunk/plugins/auto-sizes
* Description: This plugin implements the HTML spec for adding `sizes="auto"` to lazy-loaded images.
* Requires at least: 6.3
* Requires PHP: 7.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/speculation-rules/load.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: Speculation Rules
* Plugin URI: https://github.com/WordPress/performance/tree/trunk/modules/js-and-css/speculation-rules
* Plugin URI: https://github.com/WordPress/performance/tree/trunk/plugins/speculation-rules
* Description: Uses the Speculation Rules API to prerender linked URLs upon hover by default.
* Requires at least: 6.3
* Requires PHP: 7.0
Expand Down

0 comments on commit 6fb35a4

Please sign in to comment.