Skip to content

Commit

Permalink
Fix dead URL for yaml specification (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
xulike666 authored and niemeyer committed Feb 8, 2017
1 parent 4c78c97 commit a3f3340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scannerc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3f3340

Please sign in to comment.