Browse Source

Minor doc updates.

Luke Taylor 15 năm trước cách đây
mục cha
commit
3b8fbe8bee

+ 1 - 1
docs/manual/src/docbook/appendix-namespace.xml

@@ -15,7 +15,7 @@
     namespace is written in <link xlink:href="http://www.relaxng.org/">RELAX NG</link> Compact
     format and later converted into an XSD schema. If you are familiar with this format, you may
     wish to examine the <link
-      xlink:href="https://src.springsource.org/svn/spring-security/trunk/config/src/main/resources/org/springframework/security/config/spring-security-3.0.rnc"
+      xlink:href="https://fisheye.springsource.org/browse/~raw,r=9a2d0c2cb55ede1b41bbcc3dd752e9a70363b14d/spring-security/config/src/main/resources/org/springframework/security/config/spring-security-3.0.3.rnc"
       >schema file</link> directly.</para>
   <section xml:id="nsa-http">
     <title>Web Application Security - the <literal>&lt;http&gt;</literal> Element</title>

+ 1 - 1
docs/manual/src/docbook/namespace-config.xml

@@ -9,7 +9,7 @@
     <para> Namespace configuration has been available since version 2.0 of the Spring framework. It
       allows you to supplement the traditional Spring beans application context syntax with elements
       from additional XML schema. You can find more information in the Spring <link
-        xlink:href="http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/apc.html"
+        xlink:href="http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/htmlsingle/spring-framework-reference.htm"
         > Reference Documentation</link>. A namespace element can be used simply to allow a more
       concise way of configuring an individual bean or, more powerfully, to define an alternative
       configuration syntax which more closely matches the problem domain and hides the underlying