@@ -6,7 +6,7 @@ Installation
66
77Installation is a quick (I promise!) one-step process:
88
9- 1. :doc: `Setting up the bundle <1-setting_up_the_bundle.md >`
9+ 1. :doc: `Setting up the bundle <1-setting_up_the_bundle >`_
1010
1111Bundle usage
1212------------
@@ -18,19 +18,19 @@ tool to help you in the job of creating a REST API with Symfony2.
1818
1919FOSRestBundle provides several tools to assist in building REST applications:
2020
21- - :doc: `The view layer <2-the-view-layer.md >`
22- - :doc: `Listener support <3-listener-support.md >`
23- - :doc: `ExceptionController support <4-exception-controller-support.md >`
24- - :doc: `Automatic route generation: single RESTful controller <5-automatic-route-generation_single-restful-controller.md >` (for simple resources)
25- - :doc: `Automatic route generation: multiple RESTful controllers <6-automatic-route-generation_multiple-restful-controllers.md >` (for resources with child/subresources)
26- - :doc: `Manual definition of routes <7-manual-route-definition.md >`
21+ - :doc:`The view layer <2-the-view-layer>`_
22+ - :doc:`Listener support <3-listener-support>`_
23+ - :doc:`ExceptionController support <4-exception-controller-support>`_
24+ - :doc:`Automatic route generation: single RESTful controller <5-automatic-route-generation_single-restful-controller>`_ (for simple resources)
25+ - :doc:`Automatic route generation: multiple RESTful controllers <6-automatic-route-generation_multiple-restful-controllers>`_ (for resources with child/subresources)
26+ - :doc:`Manual definition of routes <7-manual-route-definition>`_
2727
2828Config reference
2929----------------
3030
31- - :doc: `Configuration reference <configuration-reference.md >` for a reference on
31+ - :doc:`Configuration reference <configuration-reference>`_ for a reference on
3232 the available configuration options
33- - :doc: `Annotations reference <annotations-reference.md >` for a reference on
33+ - :doc:`Annotations reference <annotations-reference>`_ for a reference on
3434 the available configurations through annotations
3535
3636Example applications
0 commit comments