diff --git a/driver/ldmd.cpp b/driver/ldmd.cpp index f918d61a..310ec784 100644 --- a/driver/ldmd.cpp +++ b/driver/ldmd.cpp @@ -717,7 +717,7 @@ Params parseArgs(size_t originalArgc, char** originalArgv, ls::Path ldcPath) } else if (memcmp(p + 1, "man", 3) == 0) { - browse("http://ldc-developers.github.com"); + browse("http://wiki.dlang.org/LDC"); exit(EXIT_SUCCESS); } else if (strcmp(p + 1, "run") == 0) diff --git a/gen/todebug.cpp b/gen/todebug.cpp index 662cedd9..839a714b 100644 --- a/gen/todebug.cpp +++ b/gen/todebug.cpp @@ -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