Update URL to the warnings article

This commit is contained in:
Sebastian Wilzbach 2018-02-13 15:24:16 +01:00
parent 7862452be2
commit e9288f84ec

View file

@ -550,11 +550,11 @@ dmd -cov -unittest myprog.d
), ),
Option("w", Option("w",
"warnings as errors (compilation will halt)", "warnings as errors (compilation will halt)",
`Enable $(LINK2 $(ROOT_DIR)/warnings.html, warnings)` `Enable $(LINK2 $(ROOT_DIR)articles/warnings.html, warnings)`
), ),
Option("wi", Option("wi",
"warnings as messages (compilation will continue)", "warnings as messages (compilation will continue)",
`Enable $(LINK2 warnings.html, informational warnings (i.e. compilation `Enable $(LINK2 $(ROOT_DIR)articles/warnings.html, informational warnings (i.e. compilation
still proceeds normally))`, still proceeds normally))`,
), ),
Option("X", Option("X",