From aef8073037d0168ddf2a8f09b59240f6de17d739 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 7 Jul 2015 19:40:12 +1200 Subject: [PATCH] Fixed cms architecture link --- docs/en/05_Contributing/01_Code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/05_Contributing/01_Code.md b/docs/en/05_Contributing/01_Code.md index 6f0792d8f..14a3aac96 100644 --- a/docs/en/05_Contributing/01_Code.md +++ b/docs/en/05_Contributing/01_Code.md @@ -147,7 +147,7 @@ changes [API documentation](http://api.silverstripe.org/3.1/) for good examples. * Check and update documentation on [docs.silverstripe.org](http://docs.silverstripe.org). Check for any references to functionality deprecated or extended through your patch. Documentation changes should be included in the patch. * If you get stuck, please post to the [forum](http://silverstripe.org/forum) or for deeper core problems, to the [core mailinglist](https://groups.google.com/forum/#!forum/silverstripe-dev) -* When working with the CMS, please read the ["CMS Architecture Guide"](cms_architecture) first +* When working with the CMS, please read the ["CMS Architecture Guide"](/developer_guides/customising_the_admin_interface/cms_architecture/) first ## Commit Messages