Browse Source

fixed broken links in guide index

[ci skip]
tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
7a3583e7b4
  1. 4
      docs/guide/index.md

4
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)

Loading…
Cancel
Save