diff --git a/guide/kohana/mvc/models.md b/guide/kohana/mvc/models.md index 7b3af99a5..bfcf24006 100644 --- a/guide/kohana/mvc/models.md +++ b/guide/kohana/mvc/models.md @@ -32,4 +32,4 @@ If you want database access, have your model extend the Model_Database class: } } -If you want CRUD/ORM capabilities, see the [ORM Module](../guide/orm) \ No newline at end of file +If you want CRUD/ORM capabilities, see the [ORM Module](../../guide/orm) \ No newline at end of file