From 00b5b1dcbea6a55dbd3662159632073ec2b2f42c Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 22 Jul 2013 12:58:53 +0200 Subject: [PATCH] fix cookbook article link since the virtual option doesn't no longer exist --- reference/forms/types/form.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/forms/types/form.rst b/reference/forms/types/form.rst index 97451e3c39c..708021b49c9 100644 --- a/reference/forms/types/form.rst +++ b/reference/forms/types/form.rst @@ -31,8 +31,8 @@ on all fields. .. include:: /reference/forms/types/options/translation_domain.rst.inc -virtual +inherit_data ------- -See :doc:`How to use the Virtual Form Field Option` +See :doc:`/cookbook/form/inherit_data_option`.