Skip to content
Snippets Groups Projects
Commit e34ba65f authored by Teo Camarasu's avatar Teo Camarasu Committed by Ben Gamari
Browse files

Fix ghc API link in docs/index.html

This was missing part of the unit ID meaning it would 404.

Resolves #24674

(cherry picked from commit f30e4984)
parent 0a1b9687
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@
<LI>
<P>
<B><A HREF="libraries/ghc-@LIBRARY_ghc_VERSION@/index.html">GHC API</A></B>
<B><A HREF="libraries/@LIBRARY_ghc_UNIT_ID@/index.html">GHC API</A></B>
</P>
<P>
Documentation for the GHC API.
......
......@@ -341,7 +341,7 @@ templateRules = do
templateRule "utils/ghc-pkg/ghc-pkg.cabal" $ projectVersion
templateRule "libraries/template-haskell/template-haskell.cabal" $ projectVersion
templateRule "libraries/prologue.txt" $ packageVersions
templateRule "docs/index.html" $ packageVersions
templateRule "docs/index.html" $ packageUnitIds
templateRule "doc/users_guide/ghc_config.py" $ packageUnitIds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment