flyx / NimYAML

YAML implementation for Nim
https://nimyaml.org
Other
191 stars 36 forks source link

Fix link to YAML 1.2 Schema #75

Closed sirredbeard closed 5 years ago

sirredbeard commented 5 years ago

Link is interpreted as a relative link to https://nimyaml.org/#http://www.yaml.org/spec/1.2/spec.html which fails.

Not sure why it’s showing a change on line 19 but I didn’t change anything there.

flyx commented 5 years ago

Thanks! The change in line 19 stems from a newline character at the end. Some editors automatically append one when saving, others don't (POSIX requires it for the line to be considered a line). Don't worry about it.