Skip to content

Commit

Permalink
Merge pull request #824 from equalizedigital/william/no-issue/update-…
Browse files Browse the repository at this point in the history
…scan-link

Update where a scan button link points to
  • Loading branch information
SteveJonesDev authored Dec 5, 2024
2 parents 0410cfb + 408defa commit 1676a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/class-welcome-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static function render_summary() {
<?php esc_html_e( 'Update Counts', 'accessibility-checker' ); ?>
</button>

<a class="edac-ml-1 button" href="<?php echo esc_url( admin_url( 'admin.php?page=accessibility_checker_settings&tab=scan' ) ); ?>">
<a class="edac-ml-1 button" href="<?php echo esc_url( admin_url( 'admin.php?page=accessibility_checker_full_site_scan' ) ); ?>">
<?php esc_html_e( 'Start New Scan', 'accessibility-checker' ); ?>
</a>

Expand Down

0 comments on commit 1676a05

Please sign in to comment.