Skip to content

Commit

Permalink
Merge pull request zencart#6311 from scottcwilson/fix_url
Browse files Browse the repository at this point in the history
Wrong URL for help page
  • Loading branch information
scottcwilson authored Mar 10, 2024
2 parents 15755cb + f0ebac5 commit 138bb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/alert_page.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<li><?php echo ALERT_REMOVE_ZCINSTALL; ?><br><br></li>
<?php } ?>
<?php if ($adminDirectoryExists) { ?>
<li><?php echo ALERT_RENAME_ADMIN; ?><br><a href="https://docs.zen-cart.com/user/running/rename_admin/" rel="noopener" target="_blank"><?php echo ADMIN_RENAME_FAQ_NOTE; ?></a></li>
<li><?php echo ALERT_RENAME_ADMIN; ?><br><a href="https://docs.zen-cart.com/user/installing/rename_admin/" rel="noopener" target="_blank"><?php echo ADMIN_RENAME_FAQ_NOTE; ?></a></li>
<?php } ?>
</ul>
<?php if ($adminDirectoryExists) { ?>
Expand Down

0 comments on commit 138bb6e

Please sign in to comment.