Skip to content

Commit 70f2ae8

Browse files
committed
minor #4640 [Book] link to the API documentation (xabbuh)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #4640). Discussion ---------- [Book] link to the API documentation | Q | A | ------------- | --- | Doc fix? | no | New docs? | no | Applies to | all | Fixed tickets | Commits ------- fae8c40 link to the API documentation
2 parents 95fc487 + fae8c40 commit 70f2ae8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: book/stable_api.rst

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ in the stable API is in order to fix a security issue.
2020
The stable API is based on a whitelist, tagged with `@api`. Therefore,
2121
everything not tagged explicitly is not part of the stable API.
2222

23+
.. seealso::
24+
25+
You can browse the Symfony API documentation on `api.symfony.com`_.
26+
2327
.. tip::
2428

2529
Read more about the stable API in :doc:`/contributing/code/bc`.
@@ -47,3 +51,5 @@ As of Symfony 2.0, the following components have a public tagged API:
4751
* Translation
4852
* Validator
4953
* Yaml
54+
55+
.. _`api.symfony.com`: http://api.symfony.com

0 commit comments

Comments
 (0)