Skip to content

Commit dbf3816

Browse files
committed
Updated links & such
1 parent 8a797b1 commit dbf3816

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Run PHPCS's lint on affected files.
2424

2525
$ vendor/bin/phpcs {examples,src,tests}
2626

27-
27+
_Happy Hacking!_
2828

2929

3030
[ref]: http://code.google.com/apis/maps/documentation/utilities/polylinealgorithm.html

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ the `$precision` static property.
9292
```php
9393
class PolylineOSRM extends Polyline
9494
{
95-
protected static $precision = 6;
95+
protected static $precision = 6;
9696
}
9797
$points = PolylineOSRM::decode($line);
9898
$line = PolylineOSRM::encode($points);
@@ -126,18 +126,13 @@ development.
126126
|Traits | |✔ | |
127127
|Abstraction| |✔ | |
128128

129-
|Hosted |[google-map-polyline-encoding-tool][l1]|[polyline-encoder][l2]|[php_polyline][l3]|
130-
|:--------|:-------------------------------------:|:--------------------:|:----------------:|
131-
|Github |✔ |✔ | |
132-
|Bitbucket| |✔ |✔ |
133-
134129

135130
[polylineRef]: http://code.google.com/apis/maps/documentation/javascript/reference.html#Polygon
136131
[algorithmRef]: http://code.google.com/apis/maps/documentation/utilities/polylinealgorithm.html
137132
[tribuneTower]: http://emcconville.com/Polyline/tribune.png
138133
[dustyGroove]: http://emcconville.com/Polyline/dustygroove.png
139134
[osrmRef]: http://map.project-osrm.org/
140135
[l1]: https://github.com/emcconville/google-map-polyline-encoding-tool
141-
[l2]: https://bitbucket.org/emcconville/polyline-encoder
142-
[l3]: https://bitbucket.org/emcconville/php_polyline
136+
[l2]: https://github.com/emcconville/polyline-encoder
137+
[l3]: https://github.com/emcconville/php_polyline
143138
[composer]: https://github.com/composer/composer

0 commit comments

Comments
 (0)