Fix dead URL for yaml specification (#240)

This commit is contained in:
Aaron.L.Xu
2017-02-08 22:18:51 +08:00
committed by Gustavo Niemeyer
parent 4c78c975fe
commit a3f3340b58
+1 -1
View File
@@ -9,7 +9,7 @@ import (
// ************
//
// The following notes assume that you are familiar with the YAML specification
// (http://yaml.org/spec/cvs/current.html). We mostly follow it, although in
// (http://yaml.org/spec/1.2/spec.html). We mostly follow it, although in
// some cases we are less restrictive that it requires.
//
// The process of transforming a YAML stream into a sequence of events is