Browse Source

Fix dead URL for yaml specification (#240)

Aaron.L.Xu 9 years ago
parent
commit
a3f3340b58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scannerc.go

+ 1 - 1
scannerc.go

@@ -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