Skip to content

Commit

Permalink
Typo in the Wikipedia JSON page URL
Browse files Browse the repository at this point in the history
Typo in URL, preventing the page from opening.
  • Loading branch information
bcbrr authored and clintongormley committed Apr 21, 2014
1 parent 3c23183 commit 331ccbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 030_Data/00_Intro.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ actually *using* the data. The flexibility of objects is returned to us.

An _object_ is a language-specific, in-memory data structure. To send it across
the network, or store it, we need to be able to represent it in some standard
format. http://en.wikipedia.org/wiki/Json:[JSON (JavaScript Object Notation)]
format. http://en.wikipedia.org/wiki/Json[JSON (JavaScript Object Notation)]
is a way of representing objects in human-readable text. It has become the
_de facto_ standard for exchanging data in the NoSQL world. When an object has
been serialized into JSON it is known as a _JSON document_.
Expand Down

0 comments on commit 331ccbd

Please sign in to comment.