Closed (fixed)
Project:
Documentation
Version:
master
Component:
Documentation in CVS
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Apr 2006 at 05:04 UTC
Updated:
2 Jun 2006 at 17:45 UTC
If I want to use the Forms API ref of api.drupal.org
http://api.drupal.org/api/HEAD/file/developer/topics/forms_api_reference...
the links to skiping to sections of the page are broken (Properties | Default Values | Elements).... so I have to use the documentation of :
http://drupaldocs.org/api/head/file/contributions/docs/developer/topics/...
StepH.
Comments
Comment #1
webchickI'll look into this... I think the fix is going to be to:
1. Remove all the hard-coded "jump-down" link paths and instead just link to #something
2. Add (gasp) a tag to the theme @ api.drupal.org
Actually that probably will still break.. base href would need to be http://api.drupal.org/whatever/page/you're/looking.at
Drumm said to maybe run this by Steven and see what he thinks.
Comment #2
webchickI made an initial pass at this by removing the hard-coded paths on jump-down links and instead just using href="#whatever". Next time api.drupal.org updates, I'll see how close that gets us and then go from there.
Comment #3
webchickLooks like that fixed it!
Comment #4
webchickAlso, this turned out to be a documentation bug, not a bug w/ API module, so I'm re-filing it over there.
Comment #5
(not verified) commented