mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
doc: Update RFC URLs
Consistently use the IETF HTML links instead of a random mix of different sites and formats. Correct one RFC number and fix one broken link.
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
|
||||
<para>
|
||||
JSON data types are for storing JSON (JavaScript Object Notation)
|
||||
data, as specified in <ulink url="http://rfc7159.net/rfc7159">RFC
|
||||
data, as specified in <ulink url="https://tools.ietf.org/html/rfc7159">RFC
|
||||
7159</ulink>. Such data can also be stored as <type>text</type>, but
|
||||
the JSON data types have the advantage of enforcing that each
|
||||
stored value is valid according to the JSON rules. There are also
|
||||
|
Reference in New Issue
Block a user