mirror of
https://github.com/go-gitea/yaml.git
synced 2026-07-01 20:14:09 -04:00
Fix dead URL for yaml specification (#240)
This commit is contained in:
committed by
Gustavo Niemeyer
parent
4c78c975fe
commit
a3f3340b58
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user