mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
25.26.2014 77ba68490b6d2b911194c02f30489616a68a6f0f
Typo in link

Thanks, Chris Ridd!
1 files modified
4 ■■■■ changed files
src/main/docbkx/dev-guide/chap-best-practices.xml 4 ●●●● patch | view | raw | blame | history
src/main/docbkx/dev-guide/chap-best-practices.xml
@@ -20,7 +20,7 @@
  !
  ! CCPL HEADER END
  !
  !      Copyright 2011-2013 ForgeRock AS
  !      Copyright 2011-2014 ForgeRock AS
  !    
-->
<chapter xml:id='chap-best-practices'
@@ -350,7 +350,7 @@
   When you start your application, read directory server schemas
   as a one-off initialization step, using a method such as
   <literal>Schema.readSchema()</literal>. For sample code see the section,
   <link xlink:href="get-schema-information" xlink:show="new"
   <link xlink:href="dev-guide#get-schema-information" xlink:show="new"
   xlink:role="http://docbook.org/xlink/role/olink"><citetitle
   >Getting Schema Information</citetitle></link>.
  </para>