Skip to content

Commit c0c907b

Browse files
author
Anthony Sterling
committed
Fixed Regression For PHPCR_ODM Slides URL
A previous commit reverted the PHPCR_ODM slides url, this patch fixes it.
1 parent da9c97f commit c0c907b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slides.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2384,7 +2384,7 @@ <h1>Quality</h1>
23842384
<h1>Doctrine PHPCR ODM</h1>
23852385
<ul><li>Object - Document mapper to map plain PHP objects to PHPCR data</li>
23862386
<li>Supports the PHPCR concepts like children and references</li>
2387-
<li><a href="http://cmf.symfony.com/slides/doctrine-phpcr-odm.html">See the PHPCR-ODM slides</a></li>
2387+
<li><a href="/slides-odm.html">See the PHPCR-ODM slides</a></li>
23882388
</ul></div>
23892389

23902390
<div class="slide section">

0 commit comments

Comments
 (0)