API page: https://api.drupal.org/api/drupal/developer%21topics%21forms_api_referen...
Enter a descriptive title (above) relating to Form API Reference, then describe the problem you have found:
Incorrect links on Drupal 7 form API
https://api.drupal.org/api/drupal/developer%21topics%21forms_api_referen...
Problem/Motivation
The "Drupal AJAX framework" link in the section is wrong and should lead to https://api.drupal.org/api/drupal/includes%21ajax.inc/group/ajax/7.x
The AJAX Commands link on the next section is also wrong and should lead to
https://api.drupal.org/api/drupal/includes%21ajax.inc/group/ajax_command...
Documentation location/URL
https://api.drupal.org/api/drupal/developer%21topics%21forms_api_referen...
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 3278966-7.patch | 10.71 KB | poker10 |
| Screenshot 2022-05-05 at 4.11.30 PM.png | 364.91 KB | prabhu.j |
Comments
Comment #2
prabhu.j commentedComment #3
cilefen commentedComment #4
prabhu.j commentedComment #5
poker10 commentedThanks for the report. This belongs to the Documentation project, so moving there.
Comment #6
poker10 commentedUploading a patch to fix mentioned 404 URLs here (Drupal AJAX framework + AJAX commands).
Comment #7
poker10 commentedActually I think it would be better to fix all currently broken links (404) in this issue, so that we will not end up with X new issues / separate commits. Therefore uploading an updated patch with these changes:
-----------------
Comment #9
eojthebraveThanks @poker10. I've committed the updates to the repo. I also chatted with @drumm on Slack and he said that it should build and deploy the changes automatically in an hour or so. I'll keep this open for now and come back and close it once I've confirmed the site gets updated.
Comment #10
eojthebraveThe changes got deployed and the updated links are working now. Thanks everyone.