From 49da23bb190c4c74f6c8a342ef493be47def6590 Mon Sep 17 00:00:00 2001 From: Kaste Date: Fri, 23 May 2008 17:52:05 +0000 Subject: [PATCH] Applied patch for the booklink-tutorial from Shtriter if applicable. Closes #66. git-svn-id: http://svn.akelos.org/trunk@632 a2fa5c27-f921-0410-a72c-bf682d381be0 --- docs/tutorial.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial.markdown b/docs/tutorial.markdown index 930af60..a627d47 100644 --- a/docs/tutorial.markdown +++ b/docs/tutorial.markdown @@ -225,7 +225,7 @@ Akelos follows the [MVC design pattern](http://en.wikipedia.org/wiki/Model-view- ### Your application files and the Akelos Naming conventions ### -These are the conventions that empower the Akelos convention over configuration philosophy. +These are the conventions that empower the Akelos [convention over configuration](http://en.wikipedia.org/wiki/Convention_over_Configuration) philosophy. #### Models #### @@ -249,7 +249,7 @@ These are the conventions that empower the Akelos convention over configuration Akelos scaffolding ------------------------------------------ -Akelos comes with code generators that can cut your development time by creating fully functional scaffold code that you can use as a departure/learning point. +Akelos comes with code generators that can cut your development time by creating fully functional [scaffold code](http://en.wikipedia.org/wiki/Scaffold_(programming)) that you can use as a departure/learning point. ### Meet the Scaffold generator ### -- 2.11.4.GIT