Closed (works as designed)
Project:
Project
Version:
4.7.x-2.0
Component:
Projects
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2006 at 21:55 UTC
Updated:
20 Nov 2006 at 19:13 UTC
The documentation link filed has correct information but the project module inserts /project in path
http://drupal.org/project/location
Documentation link should go to http://drupal.org/handbook/modules/location and is correct in the edit screen handbook/modules/location. When clicked it goes to http://drupal.org/project/handbook/modules/location
Comments
Comment #1
dwwi don't see a bug. if i go to the location module's project node, the "Read documentation" link works just fine. i notice greggles recently edited the node, perhaps he fixed the link.
note: project.module just takes whatever you put there and sticks it directly into a
<a href="%s">.... so, if you used "handbook/modules/location" you get drupal's weird URL handling mojo and you'd get the bad url you mentioned. if you use "/handbook/modules/location" then it works... of course, if you use "http://foo.bar.net/location/docs" that also works (which wouldn't be the case if we used one of drupal's link generating methods likeurl()orl()).