summaryrefslogtreecommitdiff
path: root/src/json.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/json.c')
-rw-r--r--src/json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json.c b/src/json.c
index da8beea87..d6507c351 100644
--- 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"