From 3e483cd94859f6272bb9076e23ea7ca1b0d7d4e6 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 12 Dec 2014 19:59:46 +0100 Subject: [PATCH] link to the API documentation --- book/stable_api.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/book/stable_api.rst b/book/stable_api.rst index 756b41c59b7..73ced34d6ea 100644 --- a/book/stable_api.rst +++ b/book/stable_api.rst @@ -20,6 +20,10 @@ in the stable API is in order to fix a security issue. The stable API is based on a whitelist, tagged with `@api`. Therefore, everything not tagged explicitly is not part of the stable API. +.. seealso:: + + You can browse the Symfony API documentation on `api.symfony.com`_. + .. tip:: 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: * Translation * Validator * Yaml + +.. _`api.symfony.com`: http://api.symfony.com