fix #190 - Possible broken link #190

This commit is contained in:
Basile Burg 2018-08-14 09:35:22 +02:00
parent 1448c8fe86
commit 2c9c40269e
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;