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

@@ -98,7 +98,7 @@ public Book findBook(ISBN isbn) {...}]]></programlisting>
In fact, depending on the JVM implementation or running conditions, the same hashCode can be reused for different objects, in the same VM instance.</para>
<para>To provide a different <emphasis>default</emphasis> key generator, one needs to implement the <interfacename>org.springframework.cache.KeyGenerator</interfacename> interface.
Once <link linkend="cache-configuration">configured</link>, the generator will be used for each declaration that doesn not specify its own key generation strategy (see below).
Once configured, the generator will be used for each declaration that doesn not specify its own key generation strategy (see below).
</para>
</section>
@@ -442,4 +442,4 @@ public Book findBook(ISBN isbn, boolean checkWarehouse, boolean includeUsed)]]><
can fill in this small configuration gap.</para>
</section>
</chapter>
</chapter>