Skip to content

Commit a712e6b

Browse files
committed
Fix one more occurence of /read
1 parent 9231389 commit a712e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/from_flat_php_to_symfony2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ the layout:
224224
<ul>
225225
<?php foreach ($posts as $post): ?>
226226
<li>
227-
<a href="/read?id=<?php echo $post['id'] ?>">
227+
<a href="/show.php?id=<?php echo $post['id'] ?>">
228228
<?php echo $post['title'] ?>
229229
</a>
230230
</li>

0 commit comments

Comments
 (0)