Changeset 2622 for trunk/application

Show
Ignore:
Timestamp:
05/05/2008 04:53:57 AM (7 months ago)
Author:
Geert
Message:

Fixed #588

Location:
trunk/application
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/application/config/config.php

    r2565 r2622  
    5757 * specific strings, such as {execution_time}. 
    5858 * 
    59  * @see http://doc.kohanaphp.com/general/configuration/config 
     59 * @see http://docs.kohanaphp.com/general/configuration 
    6060 */ 
    6161$config['render_stats'] = TRUE; 
  • trunk/application/controllers/welcome.php

    r2594 r2622  
    1212 
    1313        // Disable this controller when Kohana is set to production mode. 
    14         // See http://doc.kohanaphp.com/installation/deployment for more details. 
     14        // See http://docs.kohanaphp.com/installation/deployment for more details. 
    1515        const ALLOW_PRODUCTION = FALSE; 
    1616 
     
    3131                ( 
    3232                        'Home Page'     => 'http://kohanaphp.com/', 
    33                         'Documentation' => 'http://doc.kohanaphp.com/', 
     33                        'Documentation' => 'http://docs.kohanaphp.com/', 
    3434                        'Forum'         => 'http://forum.kohanaphp.com/', 
    3535                        'License'       => 'Kohana License.html',