Skip to content

Commit 1b49a12

Browse files
committed
Change URLs to hjson.github.io
1 parent 8b25640 commit 1b49a12

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
[![Build Status](https://img.shields.io/travis/hjson/hjson-php.svg?style=flat-square)](http://travis-ci.org/hjson/hjson-php)
44
[![Packagist](https://img.shields.io/packagist/v/laktak/hjson.svg?style=flat-square)](https://packagist.org/packages/laktak/hjson)
55

6-
[Hjson](http://hjson.org), the Human JSON. A configuration file format for humans. Relaxed syntax, fewer mistakes, more comments.
6+
[Hjson](https://hjson.github.io), the Human JSON. A configuration file format for humans. Relaxed syntax, fewer mistakes, more comments.
77

8-
![Hjson Intro](http://hjson.org/hjson1.gif)
8+
![Hjson Intro](https://hjson.github.io/hjson1.gif)
99

1010
```
1111
{
@@ -26,7 +26,7 @@
2626
}
2727
```
2828

29-
The PHP implementation of Hjson is based on [hjson-js](https://github.com/hjson/hjson-js). For other platforms see [hjson.org](http://hjson.org).
29+
The PHP implementation of Hjson is based on [hjson-js](https://github.com/hjson/hjson-js). For other platforms see [hjson.github.io](https://hjson.github.io).
3030

3131
# Install from composer
3232

0 commit comments

Comments
 (0)