Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit c53744d

Browse files
authored
Fix broken link in README.md (#529)
1 parent e4f7b19 commit c53744d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ new []{ 1, 2, 3 }.ToJson() //= [1,2,3]
294294

295295
## JSON Format
296296

297-
JSON is a lightweight text serialization format with a spec that's so simple that it fits on one page: [http://www.json.org](json.org).
297+
JSON is a lightweight text serialization format with a spec that's so simple that it fits on one page: [https://www.json.org](https://www.json.org).
298298

299299
The only valid values in JSON are:
300300

0 commit comments

Comments
 (0)