From 8eb47a5d540ff5073e284bcab84fe33a91b1b812 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Tue, 4 Feb 2014 10:20:39 +1300 Subject: [PATCH] Removing unnecessary details, this header has changed in the docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df9666d..18716e1 100644 --- a/README.md +++ b/README.md @@ -466,7 +466,7 @@ If you'd like a pre-existing template on how to customise the form step, have a look at Form.ss that's found within the sapphire module. Use that template, as a base for your new MembershipForm.ss template in your project templates. -For more information on this, please [look at the Form documentation](http://doc.silverstripe.org/framework/en/topics/forms#custom-form-templates) under "Using a custom template". +For more information on this, please [look at the Form documentation](http://doc.silverstripe.org/framework/en/topics/forms#custom-form-templates). ### getNextStep()