Skip to content

Commit afa33a7

Browse files
committed
Fix mistyped hjson.github.io
1 parent fb41c2a commit afa33a7

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
@@ -4,9 +4,9 @@
44
[![Maven Central](https://img.shields.io/maven-central/v/org.hjson/hjson.svg?style=flat-square)](http://search.maven.org/#search|ga|1|g%3A%22org.hjson%22%20a%3A%22hjson%22)
55
[![Javadoc](https://javadoc-emblem.rhcloud.com/doc/org.hjson/hjson/badge.svg?style=flat-square&color=blue)](http://www.javadoc.io/doc/org.hjson/hjson)
66

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

9-
![Hjson Intro](https://hjson.github.com/hjson1.gif)
9+
![Hjson Intro](https://hjson.github.io/hjson1.gif)
1010

1111
```
1212
{
@@ -27,7 +27,7 @@
2727
}
2828
```
2929

30-
The Java implementation of Hjson is based on [minimal-json](https://github.com/ralfstx/minimal-json). For other platforms see [hjson.github.com](https://hjson.github.com).
30+
The Java implementation of Hjson is based on [minimal-json](https://github.com/ralfstx/minimal-json). For other platforms see [hjson.github.io](https://hjson.github.io).
3131

3232
# CLI
3333

0 commit comments

Comments
 (0)