Skip to content

Commit

Permalink
Fixed broken links after checking all links manually
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasl committed May 15, 2009
1 parent 8d07210 commit 1f7e8d2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion academic.xml
Expand Up @@ -749,7 +749,7 @@ gen_tcp:send(Socket, ["GET ", Url, " HTTP/1.0", "\r\\n\r\\n"]).


There is an active research group looking at problems There is an active research group looking at problems
related to formal verification, they have a related to formal verification, they have a
<url href="http://www.sics.se/research/fdt.php">home page</url>. <url href="http://www.sics.se/fdt/">home page</url>.


</p></section> </p></section>
<section><title>I've heard it's a bad idea to program defensively in Erlang. Why?</title> <section><title>I've heard it's a bad idea to program defensively in Erlang. Why?</title>
Expand Down
2 changes: 1 addition & 1 deletion how_do_i.xml
Expand Up @@ -243,7 +243,7 @@
There are a number of user-supported methods and tools, including There are a number of user-supported methods and tools, including
</p> </p>
<list> <list>
<item><p><url href="http://epi.sourceforge.net/">A set of C++ classes</url></p></item> <item><p><url href="http://code.google.com/p/epi/">A set of C++ classes</url></p></item>
<item><p><url href="http://www.lysator.liu.se/~tab/erlang/py_interface/">A Python implementation of an Erlang hidden node</url></p></item> <item><p><url href="http://www.lysator.liu.se/~tab/erlang/py_interface/">A Python implementation of an Erlang hidden node</url></p></item>
<item><p><url href="http://www.snookles.com/erlang/edtk/"> <item><p><url href="http://www.snookles.com/erlang/edtk/">
EDTK, a port-driver toolkit,</url> roughly equivalent EDTK, a port-driver toolkit,</url> roughly equivalent
Expand Down
2 changes: 1 addition & 1 deletion introduction.xml
Expand Up @@ -263,7 +263,7 @@
</p></item> </p></item>


<item><p> <item><p>
<url href="http://vodka.lfcia.org">University of <url href="http://http://www.udc.es/">University of
A Coru&ntilde;a</url> in Spain. A Coru&ntilde;a</url> in Spain.
</p></item> </p></item>


Expand Down
9 changes: 6 additions & 3 deletions obtaining.xml
Expand Up @@ -188,6 +188,7 @@
</p><p> </p><p>


Mnesia's internals are described on Mnesia's internals are described on
<!-- REVISIT: erlang projects was down at last viewing, 2009-05-15 -->
<url href="http://www.erlang-projects.org/Groups/erlang_frameworks/mnesia_internals_sli/block_11394822732946/file"> <url href="http://www.erlang-projects.org/Groups/erlang_frameworks/mnesia_internals_sli/block_11394822732946/file">
H&aring;kan's slides</url> H&aring;kan's slides</url>


Expand All @@ -203,6 +204,7 @@
</c>. </c>.


</p><p> </p><p>
<!-- REVISIT: erlang projects was down at last viewing, 2009-05-15 -->
Erlang-projects has a <url href="http://www.erlang-projects.org/Public/documentation/serc/">collection</url> of papers written at the Erlang-projects has a <url href="http://www.erlang-projects.org/Public/documentation/serc/">collection</url> of papers written at the
now-defunct SERC division of RMIT. now-defunct SERC division of RMIT.


Expand Down Expand Up @@ -307,7 +309,7 @@ distributing it are:


<item><p>Putting the code on a personal homepage </p></item> <item><p>Putting the code on a personal homepage </p></item>


<item><p>Getting your code <url href="http://cean.process-one.net/contrib/CEAN">packaged into the CEAN</url></p></item> <item><p>Getting your code <url href="http://cean.process-one.net/contrib/packaging-guide.txt">packaged into the CEAN</url></p></item>
</list> </list>
</section> </section>
<section> <section>
Expand All @@ -316,7 +318,7 @@ distributing it are:
<p> <p>
Even though Erlang is a fairly mature language with a large Even though Erlang is a fairly mature language with a large
established code-base, changes and enhancements are still established code-base, changes and enhancements are still
being incorporated. There is a newly established mechanism being incorporated. There is a mechanism
called the <url called the <url
href="http://user.it.uu.se/~pergu/eep/eep-0001.html">Erlang href="http://user.it.uu.se/~pergu/eep/eep-0001.html">Erlang
Enhancement Proposal</url> which formalises the process. Enhancement Proposal</url> which formalises the process.
Expand Down Expand Up @@ -410,7 +412,7 @@ distributing it are:
<p> <p>


The erlang-questions list is The erlang-questions list is
<url href="http://www.erlang.org/ml-archive/erlang-questions/"> <url href="http://www.erlang.org/pipermail/erlang-questions/">
archived on the Erlang website</url>. archived on the Erlang website</url>.


</p><p> </p><p>
Expand Down Expand Up @@ -438,6 +440,7 @@ distributing it are:
<section><title>Are there any websites apart from erlang.org?</title> <section><title>Are there any websites apart from erlang.org?</title>


<p> <p>
<!-- REVISIT: erlang projects was down at last viewing, 2009-05-15 -->
<url href="http://www.erlang-projects.org/">Erlang-projects</url> <url href="http://www.erlang-projects.org/">Erlang-projects</url>
aims to track Erlang use in projects. aims to track Erlang use in projects.


Expand Down
3 changes: 1 addition & 2 deletions tools.xml
Expand Up @@ -67,8 +67,7 @@ href="http://www.erlang.org/ml-archive/erlang-questions/199903/msg00002.html">
<p> <p>
A test suite is especially useful for making sure that A test suite is especially useful for making sure that
"improvements" to the system haven't broken something. "improvements" to the system haven't broken something.
The OTP group have released their comprehensive The <url href="http://www.erlang.org/project/test_server/index.html">test system</url> for Erlang. The test server can be used for testing
<url href="http://www.erlang.org/project/test_server/index.html">test system</url> for Erlang. The test server can be used for testing
your project and it includes test suites for the Erlang emulator your project and it includes test suites for the Erlang emulator
and erlang stdlib. and erlang stdlib.
</p><p> </p><p>
Expand Down

0 comments on commit 1f7e8d2

Please sign in to comment.