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(