summaryrefslogtreecommitdiff
path: root/includes/form.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/form.inc')
-rw-r--r--includes/form.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/form.inc b/includes/form.inc
index 4f10b9aa0..129d7b6f5 100644
--- a/includes/form.inc
+++ b/includes/form.inc
@@ -9,9 +9,9 @@
* Drupal uses these functions to achieve consistency in its form presentation,
* while at the same time simplifying code and reducing the amount of HTML that
* must be explicitly generated by modules. See the reference at
- * http://drupaldocs.org/api/head/file/contributions/docs/developer/topics/forms_api_reference.html
+ * http://api.drupal.org/api/HEAD/file/developer/topics/forms_api_reference.html
* and the quickstart guide at
- * http://drupaldocs.org/api/head/file/contributions/docs/developer/topics/forms_api.html
+ * http://api.drupal.org/api/HEAD/file/developer/topics/forms_api.html
*/
/**