<div dir="ltr"><div>Update email addresses and URLs.</div><div><br></div><div>.README.in:</div><div>BUGS:</div><div>README.CSharp:</div><div>README.DotNet:</div><div>README.Erlang:</div><div>README.Java:</div><div>README.ThreadScope:</div>
<div>compiler/notes/todo.html:</div><div>doc/faq.texi:</div><div>doc/make_manpage:</div><div><span class="" style="white-space:pre">        </span>As above.</div><div><br></div><div>Julien.</div><div><br></div><div>diff --git a/.README.in b/.README.in</div>
<div>index ce26fdc..2b11331 100644</div><div>--- a/.README.in</div><div>+++ b/.README.in</div><div>@@ -95,22 +95,18 @@ There are also some additional Mercury programs and libraries</div><div> in the `extras' directory.</div>
<div> </div><div> For more information about Mercury, see the Mercury WWW home page at</div><div>-<<a href="http://www.mercury.csse.unimelb.edu.au">http://www.mercury.csse.unimelb.edu.au</a>>, or send mail to <a href="mailto:mercury@csse.unimelb.edu.au">mercury@csse.unimelb.edu.au</a>.</div>
<div>+<<a href="http://www.mercurylang.org">http://www.mercurylang.org</a>>, or send mail to <a href="mailto:mercury@mercurylang.org">mercury@mercurylang.org</a>.</div><div> </div><div> If you would like to join the Mercury mailing lists (there are two,</div>
<div> mercury-users for general discussion, and mercury-announce for</div><div>-announcements), send mail with "subscribe" in the body to</div><div>-<a href="mailto:mercury-users-request@csse.unimelb.edu.au">mercury-users-request@csse.unimelb.edu.au</a> or</div>
<div>-<a href="mailto:mercury-announce-request@csse.unimelb.edu.au">mercury-announce-request@csse.unimelb.edu.au</a> (respectively).</div><div>+announcements), see the instructions at <<a href="http://lists.mercurylang.org">http://lists.mercurylang.org</a>>.</div>
<div> </div><div> Please send bug reports, enhancement requests, suggestions for improvements,</div><div>-and any other feedback to <a href="mailto:mercury-bugs@csse.unimelb.edu.au">mercury-bugs@csse.unimelb.edu.au</a> or</div>
<div>-<a href="mailto:mercury@csse.unimelb.edu.au">mercury@csse.unimelb.edu.au</a>.</div><div>+and any other feedback to <a href="mailto:bugs@mercurylang.org">bugs@mercurylang.org</a> or <a href="mailto:mercury@mercurylang.org">mercury@mercurylang.org</a>.</div>
<div> If you find something you don't like, please tell us.</div><div> If you find something you do like, please tell the world!</div><div> </div><div>-The Mercury distribution is available via anonymous ftp or WWW</div>
<div>-from the following location:</div><div>+The Mercury distribution is available via HTTP from the following location:</div><div> </div><div> <span class="" style="white-space:pre">    </span>Home site:</div><div>-<span class="" style="white-space:pre">        </span>    Australia:<span class="" style="white-space:pre">    </span><a href="ftp://ftp.mercury.csse.unimelb.edu.au/pub/mercury/">ftp://ftp.mercury.csse.unimelb.edu.au/pub/mercury/</a></div>
<div>+<span class="" style="white-space:pre">   </span>    Australia:<span class="" style="white-space:pre">    </span><a href="http://dl.mercurylang.org/index.html">http://dl.mercurylang.org/index.html</a></div><div>diff --git a/BUGS b/BUGS</div>
<div>index fc60b6c..ef1bc42 100644</div><div>--- a/BUGS</div><div>+++ b/BUGS</div><div>@@ -1,11 +1,11 @@</div><div> Bugs can be reported via the Mercury bug tracking system at</div><div>-<<a href="http://bugs.mercury.csse.unimelb.edu.au">http://bugs.mercury.csse.unimelb.edu.au</a>>.  We use the Mantis bug tracking</div>
<div>-software.  You will need to login in order to access the bug tracking system.</div><div>+<<a href="https://bugs.mercurylang.org">https://bugs.mercurylang.org</a>>.  We use the Mantis bug tracking software.  </div>
<div>+You will need to login in order to access the bug tracking system.</div><div> If you do not have an account, you can create one by clicking on the </div><div> ``Signup for a new account'' link at the bottom of the login page and</div>
<div> following the instructions.</div><div> </div><div>-Alternatively, you may email bug reports to <a href="mailto:mercury-bugs@csse.unimelb.edu.au">mercury-bugs@csse.unimelb.edu.au</a>.</div><div>+Alternatively, you may email bug reports to <a href="mailto:bugs@mercurylang.org">bugs@mercurylang.org</a>.</div>
<div> If you are reporting more than one bug, please use separate emails for each</div><div> bug.  (If it's something that only shows up in multi-module programs, send</div><div> a shar archive or uuencoded tar archive including your source files.)</div>
<div>@@ -18,8 +18,8 @@ Please include the following information in your bug report:</div><div>   * the command line flags with which the Mercury compiler was invoked;</div><div>   * the name and version of the C compiler that you are using;</div>
<div> </div><div>-For bugs that involve the Erlang or Java backends, include the name and version</div><div>-of the Erlang or Java implementation that you are using.</div><div>+For bugs that involve the Erlang, Java or C# backends, include the name and</div>
<div>+version of the Erlang, Java or C# implementation that you are using.</div><div> </div><div> Please try to ensure that bug report contains all the information that we need to</div><div> be able to reproduce the problem.  Make sure that all bug reports are fully</div>
<div>diff --git a/README.CSharp b/README.CSharp</div><div>index 104490c..5c73329 100644</div><div>--- a/README.CSharp</div><div>+++ b/README.CSharp</div><div>@@ -121,7 +121,7 @@ implemented using pure Mercury code.</div><div>
 For more information about the foreign language interface, see the Mercury</div><div> Language Reference Manual, which you can find at:</div><div> </div><div>-     <<a href="http://www.mercury.csse.unimelb.edu.au/information/documentation.html">http://www.mercury.csse.unimelb.edu.au/information/documentation.html</a>></div>
<div>+     <<a href="http://www.mercurylang.org/information/documentation.html">http://www.mercurylang.org/information/documentation.html</a>></div><div> </div><div> -----------------------------------------------------------------------------</div>
<div> </div><div>diff --git a/README.DotNet b/README.DotNet</div><div>index 784c080..7166e13 100644</div><div>--- a/README.DotNet</div><div>+++ b/README.DotNet</div><div>@@ -81,7 +81,7 @@ call "C:\Program Files\Microsoft Visual Studio.NET\Common7\Tools\vsvars32.bat"</div>
<div> <span class="" style="white-space:pre">   </span>  If you're reading this file from somewhere other than the Mercury</div><div> <span class="" style="white-space:pre">   </span>  distribution, try the Mercury homepage at:</div>
<div> </div><div>-<span class="" style="white-space:pre">   </span>      <<a href="http://www.mercury.csse.unimelb.edu.au">http://www.mercury.csse.unimelb.edu.au</a>></div><div>+<span class="" style="white-space:pre">   </span>      <<a href="http://www.mercurylang.org">http://www.mercurylang.org</a>></div>
<div> </div><div> -----------------------------------------------------------------------------</div><div> </div><div>@@ -150,7 +150,7 @@ For example:</div><div> For more information about the foreign language interface, refer to the Mercury</div>
<div> Language Reference Manual, which you can find at:</div><div> </div><div>-    <<a href="http://www.mercury.csse.unimelb.edu.au/information/documentation.html">http://www.mercury.csse.unimelb.edu.au/information/documentation.html</a>></div>
<div>+    <<a href="http://www.mercurylang.org/information/documentation.html">http://www.mercurylang.org/information/documentation.html</a>></div><div> </div><div> The implementation will put this C# in a separate file, which will be</div>
<div> compiled with Microsoft's C# compiler.  Mmake will automatically</div><div>@@ -192,7 +192,7 @@ RESOURCES</div><div> </div><div> You might find the following pages useful:</div><div> </div><div>-<span class="" style="white-space:pre"> </span><<a href="http://www.mercury.csse.unimelb.edu.au/mercury/dotnet.html">http://www.mercury.csse.unimelb.edu.au/mercury/dotnet.html</a>></div>
<div>+<span class="" style="white-space:pre">   </span><<a href="http://www.mercurylang.org/dotnet.html">http://www.mercurylang.org/dotnet.html</a>></div><div> </div><div> <span class="" style="white-space:pre"> </span><<a href="http://msdn.microsoft.com/netframework/">http://msdn.microsoft.com/netframework/</a>></div>
<div> </div><div>diff --git a/README.Erlang b/README.Erlang</div><div>index c0e2812..0d2b242 100644</div><div>--- a/README.Erlang</div><div>+++ b/README.Erlang</div><div>@@ -97,7 +97,7 @@ Mercury's foreign language interface.</div>
<div> For more information about the foreign language interface, see the Mercury</div><div> Language Reference Manual, which you can find at:</div><div>         </div><div>-     <<a href="http://www.mercury.csse.unimelb.edu.au/information/documentation.html">http://www.mercury.csse.unimelb.edu.au/information/documentation.html</a>></div>
<div>+     <<a href="http://www.mercurylang.org/information/documentation.html">http://www.mercurylang.org/information/documentation.html</a>></div><div> </div><div> -----------------------------------------------------------------------------</div>
<div> </div><div>@@ -181,9 +181,9 @@ RESOURCES</div><div> </div><div> You might find the following pages useful:</div><div> </div><div>-    <<a href="http://www.mercury.csse.unimelb.edu.au/backends.html">http://www.mercury.csse.unimelb.edu.au/backends.html</a>></div>
<div>+    <<a href="http://www.mercurylang.org/backends.html">http://www.mercurylang.org/backends.html</a>></div><div> </div><div>-    <<a href="http://www.mercury.csse.unimelb.edu.au/information/documentation.html">http://www.mercury.csse.unimelb.edu.au/information/documentation.html</a>></div>
<div>+    <<a href="http://www.mercurylang.org/information/documentation.html">http://www.mercurylang.org/information/documentation.html</a>></div><div> </div><div> -----------------------------------------------------------------------------</div>
<div> </div><div>diff --git a/README.Java b/README.Java</div><div>index 5806efd..72a3b95 100644</div><div>--- a/README.Java</div><div>+++ b/README.Java</div><div>@@ -87,7 +87,7 @@ implemented using pure mercury code.</div>
<div> For more information about the foreign language interface, see the Mercury</div><div> Language Reference Manual, which you can find at:</div><div> <span class="" style="white-space:pre">        </span></div><div>-     <<a href="http://www.mercury.csse.unimelb.edu.au/information/documentation.html">http://www.mercury.csse.unimelb.edu.au/information/documentation.html</a>></div>
<div>+     <<a href="http://www.mercurylang.org/information/documentation.html">http://www.mercurylang.org/information/documentation.html</a>></div><div> </div><div> Some short programs may run much more slowly in the Java grade than the C</div>
<div> grades.  The runtime is probably dominated by Java class loading and running</div><div>@@ -131,12 +131,12 @@ definition ordering problems in Mmake.workspace.</div><div> RESOURCES</div><div> </div><div> You might find the following pages useful:</div>
<div>-</div><div>-    <<a href="http://www.mercury.csse.unimelb.edu.au/backends.html">http://www.mercury.csse.unimelb.edu.au/backends.html</a>></div><div>+    </div><div>+    <<a href="http://www.mercurylang.org/backends.html">http://www.mercurylang.org/backends.html</a>></div>
<div> </div><div>     <<a href="http://java.sun.com/reference/api/index.html">http://java.sun.com/reference/api/index.html</a>></div><div> </div><div>-    <<a href="http://www.mercury.csse.unimelb.edu.au/information/documentation.html">http://www.mercury.csse.unimelb.edu.au/information/documentation.html</a>></div>
<div>+    <<a href="http://www.mercurylang.org/information/documentation.html">http://www.mercurylang.org/information/documentation.html</a>>></div><div> </div><div> -----------------------------------------------------------------------------</div>
<div> </div><div>diff --git a/README.ThreadScope b/README.ThreadScope</div><div>index 198f92e..ef1cb24 100644</div><div>--- a/README.ThreadScope</div><div>+++ b/README.ThreadScope</div><div>@@ -15,8 +15,8 @@ Contact Info</div>
<div>     <a href="mailto:pbone@csse.unimelb.edu.au">pbone@csse.unimelb.edu.au</a></div><div> </div><div>     Mercury Project</div><div>-    <a href="mailto:mercury@csse.unimelb.edu.au">mercury@csse.unimelb.edu.au</a></div>
<div>-    <a href="http://www.mercury.csse.unimelb.edu.au">http://www.mercury.csse.unimelb.edu.au</a></div><div>+    <a href="mailto:mercury@mercurylang.org">mercury@mercurylang.org</a></div><div>+    <a href="http://www.mercurylang.org">http://www.mercurylang.org</a></div>
<div> </div><div> </div><div> Supported Systems</div><div>diff --git a/compiler/notes/todo.html b/compiler/notes/todo.html</div><div>index 00b51bb..d880e2d 100644</div><div>--- a/compiler/notes/todo.html</div><div>+++ b/compiler/notes/todo.html</div>
<div>@@ -17,7 +17,7 @@</div><div> </div><div> </div><div> For more information on any of these issues, contact</div><div>-<a href="mailto:mercury@csse.unimelb.edu.au">mercury@csse.unimelb.edu.au</a>.</div><div>+<a href="mailto:mercury@mercurylang.org">mercury@mercurylang.org</a>.</div>
<div> </div><div> <p></div><div> </div><div>diff --git a/doc/faq.texi b/doc/faq.texi</div><div>index 99ec08f..5e7cddf 100644</div><div>--- a/doc/faq.texi</div><div>+++ b/doc/faq.texi</div><div>@@ -286,7 +286,7 @@ than usual.</div>
<div> but it still didn't work. What do I do next?}</div><div> @sp 1</div><div> </div><div>-Send email to @code{mercury-bugs@@<a href="http://csse.unimelb.edu.au">csse.unimelb.edu.au</a>},</div><div>+Send email to @code{bugs@@<a href="http://mercurylang.org">mercurylang.org</a>},</div>
<div> and we'll try to solve your problem.</div><div> </div><div> @end enumerate</div><div>diff --git a/doc/make_manpage b/doc/make_manpage</div><div>index 53a48db..50b1198 100755</div><div>--- a/doc/make_manpage</div>
<div>+++ b/doc/make_manpage</div><div>@@ -100,13 +100,13 @@ $last_half</div><div> .SH AUTHORS</div><div> The Mercury team.</div><div> .P</div><div>-See <<a href="http://www.mercury.csse.unimelb.edu.au/contact/people.html">http://www.mercury.csse.unimelb.edu.au/contact/people.html</a>>.</div>
<div>+See <<a href="http://www.mercurylang.org/contact/people.html">http://www.mercurylang.org/contact/people.html</a>>.</div><div> .SH COPYRIGHT</div><div> This program and its documentation are copyright by the University of Melbourne.</div>
<div> They may be copied only under the terms of the GNU General Public License \-</div><div> see the file COPYING in the Mercury distribution.</div><div> .SH "SEE ALSO"</div><div>-<<a href="http://www.mercury.csse.unimelb.edu.au/information/documentation.html">http://www.mercury.csse.unimelb.edu.au/information/documentation.html</a>></div>
<div>+<<a href="http://www.mercurylang.org/information/documentation.html">http://www.mercurylang.org/information/documentation.html</a>></div><div> .P</div><div> The Mercury User's Guide.</div><div> .P</div><div>
   </div><div><br></div></div>