From 7a3583e7b4c7b7fd863a82beed3ea4abe8788010 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sun, 5 Jan 2014 04:04:33 +0100 Subject: [PATCH] fixed broken links in guide index [ci skip] --- docs/guide/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index a560a3c..65436ad 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -32,13 +32,13 @@ Database - [Basics](database-basics.md) - Connecting to a database, basic queries, transactions and schema manipulation - [Query Builder](query-builder.md) - Querying the database using a simple abstraction layer - [ActiveRecord](active-record.md) - The active record ORM, retrieving and manipulatings records and defining relations -- [Database Migration](migration.md) - Versioning your database with database migrations +- [Database Migration](console-migrate.md) - Versioning your database with database migrations Developers Toolbox ================== - [Automatic Code Generation](gii.md) -- [Debug toolbar and debugger](debugger.md) +- [Debug toolbar and debugger](module-debug.md) - [Error Handling](error.md) - [Logging](logging.md)