Skip to content

Commit 4b10235

Browse files
committed
Fix links in docs
1 parent 4773b91 commit 4b10235

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This library implements the
1111

1212
The library is published as a
1313
[package](https://packagist.org/packages/jmikola/geojson) and is installable via
14-
[Composer](http://getcomposer.org/):
14+
[Composer](https://getcomposer.org/):
1515

1616
```
1717
$ composer require "jmikola/geojson=^1.0"

USAGE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GeoJson PHP Library
22

33
This library implements the
4-
[GeoJSON format specification](http://www.geojson.org/geojson-spec.html).
4+
[GeoJSON format specification](https://geojson.org/).
55

66
The `GeoJson` namespace includes classes for each data structure defined in the
77
GeoJSON specification. Core GeoJSON objects include geometries, features, and
@@ -12,7 +12,7 @@ Classes also exist for bounding boxes and coordinate reference systems.
1212

1313
The library is published as a
1414
[package](https://packagist.org/packages/jmikola/geojson) and is installable via
15-
[Composer](http://getcomposer.org/):
15+
[Composer](https://getcomposer.org/):
1616

1717
```
1818
$ composer require "jmikola/geojson=^1.0"
@@ -63,7 +63,7 @@ $feature = new \GeoJson\Feature\Feature(null, null, null, $box);
6363
### JSON Serialization
6464

6565
Each class in the library implements the
66-
[JsonSerializable](http://php.net/manual/en/class.jsonserializable.php)
66+
[JsonSerializable](https://php.net/manual/en/class.jsonserializable.php)
6767
interface, which allows objects to be passed directly to `json_encode()`.
6868

6969
```php

0 commit comments

Comments
 (0)