[project @ 2003-03-08 19:02:39 by panne]
authorpanne <unknown>
Sat, 8 Mar 2003 19:02:39 +0000 (19:02 +0000)
committerpanne <unknown>
Sat, 8 Mar 2003 19:02:39 +0000 (19:02 +0000)
Fixed some broken/redirected/canonicalized links found by a very picky
link checker.

Control/Monad/Error.hs
Control/Monad/Fix.hs
Control/Monad/Identity.hs
Control/Monad/Monoid.hs
Control/Monad/RWS.hs
Control/Monad/Reader.hs
Control/Monad/State.hs
Control/Monad/Trans.hs
Control/Monad/Writer.hs
Text/ParserCombinators/Parsec.hs

index 19445bf..9b2661d 100644 (file)
@@ -12,7 +12,7 @@
 --
 -- Rendered by Michael Weber <mailto:michael.weber@post.rwth-aachen.de>,
 --     inspired by the Haskell Monad Template Library from
---     Andy Gill (<http://www.cse.ogi.edu/~andy>)
+--     Andy Gill (<http://www.cse.ogi.edu/~andy/>)
 --
 -----------------------------------------------------------------------------
 
index 6c9ac7f..b3dc329 100644 (file)
@@ -14,7 +14,7 @@
 --       Inspired by the paper
 --       /Functional Programming with Overloading and
 --           Higher-Order Polymorphism/, 
---         Mark P Jones (<http://www.cse.ogi.edu/~mpj>)
+--         Mark P Jones (<http://www.cse.ogi.edu/~mpj/>)
 --               Advanced School of Functional Programming, 1995.
 --
 -----------------------------------------------------------------------------
index 5a6f5ad..4fb5e35 100644 (file)
@@ -14,7 +14,7 @@
 --       Inspired by the paper
 --       /Functional Programming with Overloading and
 --           Higher-Order Polymorphism/, 
---         Mark P Jones (<http://www.cse.ogi.edu/~mpj>)
+--         Mark P Jones (<http://www.cse.ogi.edu/~mpj/>)
 --               Advanced School of Functional Programming, 1995.
 --
 -----------------------------------------------------------------------------
index 478f390..5965620 100644 (file)
@@ -14,7 +14,7 @@
 --       Inspired by the paper
 --       /Functional Programming with Overloading and
 --           Higher-Order Polymorphism/, 
---         Mark P Jones (<http://www.cse.ogi.edu/~mpj>)
+--         Mark P Jones (<http://www.cse.ogi.edu/~mpj/>)
 --               Advanced School of Functional Programming, 1995.
 -----------------------------------------------------------------------------
 
index 2fdc309..1136986 100644 (file)
@@ -14,7 +14,7 @@
 --       Inspired by the paper
 --       /Functional Programming with Overloading and
 --           Higher-Order Polymorphism/, 
---         Mark P Jones (<http://www.cse.ogi.edu/~mpj>)
+--         Mark P Jones (<http://www.cse.ogi.edu/~mpj/>)
 --               Advanced School of Functional Programming, 1995.
 -----------------------------------------------------------------------------
 
index a8c6427..c3e9939 100644 (file)
@@ -14,7 +14,7 @@
 --       Inspired by the paper
 --       /Functional Programming with Overloading and
 --           Higher-Order Polymorphism/, 
---         Mark P Jones (<http://www.cse.ogi.edu/~mpj>)
+--         Mark P Jones (<http://www.cse.ogi.edu/~mpj/>)
 --               Advanced School of Functional Programming, 1995.
 -----------------------------------------------------------------------------
 
index cafdd72..2e77d04 100644 (file)
@@ -14,7 +14,7 @@
 --       Inspired by the paper
 --       /Functional Programming with Overloading and
 --           Higher-Order Polymorphism/, 
---         Mark P Jones (<http://www.cse.ogi.edu/~mpj>)
+--         Mark P Jones (<http://www.cse.ogi.edu/~mpj/>)
 --               Advanced School of Functional Programming, 1995.
 -----------------------------------------------------------------------------
 
index f81c194..8ef979d 100644 (file)
@@ -14,7 +14,7 @@
 --       Inspired by the paper
 --       /Functional Programming with Overloading and
 --           Higher-Order Polymorphism/, 
---         Mark P Jones (<http://www.cse.ogi.edu/~mpj>)
+--         Mark P Jones (<http://www.cse.ogi.edu/~mpj/>)
 --               Advanced School of Functional Programming, 1995.
 -----------------------------------------------------------------------------
 
index 415ca7f..7b48717 100644 (file)
@@ -14,7 +14,7 @@
 --       Inspired by the paper
 --       /Functional Programming with Overloading and
 --           Higher-Order Polymorphism/, 
---         Mark P Jones (<http://www.cse.ogi.edu/~mpj>)
+--         Mark P Jones (<http://www.cse.ogi.edu/~mpj/>)
 --               Advanced School of Functional Programming, 1995.
 -----------------------------------------------------------------------------
 
index 28937cd..a9ef347 100644 (file)
@@ -17,7 +17,7 @@
 --   Monadic Parser Combinators.
 --   Technical report NOTTCS-TR-96-4. 
 --   Department of Computer Science, University of Nottingham, 1996. 
---   <http://www.cs.nott.ac.uk/Department/Staff/gmh/monparsing.ps>
+--   <http://www.cs.nott.ac.uk/~gmh/monparsing.ps>
 --
 -- * Andrew Partridge, David Wright: 
 --   Predictive parser combinators need four values to report errors.