From 581da54d54ef38def6690322453fb42ac6341341 Mon Sep 17 00:00:00 2001 From: Peter Indiola Date: Sat, 15 Sep 2012 13:09:51 +0800 Subject: [PATCH] Updated default controller and template link to documentation --- templates/Controller.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Controller.ss b/templates/Controller.ss index 1dbe67c53..d23bb372b 100644 --- a/templates/Controller.ss +++ b/templates/Controller.ss @@ -20,9 +20,9 @@

To get started with the SilverStripe framework:

    -
  1. Create a Controller subclass (doc.silverstripe.org/sapphire/en/topics/controller)
  2. +
  3. Create a Controller subclass (doc.silverstripe.org/framework/en/topics/controller)
  4. Setup the routes.yml f to your Controller (doc.silverstripe.org/framework/en/reference/director#routing).
  5. -
  6. Create a template for your Controller (doc.silverstripe.org/sapphire/en/reference/templates)
  7. +
  8. Create a template for your Controller (doc.silverstripe.org/framework/en/reference/templates)
<% end_if %>