diff src/json.c @ 7782:3a99194bd187 v7.4.1188

commit https://github.com/vim/vim/commit/009d84a34f3678ec93921bee3bc05be2fd606264 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 28 14:12:00 2016 +0100 patch 7.4.1188 Problem: Using older JSON standard. Solution: Update the link. Adjust the text a bit.
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Jan 2016 14:15:04 +0100
parents f2ddad8cbce7
children 6f81cf49da14
line wrap: on
line diff
--- a/src/json.c
+++ b/src/json.c
@@ -10,7 +10,7 @@
 /*
  * json.c: Encoding and decoding JSON.
  *
- * Follows this standard: http://www.ietf.org/rfc/rfc4627.txt
+ * Follows this standard: https://tools.ietf.org/html/rfc7159.html
  */
 
 #include "vim.h"