From 8c3ea3d869d10301d96d9e7f25599e743f24e111 Mon Sep 17 00:00:00 2001 From: Gerhard Killesreiter Date: Sat, 8 Apr 2006 17:16:10 +0000 Subject: #57832, fix reference for forms docs, patch by Moshe --- includes/form.inc | 4 ++-- 1 file 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 */ /** -- cgit v1.2.3