Merge pull request #3844 from marsvogel/patch-2

DOCS Fix formatting in Link-Section
This commit is contained in:
Will Rossiter 2015-02-03 09:17:02 +13:00
commit 5219cb0f6b

View File

@ -158,9 +158,8 @@ Each controller should define a `Link()` method. This should be used to avoid ha
return Controller::join_links('teams', $action); return Controller::join_links('teams', $action);
} }
<div class="info"> <div class="info" markdown="1">
The [api:Controller::join_links] is optional, but makes `Link()` more flexible by allowing an `$action` argument, and The [api:Controller::join_links] is optional, but makes `Link()` more flexible by allowing an `$action` argument, and concatenates the path segments with slashes. The action should map to a method on your controller.
concatenates the path segments with slashes. The action should map to a method on your controller.
</div> </div>
## Related Documentation ## Related Documentation