Skip to content

Commit 0ca9211

Browse files
committed
move repo to hjson org
1 parent db7c332 commit 0ca9211

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hjson-php
22

3-
[![Build Status](https://img.shields.io/travis/laktak/hjson-php.svg?style=flat-square)](http://travis-ci.org/laktak/hjson-php)
3+
[![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

66
[Hjson](http://hjson.org), the Human JSON. A configuration file format for humans. Relaxed syntax, fewer mistakes, more comments.
@@ -26,7 +26,7 @@
2626
}
2727
```
2828

29-
The PHP implementation of Hjson is based on [hjson-js](https://github.com/laktak/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.org](http://hjson.org).
3030

3131
# Install from composer
3232

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"role": "Developer"
1111
}
1212
],
13-
"homepage": "https://github.com/laktak/hjson-php",
13+
"homepage": "https://github.com/hjson/hjson-php",
1414
"keywords": [
1515
"json",
1616
"comments",

0 commit comments

Comments
 (0)