Skip to content

Commit f6bce78

Browse files
committed
Merge pull request #17 from h4cc/patch-2
Fixed symfony/http-kernel link to packagist.
2 parents daab949 + a297aa9 commit f6bce78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/middlewares.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h3>
1717
<p>The Symfony2 cache system relies on the simplicity and power of the HTTP cache as defined in the HTTP specification.</p>
1818
<div class="btn-group">
1919
<a class="btn" href="https://github.com/symfony/symfony/tree/master/src/Symfony/Component/HttpKernel"><i class="icon icon-github"></i> GitHub</a>
20-
<a class="btn" href="https://packagist.org/packages/syfmony/http-kernel"><i class="icon icon-archive"></i> Packagist</a>
20+
<a class="btn" href="https://packagist.org/packages/symfony/http-kernel"><i class="icon icon-archive"></i> Packagist</a>
2121
</div>
2222
</div>
2323
<div class="span6">

0 commit comments

Comments
 (0)