Closed (fixed)
Project:
Documentation
Component:
API documentation files
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2012 at 10:18 UTC
Updated:
5 Jun 2015 at 13:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jhodgdonThe first link seems like a good idea. That can be added to the index.php file in the Documentation project's git repository, which generates the Drupal landing pages (would need to be added to 6.x, 7.x, 8.x branches), and that's in subdirectory "developer".
The second one is not possible to do in a systematic way. Hopefully most topics have links, but for ones that don't, you can patch the core docs.
So this should not be an "infrastructure" issue... it should be made into specific issues for the specific places that need patches. For the moment, moving to the Documentation project to take care of the first suggested link.
Comment #2
joachim commentedOk. For the DB API link, filed #1751612: badly formatted @link in Database docs. I'll file for the others when I spot them.
Comment #3
Unitoch commentedThe Drupal 8 doc already had a link back to https://drupal.org/developing/api/8
Here's a patch for the 7.x-1.x branch
Comment #4
jhodgdonGood idea. Agreed 8.x is fixed. Thanks for the 7.x patch! Committed to the 7.x-1.x branch.
Comment #6
joachim commentedA relative link doesn't work here, because it's a different subdomain: https://api.drupal.org/developing/api is a 404.
And also, the API module can be run by anyone, anywhere.
Comment #8
jhodgdonDoh. Fixed that directly (it's a contrib repository so a bit more informal procedures can apply). Thanks for checking joachim!