Skip to content

Commit fb41c2a

Browse files
committed
Change URLs to hjson.github.io
1 parent 31f019a commit fb41c2a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 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](http://hjson.org), the Human JSON. A configuration file format for humans. Relaxed syntax, fewer mistakes, more comments.
7+
[Hjson](https://hjson.github.com), the Human JSON. A configuration file format for humans. Relaxed syntax, fewer mistakes, more comments.
88

9-
![Hjson Intro](http://hjson.org/hjson1.gif)
9+
![Hjson Intro](https://hjson.github.com/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.org](http://hjson.org).
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).
3131

3232
# CLI
3333

@@ -172,7 +172,7 @@ jsonObject.toString(); // plain
172172

173173
# API
174174

175-
[Documentation](http://hjson.github.io/hjson-java/)
175+
[Documentation](https://hjson.github.io/hjson-java/)
176176

177177
# History
178178

0 commit comments

Comments
 (0)