Ubercart help page links 404

Project:Ubercart Contributions
Component:Code
Category:
Priority:normal
Assigned:Unassigned
Status:active
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.

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15422
Nice. Guess I'll be fixing

Nice. Sticking out tongue

Guess I'll be fixing that on Monday. Silly mistake to make. Thanks for pointing it out!

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15422
Re: Nice. Guess I'll be fixing

Done.