| Project: | Ubercart Contributions |
| Component: | Code |
| Category: | |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Project:
Ubercart On line 945 in uc_store.module ...
<?php
$items[] = l(t("Ubercart User's Guide"), 'http://www.ubercart.org/ubercart_users_guide');
?>should be
<?php
$items[] = l(t("Ubercart User's Guide"), 'http://www.ubercart.org/docs/user');
?>Cheers.

