From 52f3cc3036cc7c00bd0dcab5af1a0206a42531ae Mon Sep 17 00:00:00 2001 From: Kenshin Okinaka Date: Thu, 23 Mar 2017 09:02:11 +0900 Subject: [PATCH] Update routing.rst Since it is the same word 'articles', it is better to replace it. --- en/development/routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/development/routing.rst b/en/development/routing.rst index 67ff2cb05e..f8e6098afa 100644 --- a/en/development/routing.rst +++ b/en/development/routing.rst @@ -1024,7 +1024,7 @@ If you create URLs using strings like:: $this->Html->link('View', '/articles/view/' . $id); And then later decide that ``/articles`` should really be called -'articles' instead, you would have to go through your entire +'posts' instead, you would have to go through your entire application renaming URLs. However, if you defined your link like:: $this->Html->link(