Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52ac88f

Browse files
committed
fix links
1 parent 32eec9c commit 52ac88f

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

index.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6-
<title>Geocoder - The almost missing Geocoder PHP library</title>
6+
<title>Geocoder - The almost missing Geocoder PHP library!</title>
77

88
<link rel="stylesheet" href="stylesheets/styles.css">
99
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
@@ -18,15 +18,14 @@
1818
<h1>Geocoder</h1>
1919
<p>The almost missing Geocoder PHP library!</p>
2020

21-
<p><a href="http://travis-ci.org/willdurand/Geocoder"><img src="https://secure.travis-ci.org/willdurand/Geocoder.png" alt="Build Status"></a></p>
22-
23-
<p class="view"><a href="https://github.com/willdurand/Geocoder">View the Project on GitHub <small>willdurand/Geocoder</small></a></p>
21+
<p><a href="http://travis-ci.org/geocoder-php/Geocoder"><img src="https://secure.travis-ci.org/geocoder-php/Geocoder.png" alt="Build Status"></a></p>
2422

23+
<p class="view"><a href="https://github.com/geocoder-php/Geocoder">View the Project on GitHub <small>geocoder-php/Geocoder</small></a></p>
2524

2625
<ul>
27-
<li><a href="https://github.com/willdurand/Geocoder/zipball/master">Download <strong>ZIP File</strong></a></li>
28-
<li><a href="https://github.com/willdurand/Geocoder/tarball/master">Download <strong>TAR Ball</strong></a></li>
29-
<li><a href="https://github.com/willdurand/Geocoder">View On <strong>GitHub</strong></a></li>
26+
<li><a href="https://github.com/geocoder-php/Geocoder/zipball/master">Download <strong>ZIP File</strong></a></li>
27+
<li><a href="https://github.com/geocoder-php/Geocoder/tarball/master">Download <strong>TAR Ball</strong></a></li>
28+
<li><a href="https://github.com/geocoder-php/Geocoder">View On <strong>GitHub</strong></a></li>
3029
</ul>
3130
</header>
3231
<section>
@@ -659,14 +658,17 @@ <h2>
659658
<ul>
660659
<li>William Durand <a href="mailto:[email protected]">[email protected]</a>
661660
</li>
662-
<li><a href="https://github.com/willdurand/Geocoder/contributors">All contributors</a></li>
661+
<li><a href="https://github.com/geocoder-php/Geocoder/contributors">All contributors</a></li>
663662
</ul><h2>
664663
<a name="license" class="anchor" href="#license"><span class="octicon octicon-link"></span></a>License</h2>
665664

666665
<p>Geocoder is released under the MIT License. See the bundled LICENSE file for details.</p>
667666
</section>
668667
<footer>
669-
<p>This project is maintained by <a href="https://github.com/willdurand">willdurand</a></p>
668+
<p>
669+
This project is maintained by <a href="https://github.com/willdurand">William Durand</a> and
670+
<a href="https://github.com/geocoder-php?tab=members">awesome people</a>.
671+
</p>
670672
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
671673
</footer>
672674
</div>

0 commit comments

Comments
 (0)