Change all URLs to point to wiki.dlang.org for the time being.

This commit is contained in:
David Nadlinger 2013-06-02 21:27:02 +02:00
parent feeb5e95cc
commit ec59399e21
2 changed files with 2 additions and 2 deletions

View file

@ -520,7 +520,7 @@ void DtoDwarfCompileUnit(Module* m)
global.params.symdebug == 2 ? DW_LANG_C : DW_LANG_D,
srcname,
srcpath,
"LDC (https://github.com/ldc-developers/ldc)",
"LDC (https://wiki.dlang.org/LDC)",
false, // isOptimized TODO
llvm::StringRef(), // Flags TODO
1 // Runtime Version TODO