From 01033647ccbe2f5c96b3ae5abd91d0d4ce4c9526 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 10 Feb 2016 19:55:29 +0100 Subject: [PATCH] [#6032] fix link to ROT13 description --- components/dependency_injection/autowiring.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/dependency_injection/autowiring.rst b/components/dependency_injection/autowiring.rst index 46196cc846d..b2707a33411 100644 --- a/components/dependency_injection/autowiring.rst +++ b/components/dependency_injection/autowiring.rst @@ -13,8 +13,8 @@ typehint which is useful in the field of `Rapid Application Development`_, when designing prototypes in early stages of large projects. It makes it easy to register a service graph and eases refactoring. -Imagine you're building an API to publish statuses on a Twitter feed, which -has to be obfuscated with ``ROT13`` (a special case of the Caesar cipher). +Imagine you're building an API to publish statuses on a Twitter feed, obfuscated +with `ROT13`_ (a special case of the Caesar cipher). Start by creating a ROT13 transformer class::