Merge pull request #191 from BBasile/tuto-gh-pages

fix #190 - Possible broken link #190
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
The Dlang Bot 2018-08-14 09:57:15 +02:00 committed by GitHub
commit 8c637e95ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 31 deletions

View file

@ -5,9 +5,9 @@
// http://www.boost.org/LICENSE_1_0.txt)
/**
* Class that processes YAML mappings, sequences and scalars into nodes. This can be
* used to add custom data types. A tutorial can be found
* $(LINK2 ../tutorials/custom_types.html, here).
* Class that processes YAML mappings, sequences and scalars into nodes.
* This can be used to add custom data types. A tutorial can be found
* $(LINK2 https://dlang-community.github.io/D-YAML/, here).
*/
module dyaml.constructor;