We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466d334 commit 19e406dCopy full SHA for 19e406d
Distribution/Server/Pages/Package.hs
@@ -319,7 +319,7 @@ moduleSection render mdocIndex docURL quickNav =
319
else [])
320
renderDocIndexLink
321
| isJust mdocIndex =
322
- let docIndexURL = docURL </> "doc-index-All.html"
+ let docIndexURL = docURL </> "doc-index.html"
323
in paragraph ! [thestyle "font-size: small"]
324
<< ("[" +++ anchor ! [href docIndexURL] << "Index" +++ "]" +++
325
(if quickNav
0 commit comments