Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/ilasm
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-05-23 15:12:14 +0300
committerGitHub <noreply@github.com>2019-05-23 15:12:14 +0300
commit9606a8f18071ebc56211434972fe024a819a118c (patch)
tree27af6aa73fb982291020dae6d05d84a71237281a /mcs/ilasm
parentd96fa3ab317ec0ebf5fa26d0efab24c3142b8e29 (diff)
[bcl] Remove usages of mono-project.com/go-mono.com/google.com in tests (#14586)
Use example.com and example.org instead. Fixes https://github.com/mono/mono/issues/14585 Note that not all of the things I replaced make an actual network request but I thought it'd be nice to be consistent.
Diffstat (limited to 'mcs/ilasm')
-rw-r--r--mcs/ilasm/Driver.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/ilasm/Driver.cs b/mcs/ilasm/Driver.cs
index dc4929d79d4..3c18eaaa2a3 100644
--- a/mcs/ilasm/Driver.cs
+++ b/mcs/ilasm/Driver.cs
@@ -371,7 +371,7 @@ namespace Mono.ILASM {
{
Console.WriteLine (
"For more information on Mono, visit the project Web site\n" +
- " http://www.go-mono.com\n\n");
+ " http://www.mono-project.com\n\n");
Environment.Exit (0);
}