summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-04-08 17:16:10 +0000
committerGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-04-08 17:16:10 +0000
commit8c3ea3d869d10301d96d9e7f25599e743f24e111 (patch)
treeb30636feb45491183f31c6963a2b305ecc71d218 /includes
parentdba33bf190891d4902e5fa39784bb7a94ba81992 (diff)
downloadbrdo-8c3ea3d869d10301d96d9e7f25599e743f24e111.tar.gz
brdo-8c3ea3d869d10301d96d9e7f25599e743f24e111.tar.bz2
#57832, fix reference for forms docs, patch by Moshe
Diffstat (limited to 'includes')
-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
*/
/**