From ec59399e2156fb0fa097ed9216b7a8a84f50bc0d Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Sun, 2 Jun 2013 21:27:02 +0200 Subject: [PATCH] Change all URLs to point to wiki.dlang.org for the time being. --- driver/ldmd.cpp | 2 +- gen/todebug.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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