[GHC] #10210: Documentation link to 7.10.1 migration guide broken

#10210: Documentation link to 7.10.1 migration guide broken -------------------------------------+------------------------------------- Reporter: | Owner: thoughtpolice thoughtpolice | Status: new Type: bug | Milestone: 7.10.2 Priority: normal | Version: 7.10.1 Component: | Operating System: Unknown/Multiple Documentation | Type of failure: None/Unknown Keywords: | Blocked By: Architecture: | Related Tickets: Unknown/Multiple | Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- When publishing the users guide to https://downloads.haskell.org/~ghc/7.10.1/docs/html/users_guide/release-7-10..., several users reported the 'Migration Guide' hyperlinks were broken. Turns out they were; the HTML looked something like this: {{{ </p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p> GHC has implemented "The Applicative Monad Proposal", meaning the <code class="literal">Applicative</code> typeclass is now a superclass of <code class="literal">Monad</code>. This is a breaking change and your programs will need to be updated. Please see the <a class="ulink" href="" target="_top">GHC 7.10 Migration Guide</a> on the GHC wiki. }}} with an empty `href`. This ticket is so we don't lose track of this bug for 7.10.2. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10210 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10210: Documentation link to 7.10.1 migration guide broken -------------------------------------+------------------------------------- Reporter: thoughtpolice | Owner: Type: bug | thoughtpolice Priority: normal | Status: new Component: Documentation | Milestone: 7.10.2 Resolution: | Version: 7.10.1 Operating System: Unknown/Multiple | Keywords: Type of failure: None/Unknown | Architecture: Blocked By: | Unknown/Multiple Related Tickets: | Test Case: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Comment (by thoughtpolice): (Note that I fixed the online copy by hand editing it.) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10210#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10210: Documentation link to 7.10.1 migration guide broken -------------------------------------+------------------------------------- Reporter: thoughtpolice | Owner: Type: bug | thoughtpolice Priority: normal | Status: new Component: Documentation | Milestone: 7.10.2 Resolution: | Version: 7.10.1 Operating System: Unknown/Multiple | Keywords: Type of failure: None/Unknown | Architecture: Blocked By: | Unknown/Multiple Related Tickets: | Test Case: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Comment (by crockeea): There are other broken links on that page: in particular the links to trac questions at the very bottom don't work. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10210#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10210: Documentation link to 7.10.1 migration guide broken -------------------------------------+------------------------------------- Reporter: thoughtpolice | Owner: Type: bug | thoughtpolice Priority: normal | Status: closed Component: Documentation | Milestone: 7.10.2 Resolution: fixed | Version: 7.10.1 Operating System: Unknown/Multiple | Keywords: Type of failure: None/Unknown | Architecture: Blocked By: | Unknown/Multiple Related Tickets: | Test Case: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by thoughtpolice): * status: new => closed * resolution: => fixed Comment: Alright, fixed by 8ae3768b3185db307fb911dda83e84f440bd048e - although I will need to regenerate the docs, I suppose. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10210#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC