Checkout Setttings / Checkout Messages / Token Link

Project: 
Ubercart
Category: 
bug report
Priority: 
normal
Status: 
fixed

The link for "Uses order and global tokens." appears to be missing "/" causing the browser to prepend the current site URL.

Currently is ...

http://beta2.ironpickets.com/admin/store/settings/checkout/edit/admin/st...

Should be ....

http://beta2.ironpickets.com/admin/store/help/tokens

Re: Checkout Setttings / Checkout Messages / Token Link

Great find. For some reason I wasn't using Drupal's url() function on those links. Puzzled

Fixed and committed. Many thanks.