Changeset 1936

Show
Ignore:
Timestamp:
2008-04-21 16:56:50 (3 months ago)
Author:
mosipov
Message:

Corrected links

Location:
FCKeditor.Java/branches/2.4/src/site/apt
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/src/site/apt/overview.apt

    r1934 r1936  
    3636  your <<<web.xml>>> and 2.) you have to make sure that some special properties are set. 
    3737  For details have a look at {{{connector.html}Connector}} and  
    38   {{{../installation.html}Installation}}. 
     38  {{{installation.html}Installation}}. 
    3939   
    4040  We introduced a new properties handling (in comparison to 2.3). You have two ways to set  
  • FCKeditor.Java/branches/2.4/src/site/apt/taglibrary.apt

    r1934 r1936  
    2525 
    2626  Declare the tag extension in each JSP page that uses the FCKeditor.Java taglib. 
    27   The uri directive must match the uri defined in the {{{../java-core/tagreference.html}tag reference}}. 
     27  The uri directive must match the uri defined in the {{{java-core/tagreference.html}tag reference}}. 
    2828  The prefix identifies the tags in the tag library within the JSP page. 
    2929 
     
    4949+--------------------------------------------------------------------+ 
    5050 
    51   For a more complete overview, take a look at the {{{../java-core/tagreference.html}tag reference}}. 
     51  For a more complete overview, take a look at the {{{java-core/tagreference.html}tag reference}}. 
  • FCKeditor.Java/branches/2.4/src/site/apt/whatsnew.apt

    r1900 r1936  
    4545   
    4646  * The JSP-Tag-Library is partially restructured. Be aware before updating and refere the  
    47   {{{integration/taglibrary.html}tag library}} and the {{{java-core/tagreference.html}tag reference}}. 
     47  {{{taglibrary.html}tag library}} and the {{{java-core/tagreference.html}tag reference}}. 
    4848   
    4949  * A lot of code improvements.