Fix broken links in ref docs

This commit is contained in:
Chris Beams
2011-06-04 12:45:11 +00:00
parent 5db1687d29
commit 1bf8634db1
3 changed files with 5 additions and 5 deletions

View File

@@ -548,7 +548,7 @@ List userList service.getUsernameList();
or id is supplied explicitly, the container generates a unique name for
that bean. However, if you want to refer to that bean by name, through
the use of the <literal>ref</literal> element or <link lang=""
linkend="beans-servicelocation">Service Location</link> style lookup,
linkend="beans-servicelocator">Service Locator</link> style lookup,
you must provide a name. Motivations for not supplying a name are
related to using <link linkend="beans-inner-beans">inner beans</link>
and <link linkend="beans-factory-autowire">autowiring