mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-19 06:13:14 +01:00
Change all URLs to point to wiki.dlang.org for the time being.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user