Development

Changeset 9765 for doc/branches/1.1/tutorial/my-first-project.txt

You must first sign up to be able to contribute.

Show
Ignore:
Timestamp:
06/23/08 05:22:09 (5 months ago)
Author:
dwhittle
Message:

doc: fixed typo in my first project (closes #3791)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/tutorial/my-first-project.txt

    r8927 r9765  
    209209      <div id="navigation" style="display:inline;float:right"> 
    210210        <ul> 
    211           <li><?php echo link_to('List of posts', 'post/list') ?></li> 
    212           <li><?php echo link_to('List of comments', 'comment/list') ?></li> 
     211          <li><?php echo link_to('List of posts', 'post/index') ?></li> 
     212          <li><?php echo link_to('List of comments', 'comment/index') ?></li> 
    213213        </ul> 
    214214      </div>