Skip to content

Commit cfeb974

Browse files
committed
fix middleware links
1 parent 2ff0077 commit cfeb974

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/middlewares.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h2>Community Middlewares</h2>
99
<div class="row-fluid">
1010
<div class="span6">
1111
<h3>
12-
<a href="https://github.com/symfony/symfony/tree/master/src/Symfony/Component/HttpKernel">HttpCache
12+
<a href="https://github.com/symfony/symfony/tree/master/src/Symfony/Component/HttpKernel">HttpCache</a>
1313
</h3>
1414
<p class="by">
1515
by symfony
@@ -21,7 +21,9 @@ <h3>
2121
</div>
2222
</div>
2323
<div class="span6">
24-
<h3>GeoIp</h3>
24+
<h3>
25+
<a class="btn" href="https://github.com/geocoder-php/StackGeoIp">GeoIp</a>
26+
</h3>
2527
<p class="by">
2628
by geocoder
2729
</p>
@@ -62,7 +64,7 @@ <h3>
6264
<div class="row-fluid">
6365
<div class="span6">
6466
<h3>
65-
<a href="https://packagist.org/packages/igorw/stack-oauth">OAuth</a>
67+
<a href="https://github.com/igorw/stack-oauth">OAuth</a>
6668
</h3>
6769
<p class="by">
6870
by igorw

0 commit comments

Comments
 (0)