From eb0a27406998cb8b5af988cf5f0ccd1fb84d8ba5 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Fri, 16 Dec 2016 14:28:18 +1300 Subject: [PATCH] FIX Update links to docs.ss for default template --- templates/SilverStripe/Control/Controller.ss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/SilverStripe/Control/Controller.ss b/templates/SilverStripe/Control/Controller.ss index 40e172029..fb92a1903 100644 --- a/templates/SilverStripe/Control/Controller.ss +++ b/templates/SilverStripe/Control/Controller.ss @@ -22,9 +22,9 @@

To get started with the SilverStripe framework:

    -
  1. Create a Controller subclass (doc.silverstripe.org/framework/en/topics/controller)
  2. -
  3. Setup the routes.yml to your Controller (doc.silverstripe.org/framework/en/reference/director#routing).
  4. -
  5. Create a template for your Controller (doc.silverstripe.org/framework/en/reference/templates)
  6. +
  7. Create a Controller subclass (docs.silverstripe.org/en/developer_guides/controllers/)
  8. +
  9. Setup the routes.yml to your Controller (docs.silverstripe.org/en/developer_guides/controllers/routing).
  10. +
  11. Create a template for your Controller (docs.silverstripe.org/en/developer_guides/templates/)

Community resources

@@ -35,7 +35,7 @@
  • silverstripe.org/irc IRC channel for realtime support and discussions.

  • -
  • doc.silverstripe.org Searchable developer documentation, how-tos, tutorials, and reference.

  • +
  • docs.silverstripe.org Searchable developer documentation, how-tos, tutorials, and reference.

  • api.silverstripe.org API documentation for PHP classes, methods and properties.