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

webchick’s picture

Assigned: Unassigned » webchick

I'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.

webchick’s picture

I 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.

webchick’s picture

Status: Active » Fixed

Looks like that fixed it!

webchick’s picture

Project: API » Documentation
Component: Documentation » Documentation in CVS

Also, this turned out to be a documentation bug, not a bug w/ API module, so I'm re-filing it over there.

Anonymous’s picture

Status: Fixed » Closed (fixed)